Layer 220
MessagesExportedChatInviteReplaced
The specified chat invite was replaced with another one
constructor
messages.exportedChatInviteReplaced#222600ef invite:ExportedChatInvite new_invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Invite | ExportedChatInvite | The replaced chat invite |
| NewInvite | ExportedChatInvite | The invite that replaces the previous invite |
| Users | Vector<User> | Mentioned users |
Returns
messages.ExportedChatInviteGogram Example
// Creating MessagesExportedChatInviteReplaced constructor obj := &tg.MessagesExportedChatInviteReplaced{ Invite: &tg.ExportedChatInvite{}, NewInvite: &tg.ExportedChatInvite{}, Users: []tg.User{&tg.User{}}, }