Struct clacks::mtproto::channelBannedRights [] [src]

pub struct channelBannedRights {
    pub view_messages: bool,
    pub send_messages: bool,
    pub send_media: bool,
    pub send_stickers: bool,
    pub send_gifs: bool,
    pub send_games: bool,
    pub send_inline: bool,
    pub embed_links: bool,
    pub until_date: int,
}

Fields

Trait Implementations

impl Debug for channelBannedRights
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for channelBannedRights
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for channelBannedRights
[src]

[src]

impl BareDeserialize for channelBannedRights
[src]

[src]

impl IntoBoxed for channelBannedRights
[src]

Auto Trait Implementations