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