Struct clacks_mtproto::mtproto::update::NewChannelMessage [] [src]

pub struct NewChannelMessage {
    pub message: Message,
    pub pts: int,
    pub pts_count: int,
}

TL-derived from updateNewChannelMessage

updateNewChannelMessage#62ba04d9 message:Message pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for NewChannelMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NewChannelMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for NewChannelMessage
[src]

impl BareDeserialize for NewChannelMessage
[src]

impl IntoBoxed for NewChannelMessage
[src]

[src]

Auto Trait Implementations