Layer 228
constructor
recentMeUrlChatInvite#eb49081d url:string chat_invite:ChatInvite = RecentMeUrl;

Parameters

Name Type Description
Url string t. me URL
ChatInvite ChatInvite Chat invitation

Returns

RecentMeUrl

Gogram Example

// Creating RecentMeUrlChatInvite constructor
obj := &tg.RecentMeUrlChatInvite{
    Url: "https://example.com",
    ChatInvite: &tg.ChatInviteObj{},
}