MadelineProtoDocs/docs/API_docs/constructors/statsGroupTopInviter.md
2020-09-12 12:47:38 +02:00

748 B

title description image
statsGroupTopInviter statsGroupTopInviter attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: statsGroupTopInviter

Back to constructors index

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}