Struct clacks_mtproto::mtproto::channel_admin_log_event_action::UpdatePinned [] [src]

pub struct UpdatePinned {
    pub message: Message,
}

TL-derived from channelAdminLogEventActionUpdatePinned

channelAdminLogEventActionUpdatePinned#e9e82c18 message:Message = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for UpdatePinned
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdatePinned
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UpdatePinned
[src]

impl BareDeserialize for UpdatePinned
[src]

impl IntoBoxed for UpdatePinned
[src]

Auto Trait Implementations

impl Send for UpdatePinned

impl Sync for UpdatePinned