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

pub struct GetFullChat {
    pub chat_id: int,
}

TL-derived from messages.getFullChat

messages.getFullChat#3b831c66 chat_id:int = messages.ChatFull;

Fields

Trait Implementations

impl Debug for GetFullChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetFullChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetFullChat
[src]

[src]

[src]

impl Function for GetFullChat
[src]

impl BareSerialize for GetFullChat
[src]

Auto Trait Implementations

impl Send for GetFullChat

impl Sync for GetFullChat