Struct clacks_mtproto::mtproto::channels::channel_participants::ChannelParticipants [] [src]

pub struct ChannelParticipants {
    pub count: int,
    pub participants: Vector<Boxed, ChannelParticipant>,
    pub users: Vector<Boxed, User>,
}

TL-derived from channels.channelParticipants

channels.channelParticipants#f56ee2a8 count:int participants:Vector<ChannelParticipant> users:Vector<User> = channels.ChannelParticipants;

Fields

Trait Implementations

impl Debug for ChannelParticipants
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelParticipants
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelParticipants
[src]

impl BareDeserialize for ChannelParticipants
[src]

impl IntoBoxed for ChannelParticipants
[src]

Auto Trait Implementations