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

pub struct GetUnreadMentions {
    pub peer: InputPeer,
    pub offset_id: int,
    pub add_offset: int,
    pub limit: int,
    pub max_id: int,
    pub min_id: int,
}

TL-derived from messages.getUnreadMentions

messages.getUnreadMentions#46578472 peer:InputPeer offset_id:int add_offset:int limit:int max_id:int min_id:int = messages.Messages;

Fields

Trait Implementations

impl Debug for GetUnreadMentions
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetUnreadMentions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetUnreadMentions
[src]

[src]

[src]

impl Function for GetUnreadMentions
[src]

impl BareSerialize for GetUnreadMentions
[src]

Auto Trait Implementations