Struct clacks_mtproto::mtproto::input_bot_inline_message_id::InputBotInlineMessageID [] [src]

pub struct InputBotInlineMessageID {
    pub dc_id: int,
    pub id: long,
    pub access_hash: long,
}

TL-derived from inputBotInlineMessageID

inputBotInlineMessageID#890c3d89 dc_id:int id:long access_hash:long = InputBotInlineMessageID;

Fields

Trait Implementations

impl Debug for InputBotInlineMessageID
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputBotInlineMessageID
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for InputBotInlineMessageID
[src]

impl BareDeserialize for InputBotInlineMessageID
[src]

impl IntoBoxed for InputBotInlineMessageID
[src]

Auto Trait Implementations