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

pub struct SetEncryptedTyping {
    pub peer: InputEncryptedChat,
    pub typing: Bool,
}

TL-derived from messages.setEncryptedTyping

messages.setEncryptedTyping#791451ed peer:InputEncryptedChat typing:Bool = Bool;

Fields

Trait Implementations

impl Debug for SetEncryptedTyping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetEncryptedTyping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for SetEncryptedTyping
[src]

[src]

[src]

impl Function for SetEncryptedTyping
[src]

impl BareSerialize for SetEncryptedTyping
[src]

Auto Trait Implementations