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

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

TL-derived from updateUserTyping

updateUserTyping#5c486927 user_id:int action:SendMessageAction = Update;

Fields

Trait Implementations

impl Debug for UserTyping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UserTyping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for UserTyping
[src]

impl BareDeserialize for UserTyping
[src]

impl IntoBoxed for UserTyping
[src]

[src]

Auto Trait Implementations

impl Send for UserTyping

impl Sync for UserTyping