Struct tbot::methods::GetInlineGameHighScores
source · pub struct GetInlineGameHighScores<'a> { /* private fields */ }
Expand description
Gets an excerpt from the high score table of a game sent via the inline mode.
Reflects the getGameHighScores
method.
Implementations§
source§impl GetInlineGameHighScores<'_>
impl GetInlineGameHighScores<'_>
Trait Implementations§
source§impl<'a> Clone for GetInlineGameHighScores<'a>
impl<'a> Clone for GetInlineGameHighScores<'a>
source§fn clone(&self) -> GetInlineGameHighScores<'a>
fn clone(&self) -> GetInlineGameHighScores<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more