Struct clacks_mtproto::mtproto::message_action::CustomAction [] [src]

pub struct CustomAction {
    pub message: string,
}

TL-derived from messageActionCustomAction

messageActionCustomAction#fae69f56 message:string = MessageAction;

Fields

Trait Implementations

impl Debug for CustomAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CustomAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for CustomAction
[src]

impl BareDeserialize for CustomAction
[src]

impl IntoBoxed for CustomAction
[src]

Auto Trait Implementations

impl Send for CustomAction

impl Sync for CustomAction