public static class TdApi.ReplyMarkupRemoveKeyboard extends TdApi.ReplyMarkup
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isPersonal
True, if the keyboard is removed only for the mentioned users or the target user of a reply.
|
| Constructor and Description |
|---|
ReplyMarkupRemoveKeyboard()
Instructs application to remove the keyboard once this message has been received.
|
ReplyMarkupRemoveKeyboard(boolean isPersonal)
Instructs application to remove the keyboard once this message has been received.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean isPersonal
public static final int CONSTRUCTOR
public ReplyMarkupRemoveKeyboard()
public ReplyMarkupRemoveKeyboard(boolean isPersonal)
isPersonal - True, if the keyboard is removed only for the mentioned users or the target user of a reply.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object