Inherits ChatMemberStatus.
The user is the owner of the chat and has all the administrator privileges.
Public Fields | |
| bool | is_anonymous_ |
| True, if the creator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only. | |
| bool | is_member_ |
| True, if the user is a member of the chat. | |
Public Instance Methods | |
| chatMemberStatusCreator () | |
| chatMemberStatusCreator (bool is_anonymous_, bool is_member_) | |
| 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 = 877825117 |
| Identifier uniquely determining a type of the object. | |
The user is the owner of the chat and has all the administrator privileges.
| chatMemberStatusCreator | ( | bool | is_anonymous_, |
| bool | is_member_ | ||
| ) |
The user is the owner of the chat and has all the administrator privileges.
| [in] | is_anonymous_ | True, if the creator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only. |
| [in] | is_member_ | True, if the user is a member of the chat. |
|
finalvirtual |