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

pub struct InviteToChannel {
    pub channel: InputChannel,
    pub users: Vector<Boxed, InputUser>,
}

TL-derived from channels.inviteToChannel

channels.inviteToChannel#199f3a6c channel:InputChannel users:Vector<InputUser> = Updates;

Fields

Trait Implementations

impl Debug for InviteToChannel
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InviteToChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InviteToChannel
[src]

[src]

[src]

impl Function for InviteToChannel
[src]

impl BareSerialize for InviteToChannel
[src]

Auto Trait Implementations