Inherits ReplyMarkup.
Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent.
Public Fields | |
bool | is_personal_ |
True, if the keyboard is removed only for the mentioned users or the target user of a reply. | |
Public Instance Methods | |
replyMarkupRemoveKeyboard () | |
replyMarkupRemoveKeyboard (bool is_personal_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -691252879 |
Identifier uniquely determining a type of the object. | |
Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent.
|
explicit |
Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with message_id == 0 will be sent.
[in] | is_personal_ | True, if the keyboard is removed only for the mentioned users or the target user of a reply. |
|
finalvirtual |