public static class TdApi.ChatStatisticsAdministratorActionsInfo extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bannedUserCount
Number of users banned by the administrator.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
deletedMessageCount
Number of messages deleted by the administrator.
|
int |
restrictedUserCount
Number of users restricted by the administrator.
|
long |
userId
Administrator user identifier.
|
| Constructor and Description |
|---|
ChatStatisticsAdministratorActionsInfo()
Contains statistics about administrator actions done by a user.
|
ChatStatisticsAdministratorActionsInfo(long userId,
int deletedMessageCount,
int bannedUserCount,
int restrictedUserCount)
Contains statistics about administrator actions done by a user.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long userId
public int deletedMessageCount
public int bannedUserCount
public int restrictedUserCount
public static final int CONSTRUCTOR
public ChatStatisticsAdministratorActionsInfo()
public ChatStatisticsAdministratorActionsInfo(long userId,
int deletedMessageCount,
int bannedUserCount,
int restrictedUserCount)
userId - Administrator user identifier.deletedMessageCount - Number of messages deleted by the administrator.bannedUserCount - Number of users banned by the administrator.restrictedUserCount - Number of users restricted by the administrator.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object