Layer 220
StatsGroupTopInviter
Information about an active supergroup inviter
constructor
statsGroupTopInviter#535f779d user_id:long invitations:int = StatsGroupTopInviter;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | User ID |
| Invitations | int | Number of invitations for statistics period in consideration |
Returns
StatsGroupTopInviterGogram Example
// Creating StatsGroupTopInviter constructor obj := &tg.StatsGroupTopInviter{ UserId: int64(0), Invitations: 0, }