Inherits Update.
The list of suggested to the user actions has changed.
Public Fields | |
array< object_ptr< SuggestedAction > > | added_actions_ |
Added suggested actions. | |
array< object_ptr< SuggestedAction > > | removed_actions_ |
Removed suggested actions. | |
Public Instance Methods | |
updateSuggestedActions () | |
updateSuggestedActions (array< object_ptr< SuggestedAction >> &&added_actions_, array< object_ptr< SuggestedAction >> &&removed_actions_) | |
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 = 1459452346 |
Identifier uniquely determining a type of the object. | |
The list of suggested to the user actions has changed.
updateSuggestedActions | ( | array< object_ptr< SuggestedAction >> && | added_actions_, |
array< object_ptr< SuggestedAction >> && | removed_actions_ | ||
) |
The list of suggested to the user actions has changed.
[in] | added_actions_ | Added suggested actions. |
[in] | removed_actions_ | Removed suggested actions. |
|
finalvirtual |