tl v57.2.0-rc TL.ChannelFull
channelFull#c3d5512f flags:# can_view_participants:flags.3?true can_set_username:flags.6?true id:int about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?int migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int = ChatFull;
Summary
Types
t()
t :: %TL.ChannelFull{about: String.t, admins_count: integer, bot_info: [BotInfo.t], can_set_username: boolean, can_view_participants: boolean, chat_photo: Photo.t, exported_invite: ExportedChatInvite.t, id: integer, kicked_count: integer, migrated_from_chat_id: integer, migrated_from_max_id: integer, notify_settings: PeerNotifySettings.t, participants_count: integer, pinned_msg_id: integer, read_inbox_max_id: integer, read_outbox_max_id: integer, unread_count: integer}