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

pub struct ChannelCreate {
    pub title: string,
}

TL-derived from messageActionChannelCreate

messageActionChannelCreate#95d2ac92 title:string = MessageAction;

Fields

Trait Implementations

impl Debug for ChannelCreate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelCreate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelCreate
[src]

impl BareDeserialize for ChannelCreate
[src]

impl IntoBoxed for ChannelCreate
[src]

Auto Trait Implementations

impl Send for ChannelCreate

impl Sync for ChannelCreate