Layer 220
ChatInviteAlready
The user has already joined this chat
constructor
chatInviteAlready#5a686d7c chat:Chat = ChatInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Chat | Chat | The chat connected to the invite |
Returns
ChatInviteGogram Example
// Creating ChatInviteAlready constructor obj := &tg.ChatInviteAlready{ Chat: &tg.Chat{}, }