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

pub struct ChatCreate {
    pub title: string,
    pub users: Vector<Bare, int>,
}

TL-derived from messageActionChatCreate

messageActionChatCreate#a6638b9a title:string users:Vector<int> = MessageAction;

Fields

Trait Implementations

impl Debug for ChatCreate
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatCreate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatCreate
[src]

impl BareDeserialize for ChatCreate
[src]

impl IntoBoxed for ChatCreate
[src]

Auto Trait Implementations

impl Send for ChatCreate

impl Sync for ChatCreate