576 B
576 B
title | description | image |
---|---|---|
statsURL | Stats URL | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: statsURL
Stats URL
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | URL |
Type: StatsURL
Example:
$statsURL = ['_' => 'statsURL', 'url' => 'string'];
Or, if you're into Lua:
statsURL={_='statsURL', url='string'}