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

pub struct DeleteMessage {
    pub message: Message,
}

TL-derived from channelAdminLogEventActionDeleteMessage

channelAdminLogEventActionDeleteMessage#42e047bb message:Message = ChannelAdminLogEventAction;

Fields

Trait Implementations

impl Debug for DeleteMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for DeleteMessage
[src]

impl BareDeserialize for DeleteMessage
[src]

impl IntoBoxed for DeleteMessage
[src]

Auto Trait Implementations

impl Send for DeleteMessage

impl Sync for DeleteMessage