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

pub struct ChannelMigrateFrom {
    pub title: string,
    pub chat_id: int,
}

TL-derived from messageActionChannelMigrateFrom

messageActionChannelMigrateFrom#b055eaee title:string chat_id:int = MessageAction;

Fields

Trait Implementations

impl Debug for ChannelMigrateFrom
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChannelMigrateFrom
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChannelMigrateFrom
[src]

impl BareDeserialize for ChannelMigrateFrom
[src]

impl IntoBoxed for ChannelMigrateFrom
[src]

Auto Trait Implementations