MadelineProtoDocs/old_docs/API_docs_v44/constructors/statsGroupTopPoster.md

807 B

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

Constructor: statsGroupTopPoster

Back to constructors index

Attributes:

Name Type Required
user_id int Yes
messages int Yes
avg_chars int Yes

Type: StatsGroupTopPoster

Example:

$statsGroupTopPoster = ['_' => 'statsGroupTopPoster', 'user_id' => int, 'messages' => int, 'avg_chars' => int];

Or, if you're into Lua:

statsGroupTopPoster={_='statsGroupTopPoster', user_id=int, messages=int, avg_chars=int}