Struct telegram::schema::InputPeerNotifySettings []

pub struct InputPeerNotifySettings {
    pub mute_until: i32,
    pub sound: String,
    pub show_previews: bool,
    pub events_mask: i32,
}

Fields

Trait Implementations

impl Debug for InputPeerNotifySettings
[src]

Formats the value using the given formatter.

impl Serialize for InputPeerNotifySettings

Serialize to the passed buffer.