Struct clacks::mtproto::rpc::messages::reportEncryptedSpam [] [src]

pub struct reportEncryptedSpam {
    pub peer: InputEncryptedChat,
}

Fields

Trait Implementations

impl Debug for reportEncryptedSpam
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for reportEncryptedSpam
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for reportEncryptedSpam
[src]

impl BareSerialize for reportEncryptedSpam
[src]

[src]

Auto Trait Implementations