Struct clacks_mtproto::mtproto::rpc::messages::GetInlineGameHighScores [] [src]

pub struct GetInlineGameHighScores {
    pub id: InputBotInlineMessageID,
    pub user_id: InputUser,
}

TL-derived from messages.getInlineGameHighScores

messages.getInlineGameHighScores#f635e1b id:InputBotInlineMessageID user_id:InputUser = messages.HighScores;

Fields

Trait Implementations

impl Debug for GetInlineGameHighScores
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetInlineGameHighScores
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetInlineGameHighScores
[src]

[src]

[src]

impl Function for GetInlineGameHighScores
[src]

impl BareSerialize for GetInlineGameHighScores
[src]

Auto Trait Implementations