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

pub struct GetChannels {
    pub id: Vector<Boxed, InputChannel>,
}

TL-derived from channels.getChannels

channels.getChannels#a7f6bbb id:Vector<InputChannel> = messages.Chats;

Fields

Trait Implementations

impl Debug for GetChannels
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetChannels
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetChannels
[src]

[src]

[src]

impl Function for GetChannels
[src]

impl BareSerialize for GetChannels
[src]

Auto Trait Implementations

impl Send for GetChannels

impl Sync for GetChannels