Layer 224
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: "Hello, World!",
    ChatInvite: &tg.ChatInvite{},
}