Struct clacks_mtproto::mtproto::rpc::contacts::ResetTopPeerRating [] [src]

pub struct ResetTopPeerRating {
    pub category: TopPeerCategory,
    pub peer: InputPeer,
}

TL-derived from contacts.resetTopPeerRating

contacts.resetTopPeerRating#1ae373ac category:TopPeerCategory peer:InputPeer = Bool;

Fields

Trait Implementations

impl Debug for ResetTopPeerRating
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ResetTopPeerRating
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ResetTopPeerRating
[src]

[src]

[src]

impl Function for ResetTopPeerRating
[src]

impl BareSerialize for ResetTopPeerRating
[src]

Auto Trait Implementations