Struct clacks::mtproto::rpc::messages::migrateChat [] [src]

pub struct migrateChat {
    pub chat_id: int,
}

Fields

Trait Implementations

impl Debug for migrateChat
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for migrateChat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Function for migrateChat
[src]

impl BareSerialize for migrateChat
[src]

[src]

Auto Trait Implementations

impl Send for migrateChat

impl Sync for migrateChat