Layer 224
StatsGroupTopPosterObj
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 StatsGroupTopPosterObj constructor obj := &tg.StatsGroupTopPosterObj{ UserId: int64(1234567890), Messages: 42, AvgChars: 42, }