Inherits MessageContent.
A basic group was upgraded to a supergroup and was deactivated as the result.
Public Fields | |
int53 | supergroup_id_ |
Identifier of the supergroup to which the basic group was upgraded. | |
Public Instance Methods | |
messageChatUpgradeTo () | |
messageChatUpgradeTo (int53 supergroup_id_) | |
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 = 104813723 |
Identifier uniquely determining a type of the object. | |
A basic group was upgraded to a supergroup and was deactivated as the result.
|
explicit |
A basic group was upgraded to a supergroup and was deactivated as the result.
[in] | supergroup_id_ | Identifier of the supergroup to which the basic group was upgraded. |
|
finalvirtual |