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

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

TL-derived from messages.getMessagesViews

messages.getMessagesViews#c4c8a55d peer:InputPeer id:Vector<int> increment:Bool = Vector<int>;

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 BoxedSerialize for GetMessagesViews
[src]

[src]

[src]

impl Function for GetMessagesViews
[src]

impl BareSerialize for GetMessagesViews
[src]

Auto Trait Implementations