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

pub struct ReportEncryptedSpam {
    pub peer: InputEncryptedChat,
}

TL-derived from messages.reportEncryptedSpam

messages.reportEncryptedSpam#4b0c8c0f peer:InputEncryptedChat = Bool;

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 BoxedSerialize for ReportEncryptedSpam
[src]

[src]

[src]

impl Function for ReportEncryptedSpam
[src]

impl BareSerialize for ReportEncryptedSpam
[src]

Auto Trait Implementations