Layer 220
StatsGroupTopPoster
Information about an active user in a supergroup
constructor
statsGroupTopPoster#9d04af9b user_id:long messages:int avg_chars:int = StatsGroupTopPoster;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User ID |
| Messages | int | Number of messages for statistics period in consideration |
| AvgChars | int | Average number of characters per message |
Returns
StatsGroupTopPosterGogram Example
// Creating StatsGroupTopPoster constructor obj := &tg.StatsGroupTopPoster{ UserId: int64(0), Messages: 0, AvgChars: 0, }