Struct clacks_mtproto::mtproto::chat_full::ChannelFull [] [src]

pub struct ChannelFull {
    pub can_view_participants: bool,
    pub can_set_username: bool,
    pub can_set_stickers: bool,
    pub hidden_prehistory: bool,
    pub id: int,
    pub about: string,
    pub participants_count: Option<int>,
    pub admins_count: Option<int>,
    pub kicked_count: Option<int>,
    pub banned_count: Option<int>,
    pub read_inbox_max_id: int,
    pub read_outbox_max_id: int,
    pub unread_count: int,
    pub chat_photo: Photo,
    pub notify_settings: PeerNotifySettings,
    pub exported_invite: ExportedChatInvite,
    pub bot_info: Vector<Boxed, BotInfo>,
    pub migrated_from_chat_id: Option<int>,
    pub migrated_from_max_id: Option<int>,
    pub pinned_msg_id: Option<int>,
    pub stickerset: Option<StickerSet>,
    pub available_min_id: Option<int>,
}

TL-derived from channelFull

channelFull#76af5481 flags:# can_view_participants:flags.3?true can_set_username:flags.6?true can_set_stickers:flags.7?true hidden_prehistory:flags.10?true id:int about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int banned_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 stickerset:flags.8?StickerSet available_min_id:flags.9?int = ChatFull;

Fields

Trait Implementations

impl Debug for ChannelFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelFull
[src]

impl BareDeserialize for ChannelFull
[src]

impl IntoBoxed for ChannelFull
[src]

Auto Trait Implementations

impl Send for ChannelFull

impl Sync for ChannelFull