Struct clacks_mtproto::mtproto::rpc::channels::UpdatePinnedMessage [] [src]

pub struct UpdatePinnedMessage {
    pub silent: bool,
    pub channel: InputChannel,
    pub id: int,
}

TL-derived from channels.updatePinnedMessage

channels.updatePinnedMessage#a72ded52 flags:# silent:flags.0?true channel:InputChannel id:int = Updates;

Fields

Trait Implementations

impl Debug for UpdatePinnedMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdatePinnedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for UpdatePinnedMessage
[src]

[src]

[src]

impl Function for UpdatePinnedMessage
[src]

impl BareSerialize for UpdatePinnedMessage
[src]

Auto Trait Implementations