Inherits Update.
The chat reply markup was changed.
Public Fields | |
| int53 | chat_id_ |
| Chat identifier. | |
| object_ptr< message > | reply_markup_message_ |
| The message from which the reply markup must be used; may be null if there is no default reply markup in the chat. | |
Public Instance Methods | |
| updateChatReplyMarkup () | |
| updateChatReplyMarkup (int53 chat_id_, object_ptr< message > &&reply_markup_message_) | |
| 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 = -714111887 |
| Identifier uniquely determining a type of the object. | |
The chat reply markup was changed.
| updateChatReplyMarkup | ( | int53 | chat_id_, |
| object_ptr< message > && | reply_markup_message_ | ||
| ) |
The chat reply markup was changed.
| [in] | chat_id_ | Chat identifier. |
| [in] | reply_markup_message_ | The message from which the reply markup must be used; may be null if there is no default reply markup in the chat. |
|
finalvirtual |