Struct clacks::mtproto::rpc::channels::reportSpam [] [src]

pub struct reportSpam {
    pub channel: InputChannel,
    pub user_id: InputUser,
    pub id: Vector<Bare, int>,
}

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 Function for reportSpam
[src]

impl BareSerialize for reportSpam
[src]

[src]

Auto Trait Implementations

impl Send for reportSpam

impl Sync for reportSpam