Struct clacks::mtproto::rpc::messages::getMessagesViews [] [src]

pub struct getMessagesViews {
    pub peer: InputPeer,
    pub id: Vector<Bare, int>,
    pub increment: Bool,
}

Fields

Trait Implementations

impl Debug for getMessagesViews
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for getMessagesViews
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for getMessagesViews
[src]

impl BareSerialize for getMessagesViews
[src]

[src]

Auto Trait Implementations