Inherits Update.
Notification settings for a chat were changed.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
object_ptr< chatNotificationSettings > | notification_settings_ |
The new notification settings. | |
Public Instance Methods | |
updateChatNotificationSettings () | |
updateChatNotificationSettings (int53 chat_id_, object_ptr< chatNotificationSettings > &¬ification_settings_) | |
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 = -803163050 |
Identifier uniquely determining a type of the object. | |
Notification settings for a chat were changed.
updateChatNotificationSettings | ( | int53 | chat_id_, |
object_ptr< chatNotificationSettings > && | notification_settings_ | ||
) |
Notification settings for a chat were changed.
[in] | chat_id_ | Chat identifier. |
[in] | notification_settings_ | The new notification settings. |
|
finalvirtual |