Struct telegram::schema::messages::ChatFull []

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

Fields

Trait Implementations

impl Debug for ChatFull
[src]

Formats the value using the given formatter.

impl Serialize for ChatFull

Serialize to the passed buffer.