Layer 224
StatsGroupTopAdminObj
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 StatsGroupTopAdminObj constructor obj := &tg.StatsGroupTopAdminObj{ UserId: int64(1234567890), Deleted: 42, Kicked: 42, Banned: 42, }