Struct clacks_mtproto::mtproto::channel_participants::Kicked [] [src]

pub struct Kicked {
    pub q: string,
}

TL-derived from channelParticipantsKicked

channelParticipantsKicked#a3b54985 q:string = ChannelParticipantsFilter;

Fields

Trait Implementations

impl Debug for Kicked
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Kicked
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Kicked
[src]

impl BareDeserialize for Kicked
[src]

impl IntoBoxed for Kicked
[src]

Auto Trait Implementations

impl Send for Kicked

impl Sync for Kicked