Struct clacks::mtproto::updateEncryptedChatTyping [] [src]

pub struct updateEncryptedChatTyping {
    pub chat_id: int,
}

Fields

Trait Implementations

impl Debug for updateEncryptedChatTyping
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for updateEncryptedChatTyping
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for updateEncryptedChatTyping
[src]

[src]

impl BareDeserialize for updateEncryptedChatTyping
[src]

[src]

impl IntoBoxed for updateEncryptedChatTyping
[src]

[src]

Auto Trait Implementations