Inherits Object.
Describes a chat administrator with a number of active and revoked chat invite links.
Public Fields | |
int53 | user_id_ |
Administrator's user identifier. | |
int32 | invite_link_count_ |
Number of active invite links. | |
int32 | revoked_invite_link_count_ |
Number of revoked invite links. | |
Public Instance Methods | |
chatInviteLinkCount () | |
chatInviteLinkCount (int53 user_id_, int32 invite_link_count_, int32 revoked_invite_link_count_) | |
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 = -1021999210 |
Identifier uniquely determining a type of the object. | |
Describes a chat administrator with a number of active and revoked chat invite links.
chatInviteLinkCount | ( | int53 | user_id_, |
int32 | invite_link_count_, | ||
int32 | revoked_invite_link_count_ | ||
) |
Describes a chat administrator with a number of active and revoked chat invite links.
[in] | user_id_ | Administrator's user identifier. |
[in] | invite_link_count_ | Number of active invite links. |
[in] | revoked_invite_link_count_ | Number of revoked invite links. |
|
finalvirtual |