Struct clacks_mtproto::mtproto::peer_notify_settings::PeerNotifySettings [] [src]

pub struct PeerNotifySettings {
    pub show_previews: bool,
    pub silent: bool,
    pub mute_until: int,
    pub sound: string,
}

TL-derived from peerNotifySettings

peerNotifySettings#9acda4c0 flags:# show_previews:flags.0?true silent:flags.1?true mute_until:int sound:string = PeerNotifySettings;

Fields

Trait Implementations

impl Debug for PeerNotifySettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PeerNotifySettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for PeerNotifySettings
[src]

impl BareDeserialize for PeerNotifySettings
[src]

impl IntoBoxed for PeerNotifySettings
[src]

Auto Trait Implementations