--- title: "statsURL" description: "URL with chat statistics" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: statsURL [Back to constructors index](/API_docs/constructors/index.html) URL with chat statistics ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |url|[string](/API_docs/types/string.html) | Yes|Chat statistics| ### Type: [StatsURL](/API_docs/types/StatsURL.html) ### Example: ``` $statsURL = ['_' => 'statsURL', 'url' => 'string']; ```