ChatInviteImporters

---types---
messages.chatInviteImporters#81b6b00a count:int importers:Vector<ChatInviteImporter> users:Vector<User> = messages.ChatInviteImporters

Belongs to

messages.ChatInviteImporters

In Rust this constructor is a variant of the enums::messages.ChatInviteImporters enum.
Match on it with: if let enums::messages.ChatInviteImporters::ChatInviteImporters(v) = result { ... }

Parameters

countintrequired
importersVector<ChatInviteImporter>required
usersVector<User>required