Struct clacks_mtproto::mtproto::rpc::messages::EditChatTitle [] [src]

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

TL-derived from messages.editChatTitle

messages.editChatTitle#dc452855 chat_id:int title:string = Updates;

Fields

Trait Implementations

impl Debug for EditChatTitle
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EditChatTitle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for EditChatTitle
[src]

[src]

[src]

impl Function for EditChatTitle
[src]

impl BareSerialize for EditChatTitle
[src]

Auto Trait Implementations

impl Send for EditChatTitle

impl Sync for EditChatTitle