|
tgbot-cpp
|
This object represents one row of the high scores table for a game. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<GameHighScore> |
Public Attributes | |
| std::int32_t | position { } |
| Position in high score table for the game. | |
| std::shared_ptr< User > | user { } |
| User. | |
| std::int32_t | score { } |
| Score. | |
This object represents one row of the high scores table for a game.
| using TgBot::GameHighScore::Ptr = std::shared_ptr<GameHighScore> |
| std::int32_t TgBot::GameHighScore::position { } |