MadelineProtoDocs/docs/API_docs/constructors/statsURL.md

30 lines
601 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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'];
```