TDLib
|
Inherits td::td_api::ChatMemberStatus.
Public Member Functions | |
chatMemberStatusCreator () | |
chatMemberStatusCreator (string const &custom_title_, bool is_anonymous_, bool is_member_) | |
std::int32_t | get_id () const final |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Member Functions inherited from td::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 |
Public Attributes | |
string | custom_title_ |
A custom title of the owner; 0-16 characters without emojis; 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. | |
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.
td::td_api::chatMemberStatusCreator::chatMemberStatusCreator | ( | ) |
The user is the owner of the chat and has all the administrator privileges.
td::td_api::chatMemberStatusCreator::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 emojis; 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. |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
Implements td::TlObject.
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
[in] | s | Storer to which object string representation will be appended. |
[in] | field_name | Object field_name if applicable. |
Implements td::TlObject.