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