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

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< Useruser { }
 User.
std::int32_t score { }
 Score.

Detailed Description

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

Definition at line 3870 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::GameHighScore::Ptr = std::shared_ptr<GameHighScore>

Definition at line 3871 of file Types.h.

Member Data Documentation

◆ position

std::int32_t TgBot::GameHighScore::position { }

Position in high score table for the game.

Definition at line 3876 of file Types.h.

◆ score

std::int32_t TgBot::GameHighScore::score { }

Score.

Definition at line 3886 of file Types.h.

◆ user

std::shared_ptr<User> TgBot::GameHighScore::user { }

User.

Definition at line 3881 of file Types.h.


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