Struct whatsappweb::Chat[][src]

pub struct Chat {
    pub name: Option<String>,
    pub jid: Jid,
    pub last_activity: i64,
    pub pin_time: Option<i64>,
    pub mute_until: Option<i64>,
    pub spam: bool,
    pub read_only: bool,
}

Fields

Trait Implementations

impl Debug for Chat
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Chat

impl Sync for Chat