MadelineProtoDocs/docs/API_docs/constructors/statsURL.md

618 B

title description image
statsURL URL with chat statistics https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: statsURL

Back to constructors index

URL with chat statistics

Attributes:

Name Type Required Description
url string Yes Chat statistics

Type: StatsURL

Example:

$statsURL = ['_' => 'statsURL', 'url' => 'string'];

Or, if you're into Lua:

statsURL={_='statsURL', url='string'}