Struct clacks_mtproto::mtproto::messages::chat_full::ChatFull [] [src]

pub struct ChatFull {
    pub full_chat: ChatFull,
    pub chats: Vector<Boxed, Chat>,
    pub users: Vector<Boxed, User>,
}

TL-derived from messages.chatFull

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

Fields

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 BareSerialize for ChatFull
[src]

impl BareDeserialize for ChatFull
[src]

impl IntoBoxed for ChatFull
[src]

Auto Trait Implementations

impl Send for ChatFull

impl Sync for ChatFull