Layer 220
constructor
recentMeUrlChat#b2da71d2 url:string chat_id:long = RecentMeUrl;

Parameters

Name Type Description
Url string t. me URL
ChatId long Chat ID

Returns

RecentMeUrl

Gogram Example

// Creating RecentMeUrlChat constructor
obj := &tg.RecentMeUrlChat{
    Url: "...",
    ChatId: int64(0),
}