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

inviteExportedChatInviterequired
new_inviteExportedChatInviterequired
usersVector<User>required