- API ›
- Constructors ›
- Messages ›
- ExportedChatInviteReplaced
ExportedChatInviteReplaced
---types--- messages.exportedChatInviteReplaced#222600ef invite:ExportedChatInvite new_invite:ExportedChatInvite users:Vector<User> = messages.ExportedChatInvite
Belongs to
| messages.ExportedChatInvite |
In Rust this constructor is a variant of the enums::messages.ExportedChatInvite enum.
Match on it with: if let enums::messages.ExportedChatInvite::ExportedChatInviteReplaced(v) = result { ... }
Parameters
| invite | ExportedChatInvite | required |
| new_invite | ExportedChatInvite | required |
| users | Vector<User> | required |