Inherits Object.
Contains statistics about administrator actions done by a user.
Public Fields | |
int53 | user_id_ |
Administrator user identifier. | |
int32 | deleted_message_count_ |
Number of messages deleted by the administrator. | |
int32 | banned_user_count_ |
Number of users banned by the administrator. | |
int32 | restricted_user_count_ |
Number of users restricted by the administrator. | |
Public Instance Methods | |
chatStatisticsAdministratorActionsInfo () | |
chatStatisticsAdministratorActionsInfo (int53 user_id_, int32 deleted_message_count_, int32 banned_user_count_, int32 restricted_user_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 = -406467202 |
Identifier uniquely determining a type of the object. | |
Contains statistics about administrator actions done by a user.
chatStatisticsAdministratorActionsInfo | ( | int53 | user_id_, |
int32 | deleted_message_count_, | ||
int32 | banned_user_count_, | ||
int32 | restricted_user_count_ | ||
) |
Contains statistics about administrator actions done by a user.
[in] | user_id_ | Administrator user identifier. |
[in] | deleted_message_count_ | Number of messages deleted by the administrator. |
[in] | banned_user_count_ | Number of users banned by the administrator. |
[in] | restricted_user_count_ | Number of users restricted by the administrator. |
|
finalvirtual |