- API ›
- Constructors ›
- KeyboardButtonCopy
KeyboardButtonCopy
---types--- keyboardButtonCopy#bcc4af10 style:flags.10?KeyboardButtonStyle text:string copy_text:string = KeyboardButton
Belongs to
| KeyboardButton |
In Rust this constructor is a variant of the enums::KeyboardButton enum.
Match on it with: if let enums::KeyboardButton::KeyboardButtonCopy(v) = result { ... }
Parameters
| style | KeyboardButtonStyle | optional |
| text | string | required |
| copy_text | string | required |
Used by
| RequestWebViewButton |