Layer 220
MessagesExportedChatInvite
Info about a chat invite
constructor
messages.exportedChatInvite#1871be50 invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Invite | ExportedChatInvite | Info about the chat invite |
| Users | Vector<User> | Mentioned users |
Returns
messages.ExportedChatInviteGogram Example
// Creating MessagesExportedChatInvite constructor obj := &tg.MessagesExportedChatInvite{ Invite: &tg.ExportedChatInvite{}, Users: []tg.User{&tg.User{}}, }