Struct tbot::methods::GetMessageGameHighScores
source · pub struct GetMessageGameHighScores<'a> { /* private fields */ }
Expand description
Gets an excerpt from the high score table of a game sent by the bot itself.
Reflects the getGameHighScores
method.
Implementations§
source§impl GetMessageGameHighScores<'_>
impl GetMessageGameHighScores<'_>
Trait Implementations§
source§impl<'a> Clone for GetMessageGameHighScores<'a>
impl<'a> Clone for GetMessageGameHighScores<'a>
source§fn clone(&self) -> GetMessageGameHighScores<'a>
fn clone(&self) -> GetMessageGameHighScores<'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