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

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

TL-derived from channels.reportSpam

channels.reportSpam#fe087810 channel:InputChannel user_id:InputUser id:Vector<int> = 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