Struct clacks_mtproto::mtproto::input_game::ShortName [] [src]

pub struct ShortName {
    pub bot_id: InputUser,
    pub short_name: string,
}

TL-derived from inputGameShortName

inputGameShortName#c331e80a bot_id:InputUser short_name:string = InputGame;

Fields

Trait Implementations

impl Debug for ShortName
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ShortName
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for ShortName
[src]

impl BareDeserialize for ShortName
[src]

impl IntoBoxed for ShortName
[src]

Auto Trait Implementations

impl Send for ShortName

impl Sync for ShortName