tgbot-cpp
|
This object represents one row of the high scores table for a game. More...
#include <GameHighScore.h>
Public Types | |
typedef std::shared_ptr< GameHighScore > | Ptr |
Public Attributes | |
std::string | position |
Position in high score table for the game. | |
User::Ptr | user |
User. | |
std::int32_t | score |
Score. | |
This object represents one row of the high scores table for a game.
Definition at line 18 of file GameHighScore.h.
typedef std::shared_ptr<GameHighScore> TgBot::GameHighScore::Ptr |
Definition at line 20 of file GameHighScore.h.
std::string TgBot::GameHighScore::position |
Position in high score table for the game.
Definition at line 25 of file GameHighScore.h.
std::int32_t TgBot::GameHighScore::score |
Score.
Definition at line 35 of file GameHighScore.h.
User::Ptr TgBot::GameHighScore::user |
User.
Definition at line 30 of file GameHighScore.h.