Constructor: statsGroupTopPoster
Information about an active user in a supergroup
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| user_id | long | Yes | User ID |
| messages | int | Yes | Number of messages for statistics period in consideration |
| avg_chars | int | Yes | Average number of characters per message |
Type: StatsGroupTopPoster
Example:
$statsGroupTopPoster = ['_' => 'statsGroupTopPoster', 'user_id' => long, 'messages' => int, 'avg_chars' => int];