public static class TdApi.InlineKeyboardButtonTypeCopyText extends TdApi.InlineKeyboardButtonType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
text
The text to copy to clipboard.
|
| Constructor and Description |
|---|
InlineKeyboardButtonTypeCopyText()
A button that copies specified text to clipboard.
|
InlineKeyboardButtonTypeCopyText(java.lang.String text)
A button that copies specified text to clipboard.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String text
public static final int CONSTRUCTOR
public InlineKeyboardButtonTypeCopyText()
public InlineKeyboardButtonTypeCopyText(java.lang.String text)
text - The text to copy to clipboard.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object