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

pub struct GetGameHighScores {
    pub peer: InputPeer,
    pub id: int,
    pub user_id: InputUser,
}

TL-derived from messages.getGameHighScores

messages.getGameHighScores#e822649d peer:InputPeer id:int user_id:InputUser = messages.HighScores;

Fields

Trait Implementations

impl Debug for GetGameHighScores
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetGameHighScores
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetGameHighScores
[src]

[src]

[src]

impl Function for GetGameHighScores
[src]

impl BareSerialize for GetGameHighScores
[src]

Auto Trait Implementations