Struct clacks_mtproto::mtproto::chat::ChannelForbidden [] [src]

pub struct ChannelForbidden {
    pub broadcast: bool,
    pub megagroup: bool,
    pub id: int,
    pub access_hash: long,
    pub title: string,
    pub until_date: Option<int>,
}

TL-derived from channelForbidden

channelForbidden#289da732 flags:# broadcast:flags.5?true megagroup:flags.8?true id:int access_hash:long title:string until_date:flags.16?int = Chat;

Fields

Trait Implementations

impl Debug for ChannelForbidden
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelForbidden
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelForbidden
[src]

impl BareDeserialize for ChannelForbidden
[src]

impl IntoBoxed for ChannelForbidden
[src]

[src]

Auto Trait Implementations