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

pub struct ReportSpam {
    pub peer: InputPeer,
}

TL-derived from messages.reportSpam

messages.reportSpam#cf1592db peer:InputPeer = Bool;

Fields

Trait Implementations

impl Debug for ReportSpam
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReportSpam
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReportSpam
[src]

[src]

[src]

impl Function for ReportSpam
[src]

impl BareSerialize for ReportSpam
[src]

Auto Trait Implementations

impl Send for ReportSpam

impl Sync for ReportSpam