Struct clacks_mtproto::mtproto::rpc::messages::ExportChatInvite [] [src]

pub struct ExportChatInvite {
    pub chat_id: int,
}

TL-derived from messages.exportChatInvite

messages.exportChatInvite#7d885289 chat_id:int = ExportedChatInvite;

Fields

Trait Implementations

impl Debug for ExportChatInvite
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ExportChatInvite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ExportChatInvite
[src]

[src]

[src]

impl Function for ExportChatInvite
[src]

impl BareSerialize for ExportChatInvite
[src]

Auto Trait Implementations