Inherits Update.
A notification was changed.
Public Fields | |
int32 | notification_group_id_ |
Unique notification group identifier. | |
object_ptr< notification > | notification_ |
Changed notification. | |
Public Instance Methods | |
updateNotification () | |
updateNotification (int32 notification_group_id_, object_ptr< notification > &¬ification_) | |
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 = -1897496876 |
Identifier uniquely determining a type of the object. | |
A notification was changed.
updateNotification | ( | int32 | notification_group_id_, |
object_ptr< notification > && | notification_ | ||
) |
A notification was changed.
[in] | notification_group_id_ | Unique notification group identifier. |
[in] | notification_ | Changed notification. |
|
finalvirtual |