Inherits ChatMemberStatus.
The user is the owner of the chat and has all the administrator privileges.
Public Fields | |
string | custom_title_ |
A custom title of the owner; 0-16 characters without emoji; applicable to supergroups only. | |
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 (string const &custom_title_, 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 = -160019714 |
Identifier uniquely determining a type of the object. | |
The user is the owner of the chat and has all the administrator privileges.
chatMemberStatusCreator | ( | string const & | custom_title_, |
bool | is_anonymous_, | ||
bool | is_member_ | ||
) |
The user is the owner of the chat and has all the administrator privileges.
[in] | custom_title_ | A custom title of the owner; 0-16 characters without emoji; applicable to supergroups only. |
[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 |