ExportedChatInvite

---types---
messages.exportedChatInvite#1871be50 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::ExportedChatInvite(v) = result { ... }

Parameters

inviteExportedChatInviterequired
usersVector<User>required