Enum telegram::schema::PeerNotifySettings []

pub enum PeerNotifySettings {
    peerNotifySettingsEmpty,
    peerNotifySettings {
        mute_until: i32,
        sound: String,
        show_previews: bool,
        events_mask: i32,
    },
}

Variants

Fields of peerNotifySettings

Trait Implementations

impl Debug for PeerNotifySettings
[src]

Formats the value using the given formatter.

impl Serialize for PeerNotifySettings

Serialize to the passed buffer.