Struct clacks_mtproto::mtproto::channels::channel_participant::ChannelParticipant [] [src]

pub struct ChannelParticipant {
    pub participant: ChannelParticipant,
    pub users: Vector<Boxed, User>,
}

TL-derived from channels.channelParticipant

channels.channelParticipant#d0d9b163 participant:ChannelParticipant users:Vector<User> = channels.ChannelParticipant;

Fields

Trait Implementations

impl Debug for ChannelParticipant
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelParticipant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelParticipant
[src]

impl BareDeserialize for ChannelParticipant
[src]

impl IntoBoxed for ChannelParticipant
[src]

Auto Trait Implementations