Struct clacks_mtproto::mtproto::update::ChatUserTyping [] [src]

pub struct ChatUserTyping {
    pub chat_id: int,
    pub user_id: int,
    pub action: SendMessageAction,
}

TL-derived from updateChatUserTyping

updateChatUserTyping#9a65ea1f chat_id:int user_id:int action:SendMessageAction = Update;

Fields

Trait Implementations

impl Debug for ChatUserTyping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ChatUserTyping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ChatUserTyping
[src]

impl BareDeserialize for ChatUserTyping
[src]

impl IntoBoxed for ChatUserTyping
[src]

[src]

Auto Trait Implementations