Struct clacks_mtproto::mtproto::bot_info::BotInfo [] [src]

pub struct BotInfo {
    pub user_id: int,
    pub description: string,
    pub commands: Vector<Boxed, BotCommand>,
}

TL-derived from botInfo

botInfo#98e81d3a user_id:int description:string commands:Vector<BotCommand> = BotInfo;

Fields

Trait Implementations

impl Debug for BotInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BotInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for BotInfo
[src]

impl BareDeserialize for BotInfo
[src]

impl IntoBoxed for BotInfo
[src]

[src]

Auto Trait Implementations

impl Send for BotInfo

impl Sync for BotInfo