Struct clacks::mtproto::updateChannelPinnedMessage [] [src]

pub struct updateChannelPinnedMessage {
    pub channel_id: int,
    pub id: int,
}

Fields

Trait Implementations

impl Debug for updateChannelPinnedMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateChannelPinnedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateChannelPinnedMessage
[src]

[src]

impl BareDeserialize for updateChannelPinnedMessage
[src]

[src]

impl IntoBoxed for updateChannelPinnedMessage
[src]

[src]

Auto Trait Implementations