ChannelFull
---types---
channelFull#e4e0b29d can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true can_set_location:flags.16?true has_scheduled:flags.19?true can_view_stats:flags.20?true blocked:flags.22?true can_delete_channel:flags2.0?true antispam:flags2.1?true participants_hidden:flags2.2?true translations_disabled:flags2.3?true stories_pinned_available:flags2.5?true view_forum_as_messages:flags2.6?true restricted_sponsored:flags2.11?true can_view_revenue:flags2.12?true paid_media_allowed:flags2.14?true can_view_stars_revenue:flags2.15?true paid_reactions_available:flags2.16?true stargifts_available:flags2.19?true paid_messages_available:flags2.20?true id:long about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_count:flags.2?int online_count:flags.13?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:flags.23?ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?long migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int stickerset:flags.8?StickerSet available_min_id:flags.9?int folder_id:flags.11?int linked_chat_id:flags.14?long location:flags.15?ChannelLocation slowmode_seconds:flags.17?int slowmode_next_send_date:flags.18?int stats_dc:flags.12?int pts:int call:flags.21?InputGroupCall ttl_period:flags.24?int pending_suggestions:flags.25?Vector<string> groupcall_default_join_as:flags.26?Peer theme_emoticon:flags.27?string requests_pending:flags.28?int recent_requesters:flags.28?Vector<long> default_send_as:flags.29?Peer available_reactions:flags.30?ChatReactions reactions_limit:flags2.13?int stories:flags2.4?PeerStories wallpaper:flags2.7?WallPaper boosts_applied:flags2.8?int boosts_unrestrict:flags2.9?int emojiset:flags2.10?StickerSet bot_verification:flags2.17?BotVerification stargifts_count:flags2.18?int send_paid_messages_stars:flags2.21?long main_tab:flags2.22?ProfileTab = ChatFull
Belongs to
In Rust this constructor is a variant of the enums::ChatFull enum.
Match on it with: if let enums::ChatFull::ChannelFull(v) = result { ... }
Parameters
| can_view_participants | true | optional |
| can_set_username | true | optional |
| can_set_stickers | true | optional |
| hidden_prehistory | true | optional |
| can_set_location | true | optional |
| has_scheduled | true | optional |
| can_view_stats | true | optional |
| blocked | true | optional |
| can_delete_channel | flags2.0?true | required |
| antispam | flags2.1?true | required |
| participants_hidden | flags2.2?true | required |
| translations_disabled | flags2.3?true | required |
| stories_pinned_available | flags2.5?true | required |
| view_forum_as_messages | flags2.6?true | required |
| restricted_sponsored | flags2.11?true | required |
| can_view_revenue | flags2.12?true | required |
| paid_media_allowed | flags2.14?true | required |
| can_view_stars_revenue | flags2.15?true | required |
| paid_reactions_available | flags2.16?true | required |
| stargifts_available | flags2.19?true | required |
| paid_messages_available | flags2.20?true | required |
| id | long | required |
| about | string | required |
| participants_count | int | optional |
| admins_count | int | optional |
| kicked_count | int | optional |
| banned_count | int | optional |
| online_count | int | optional |
| read_inbox_max_id | int | required |
| read_outbox_max_id | int | required |
| unread_count | int | required |
| chat_photo | Photo | required |
| notify_settings | PeerNotifySettings | required |
| exported_invite | ExportedChatInvite | optional |
| bot_info | Vector<BotInfo> | required |
| migrated_from_chat_id | long | optional |
| migrated_from_max_id | int | optional |
| pinned_msg_id | int | optional |
| stickerset | StickerSet | optional |
| available_min_id | int | optional |
| folder_id | int | optional |
| linked_chat_id | long | optional |
| location | ChannelLocation | optional |
| slowmode_seconds | int | optional |
| slowmode_next_send_date | int | optional |
| stats_dc | int | optional |
| pts | int | required |
| call | InputGroupCall | optional |
| ttl_period | int | optional |
| pending_suggestions | Vector<string> | optional |
| groupcall_default_join_as | Peer | optional |
| theme_emoticon | string | optional |
| requests_pending | int | optional |
| recent_requesters | Vector<long> | optional |
| default_send_as | Peer | optional |
| available_reactions | ChatReactions | optional |
| reactions_limit | flags2.13?int | required |
| stories | flags2.4?PeerStories | required |
| wallpaper | flags2.7?WallPaper | required |
| boosts_applied | flags2.8?int | required |
| boosts_unrestrict | flags2.9?int | required |
| emojiset | flags2.10?StickerSet | required |
| bot_verification | flags2.17?BotVerification | required |
| stargifts_count | flags2.18?int | required |
| send_paid_messages_stars | flags2.21?long | required |
| main_tab | flags2.22?ProfileTab | required |