public static class TdApi.ReplyMarkupRemoveKeyboard extends TdApi.ReplyMarkup
TdApi.ReplyMarkup.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.ReplyMarkup