Inherits Update.
Chat permissions were changed.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
object_ptr< chatPermissions > | permissions_ |
The new chat permissions. | |
Public Instance Methods | |
updateChatPermissions () | |
updateChatPermissions (int53 chat_id_, object_ptr< chatPermissions > &&permissions_) | |
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 = -1622010003 |
Identifier uniquely determining a type of the object. | |
Chat permissions were changed.
updateChatPermissions | ( | int53 | chat_id_, |
object_ptr< chatPermissions > && | permissions_ | ||
) |
Chat permissions were changed.
[in] | chat_id_ | Chat identifier. |
[in] | permissions_ | The new chat permissions. |
|
finalvirtual |