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

pub struct ReadMentions {
    pub peer: InputPeer,
}

TL-derived from messages.readMentions

messages.readMentions#f0189d3 peer:InputPeer = messages.AffectedHistory;

Fields

Trait Implementations

impl Debug for ReadMentions
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadMentions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for ReadMentions
[src]

[src]

[src]

impl Function for ReadMentions
[src]

impl BareSerialize for ReadMentions
[src]

Auto Trait Implementations

impl Send for ReadMentions

impl Sync for ReadMentions