Struct clacks_mtproto::mtproto::channel_participant::Banned [] [src]

pub struct Banned {
    pub left: bool,
    pub user_id: int,
    pub kicked_by: int,
    pub date: int,
    pub banned_rights: ChannelBannedRights,
}

TL-derived from channelParticipantBanned

channelParticipantBanned#222c1886 flags:# left:flags.0?true user_id:int kicked_by:int date:int banned_rights:ChannelBannedRights = ChannelParticipant;

Fields

Trait Implementations

impl Debug for Banned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Banned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Banned
[src]

impl BareDeserialize for Banned
[src]

impl IntoBoxed for Banned
[src]

Auto Trait Implementations

impl Send for Banned

impl Sync for Banned