Layer 220
constructor
chatInviteAlready#5a686d7c chat:Chat = ChatInvite;

Parameters

Name Type Description
Chat Chat The chat connected to the invite

Returns

ChatInvite

Gogram Example

// Creating ChatInviteAlready constructor
obj := &tg.ChatInviteAlready{
    Chat: &tg.Chat{},
}