Layer 220
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

Gogram Example

// Creating StatsGroupTopPoster constructor
obj := &tg.StatsGroupTopPoster{
    UserId: int64(0),
    Messages: 0,
    AvgChars: 0,
}