Inherits Update.
The list of quick reply shortcut messages has changed.
Public Fields | |
int32 | shortcut_id_ |
The identifier of the shortcut. | |
array< object_ptr< quickReplyMessage > > | messages_ |
The new list of quick reply messages for the shortcut in order from the first to the last sent. | |
Public Instance Methods | |
updateQuickReplyShortcutMessages () | |
updateQuickReplyShortcutMessages (int32 shortcut_id_, array< object_ptr< quickReplyMessage >> &&messages_) | |
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 = -1396685225 |
Identifier uniquely determining a type of the object. | |
The list of quick reply shortcut messages has changed.
updateQuickReplyShortcutMessages | ( | int32 | shortcut_id_, |
array< object_ptr< quickReplyMessage >> && | messages_ | ||
) |
The list of quick reply shortcut messages has changed.
[in] | shortcut_id_ | The identifier of the shortcut. |
[in] | messages_ | The new list of quick reply messages for the shortcut in order from the first to the last sent. |
|
finalvirtual |