MadelineProtoDocs/docs/API_docs/constructors/statsURL.md
2024-05-01 14:53:46 +02:00

601 B

title description nav_exclude image
statsURL URL with chat statistics true 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'];