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

pub struct ImportChatInvite {
    pub hash: string,
}

TL-derived from messages.importChatInvite

messages.importChatInvite#6c50051c hash:string = Updates;

Fields

Trait Implementations

impl Debug for ImportChatInvite
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImportChatInvite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ImportChatInvite
[src]

[src]

[src]

impl Function for ImportChatInvite
[src]

impl BareSerialize for ImportChatInvite
[src]

Auto Trait Implementations