Struct telegram::schema::ChatFull []

pub struct ChatFull {
    pub id: i32,
    pub participants: ChatParticipants,
    pub chat_photo: Photo,
    pub notify_settings: PeerNotifySettings,
}

Fields

Trait Implementations

impl Debug for ChatFull
[src]

Formats the value using the given formatter.

impl Serialize for ChatFull

Serialize to the passed buffer.