Layer 220
StatsUrl
URL with chat statistics
constructor
statsURL#47a971e0 url:string = StatsURL;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | Chat statistics |
Returns
StatsURLGogram Example
// Creating StatsUrl constructor obj := &tg.StatsUrl{ Url: "...", }