Struct clacks_mtproto::mtproto::received_notify_message::ReceivedNotifyMessage [] [src]

pub struct ReceivedNotifyMessage {
    pub id: int,
    pub flags: int,
}

TL-derived from receivedNotifyMessage

receivedNotifyMessage#a384b779 id:int flags:int = ReceivedNotifyMessage;

Fields

Trait Implementations

impl Debug for ReceivedNotifyMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReceivedNotifyMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ReceivedNotifyMessage
[src]

impl BareDeserialize for ReceivedNotifyMessage
[src]

impl IntoBoxed for ReceivedNotifyMessage
[src]

Auto Trait Implementations