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

pub struct SetTyping {
    pub peer: InputPeer,
    pub action: SendMessageAction,
}

TL-derived from messages.setTyping

messages.setTyping#a3825e50 peer:InputPeer action:SendMessageAction = Bool;

Fields

Trait Implementations

impl Debug for SetTyping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetTyping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetTyping
[src]

[src]

[src]

impl Function for SetTyping
[src]

impl BareSerialize for SetTyping
[src]

Auto Trait Implementations

impl Send for SetTyping

impl Sync for SetTyping