Chat
---types---
chat#41cbf256 creator:flags.0?true left:flags.2?true deactivated:flags.5?true call_active:flags.23?true call_not_empty:flags.24?true noforwards:flags.25?true id:long title:string photo:ChatPhoto participants_count:int date:int version:int migrated_to:flags.6?InputChannel admin_rights:flags.14?ChatAdminRights default_banned_rights:flags.18?ChatBannedRights = Chat
Belongs to
In Rust this constructor is a variant of the enums::Chat enum.
Match on it with: if let enums::Chat::Chat(v) = result { ... }
Parameters