Layer 220
StatsGroupTopAdmin
Information about an active admin in a supergroup
constructor
statsGroupTopAdmin#d7584c87 user_id:long deleted:int kicked:int banned:int = StatsGroupTopAdmin;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User ID |
| Deleted | int | Number of deleted messages for statistics period in consideration |
| Kicked | int | Number of kicked users for statistics period in consideration |
| Banned | int | Number of banned users for statistics period in consideration |
Returns
StatsGroupTopAdminGogram Example
// Creating StatsGroupTopAdmin constructor obj := &tg.StatsGroupTopAdmin{ UserId: int64(0), Deleted: 0, Kicked: 0, Banned: 0, }