MadelineProtoDocs/docs/API_docs/constructors/statsURL.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

682 B

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

Constructor: statsURL

Back to constructors index

Stats URL

Attributes:

Name Type Required Description
url string Yes URL

Type: StatsURL

Example:

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

PWRTelegram json-encoded version:

{"_": "statsURL", "url": "string"}

Or, if you're into Lua:

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