748 B
748 B
title | description | image |
---|---|---|
statsGroupTopInviter | statsGroupTopInviter attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsGroupTopInviter
Attributes:
Name | Type | Required |
---|---|---|
user_id | int | Yes |
invitations | int | Yes |
Type: StatsGroupTopInviter
Example:
$statsGroupTopInviter = ['_' => 'statsGroupTopInviter', 'user_id' => int, 'invitations' => int];
Or, if you're into Lua:
statsGroupTopInviter={_='statsGroupTopInviter', user_id=int, invitations=int}