Struct clacks::mtproto::updateUserTyping [] [src]

pub struct updateUserTyping {
    pub user_id: int,
    pub action: SendMessageAction,
}

Fields

Trait Implementations

impl Debug for updateUserTyping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateUserTyping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateUserTyping
[src]

[src]

impl BareDeserialize for updateUserTyping
[src]

[src]

impl IntoBoxed for updateUserTyping
[src]

[src]

Auto Trait Implementations