Enum clacks_mtproto::mtproto::ChannelBannedRights [] [src]

pub enum ChannelBannedRights {
    ChannelBannedRights(ChannelBannedRights),
}

TL-derived from ChannelBannedRights

channelBannedRights#58cf4249 flags:# view_messages:flags.0?true send_messages:flags.1?true send_media:flags.2?true send_stickers:flags.3?true send_gifs:flags.4?true send_games:flags.5?true send_inline:flags.6?true embed_links:flags.7?true until_date:int = ChannelBannedRights;

Variants

Methods

impl ChannelBannedRights
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

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 BoxedSerialize for ChannelBannedRights
[src]

[src]

[src]

impl BoxedDeserialize for ChannelBannedRights
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations