Struct clacks_mtproto::mtproto::rpc::account::UpdateNotifySettings [] [src]

pub struct UpdateNotifySettings {
    pub peer: InputNotifyPeer,
    pub settings: InputPeerNotifySettings,
}

TL-derived from account.updateNotifySettings

account.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = Bool;

Fields

Trait Implementations

impl Debug for UpdateNotifySettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateNotifySettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdateNotifySettings
[src]

[src]

[src]

impl Function for UpdateNotifySettings
[src]

impl BareSerialize for UpdateNotifySettings
[src]

Auto Trait Implementations