statsGroupTopAdmin
Information about an active admin in a supergroup
type tg.StatsGroupTopAdmin struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
UserID | int64 | yes | User ID |
Deleted | int | yes | Number of deleted messages for statistics period in consideration |
Kicked | int | yes | Number of kicked users for statistics period in consideration |
Banned | int | yes | Number of banned users for statistics period in consideration |
References
- Official documentation
- Generated Go reference
- TL definition:
statsGroupTopAdmin#d7584c87