Struct clacks::mtproto::rpc::messages::checkChatInvite [] [src]

pub struct checkChatInvite {
    pub hash: string,
}

Fields

Trait Implementations

impl Debug for checkChatInvite
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for checkChatInvite
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for checkChatInvite
[src]

impl BareSerialize for checkChatInvite
[src]

[src]

Auto Trait Implementations