Struct clacks_mtproto::mtproto::inline_bot_switch_pm::InlineBotSwitchPM [] [src]

pub struct InlineBotSwitchPM {
    pub text: string,
    pub start_param: string,
}

TL-derived from inlineBotSwitchPM

inlineBotSwitchPM#3c20629f text:string start_param:string = InlineBotSwitchPM;

Fields

Trait Implementations

impl Debug for InlineBotSwitchPM
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InlineBotSwitchPM
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InlineBotSwitchPM
[src]

impl BareDeserialize for InlineBotSwitchPM
[src]

impl IntoBoxed for InlineBotSwitchPM
[src]

Auto Trait Implementations