Struct clacks_mtproto::mtproto::reply::KeyboardForceReply [] [src]

pub struct KeyboardForceReply {
    pub single_use: bool,
    pub selective: bool,
}

TL-derived from replyKeyboardForceReply

replyKeyboardForceReply#f4108aa0 flags:# single_use:flags.1?true selective:flags.2?true = ReplyMarkup;

Fields

Trait Implementations

impl Debug for KeyboardForceReply
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyboardForceReply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for KeyboardForceReply
[src]

impl BareDeserialize for KeyboardForceReply
[src]

impl IntoBoxed for KeyboardForceReply
[src]

Auto Trait Implementations