Struct clacks_mtproto::mtproto::bad::MsgNotification [] [src]

pub struct MsgNotification {
    pub bad_msg_id: long,
    pub bad_msg_seqno: int,
    pub error_code: int,
}

TL-derived from bad_msg_notification

bad_msg_notification#a7eff811 bad_msg_id:long bad_msg_seqno:int error_code:int = BadMsgNotification;

Fields

Trait Implementations

impl Debug for MsgNotification
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MsgNotification
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for MsgNotification
[src]

impl BareDeserialize for MsgNotification
[src]

impl IntoBoxed for MsgNotification
[src]

Auto Trait Implementations