ChatInvite
---types---
chatInvite#5c9d3702 channel:flags.0?true broadcast:flags.1?true public:flags.2?true megagroup:flags.3?true request_needed:flags.6?true verified:flags.7?true scam:flags.8?true fake:flags.9?true can_refulfill_subscription:flags.11?true title:string about:flags.5?string photo:Photo participants_count:int participants:flags.4?Vector<User> color:int subscription_pricing:flags.10?StarsSubscriptionPricing subscription_form_id:flags.12?long bot_verification:flags.13?BotVerification = ChatInvite
Belongs to
In Rust this constructor is a variant of the enums::ChatInvite enum.
Match on it with: if let enums::ChatInvite::ChatInvite(v) = result { ... }
Parameters