Layer 227
MessagesExportedChatInviteObj
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 MessagesExportedChatInviteObj constructor obj := &tg.MessagesExportedChatInviteObj{ Invite: &tg.ExportedChatInvite{}, Users: &tg.VectorUser{}, }