Struct clacks_mtproto::mtproto::channel_admin_log_event_action::ParticipantToggleBan [] [src]

pub struct ParticipantToggleBan {
    pub prev_participant: ChannelParticipant,
    pub new_participant: ChannelParticipant,
}

TL-derived from channelAdminLogEventActionParticipantToggleBan

channelAdminLogEventActionParticipantToggleBan#e6d83d7e prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ParticipantToggleBan
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ParticipantToggleBan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ParticipantToggleBan
[src]

impl BareDeserialize for ParticipantToggleBan
[src]

impl IntoBoxed for ParticipantToggleBan
[src]

Auto Trait Implementations