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

pub struct GetParticipant {
    pub channel: InputChannel,
    pub user_id: InputUser,
}

TL-derived from channels.getParticipant

channels.getParticipant#546dd7a6 channel:InputChannel user_id:InputUser = channels.ChannelParticipant;

Fields

Trait Implementations

impl Debug for GetParticipant
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetParticipant
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetParticipant
[src]

[src]

[src]

impl Function for GetParticipant
[src]

impl BareSerialize for GetParticipant
[src]

Auto Trait Implementations