- API ›
- Constructors ›
- ChatInviteImporter
ChatInviteImporter
---types--- chatInviteImporter#8c5adfd9 requested:flags.0?true via_chatlist:flags.3?true user_id:long date:int about:flags.2?string approved_by:flags.1?long = ChatInviteImporter
Belongs to
| ChatInviteImporter |
In Rust this constructor is a variant of the enums::ChatInviteImporter enum.
Match on it with: if let enums::ChatInviteImporter::ChatInviteImporter(v) = result { ... }