Enum clacks_mtproto::mtproto::messages::ChatFull [] [src]

pub enum ChatFull {
    ChatFull(ChatFull),
}

TL-derived from messages.ChatFull

messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;

Variants

Methods

impl ChatFull
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for ChatFull
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatFull
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ChatFull
[src]

[src]

[src]

impl BoxedDeserialize for ChatFull
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations

impl Send for ChatFull

impl Sync for ChatFull