Struct clacks_mtproto::mtproto::rpc::channels::GetParticipants [] [src]

pub struct GetParticipants {
    pub channel: InputChannel,
    pub filter: ChannelParticipantsFilter,
    pub offset: int,
    pub limit: int,
    pub hash: int,
}

TL-derived from channels.getParticipants

channels.getParticipants#123e05e9 channel:InputChannel filter:ChannelParticipantsFilter offset:int limit:int hash:int = channels.ChannelParticipants;

Fields

Trait Implementations

impl Debug for GetParticipants
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetParticipants
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetParticipants
[src]

[src]

[src]

impl Function for GetParticipants
[src]

impl BareSerialize for GetParticipants
[src]

Auto Trait Implementations