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

pub struct DiscardEncryption {
    pub chat_id: int,
}

TL-derived from messages.discardEncryption

messages.discardEncryption#edd923c5 chat_id:int = Bool;

Fields

Trait Implementations

impl Debug for DiscardEncryption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DiscardEncryption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for DiscardEncryption
[src]

[src]

[src]

impl Function for DiscardEncryption
[src]

impl BareSerialize for DiscardEncryption
[src]

Auto Trait Implementations