tgbot-cpp
Loading...
Searching...
No Matches
TgBot::GameHighScore Class Reference

This object represents one row of the high scores table for a game. More...

#include <GameHighScore.h>

Public Types

typedef std::shared_ptr< GameHighScorePtr
 

Public Attributes

std::string position
 Position in high score table for the game.
 
User::Ptr user
 User.
 
std::int32_t score
 Score.
 

Detailed Description

This object represents one row of the high scores table for a game.

Definition at line 18 of file GameHighScore.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<GameHighScore> TgBot::GameHighScore::Ptr

Definition at line 20 of file GameHighScore.h.

Member Data Documentation

◆ position

std::string TgBot::GameHighScore::position

Position in high score table for the game.

Definition at line 25 of file GameHighScore.h.

◆ score

std::int32_t TgBot::GameHighScore::score

Score.

Definition at line 35 of file GameHighScore.h.

◆ user

User::Ptr TgBot::GameHighScore::user

User.

Definition at line 30 of file GameHighScore.h.


The documentation for this class was generated from the following file: