Constructor: statsGroupTopAdmin
Information about an active admin in a supergroup
Attributes:
Name | Type | Required | Description |
---|---|---|---|
user_id | long | 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 |
Type: StatsGroupTopAdmin
Example:
$statsGroupTopAdmin = ['_' => 'statsGroupTopAdmin', 'user_id' => long, 'deleted' => int, 'kicked' => int, 'banned' => int];