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

pub struct ExportInvite {
    pub channel: InputChannel,
}

TL-derived from channels.exportInvite

channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;

Fields

Trait Implementations

impl Debug for ExportInvite
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ExportInvite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ExportInvite
[src]

[src]

[src]

impl Function for ExportInvite
[src]

impl BareSerialize for ExportInvite
[src]

Auto Trait Implementations

impl Send for ExportInvite

impl Sync for ExportInvite