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

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

TL-derived from updateEditChannelMessage

updateEditChannelMessage#1b3f4df7 message:Message pts:int pts_count:int = Update;

Fields

Trait Implementations

impl Debug for EditChannelMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EditChannelMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for EditChannelMessage
[src]

impl BareDeserialize for EditChannelMessage
[src]

impl IntoBoxed for EditChannelMessage
[src]

[src]

Auto Trait Implementations