Struct clacks_mtproto::mtproto::rpc::messages::GetPeerSettings [] [src]

pub struct GetPeerSettings {
    pub peer: InputPeer,
}

TL-derived from messages.getPeerSettings

messages.getPeerSettings#3672e09c peer:InputPeer = PeerSettings;

Fields

Trait Implementations

impl Debug for GetPeerSettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetPeerSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetPeerSettings
[src]

[src]

[src]

impl Function for GetPeerSettings
[src]

impl BareSerialize for GetPeerSettings
[src]

Auto Trait Implementations