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