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

pub struct KeyboardHide {
    pub selective: bool,
}

TL-derived from replyKeyboardHide

replyKeyboardHide#a03e5b85 flags:# selective:flags.2?true = ReplyMarkup;

Fields

Trait Implementations

impl Debug for KeyboardHide
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyboardHide
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for KeyboardHide
[src]

impl BareDeserialize for KeyboardHide
[src]

impl IntoBoxed for KeyboardHide
[src]

Auto Trait Implementations

impl Send for KeyboardHide

impl Sync for KeyboardHide