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

pub struct ParticipantInvite {
    pub participant: ChannelParticipant,
}

TL-derived from channelAdminLogEventActionParticipantInvite

channelAdminLogEventActionParticipantInvite#e31c34d8 participant:ChannelParticipant = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for ParticipantInvite
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ParticipantInvite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ParticipantInvite
[src]

impl BareDeserialize for ParticipantInvite
[src]

impl IntoBoxed for ParticipantInvite
[src]

Auto Trait Implementations