mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
30 lines
601 B
Markdown
30 lines
601 B
Markdown
---
|
|
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'];
|
|
```
|