Layer 220
RecentMeUrlChatInvite
Recent t. me invite link to a chat
constructor
recentMeUrlChatInvite#eb49081d url:string chat_invite:ChatInvite = RecentMeUrl;
Parameters
| Name | Type | Description |
|---|---|---|
| Url | string | t. me URL |
| ChatInvite | ChatInvite | Chat invitation |
Returns
RecentMeUrlGogram Example
// Creating RecentMeUrlChatInvite constructor obj := &tg.RecentMeUrlChatInvite{ Url: "...", ChatInvite: &tg.ChatInvite{}, }