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

pub struct SendScreenshotNotification {
    pub peer: InputPeer,
    pub reply_to_msg_id: int,
    pub random_id: long,
}

TL-derived from messages.sendScreenshotNotification

messages.sendScreenshotNotification#c97df020 peer:InputPeer reply_to_msg_id:int random_id:long = Updates;

Fields

Trait Implementations

impl Debug for SendScreenshotNotification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SendScreenshotNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SendScreenshotNotification
[src]

[src]

[src]

impl Function for SendScreenshotNotification
[src]

impl BareSerialize for SendScreenshotNotification
[src]

Auto Trait Implementations