Layer 220
RecentMeUrlChat
Recent t. me link to a chat
constructor
recentMeUrlChat#b2da71d2 url:string chat_id:long = RecentMeUrl;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | t. me URL |
| ChatId | long | Chat ID |
Returns
RecentMeUrlGogram Example
// Creating RecentMeUrlChat constructor obj := &tg.RecentMeUrlChat{ Url: "...", ChatId: int64(0), }