23 typedef std::shared_ptr<Game>
Ptr;
38 std::vector<PhotoSize::Ptr>
photo;
std::shared_ptr< Animation > Ptr
This object represents a game.
std::vector< MessageEntity::Ptr > textEntities
Optional. Special entities that appear in text, such as usernames, URLs, bot commands,...
Animation::Ptr animation
Optional. Animation that will be displayed in the game message in chats. Upload via BotFather.
std::vector< PhotoSize::Ptr > photo
Photo that will be displayed in the game message in chats.
std::shared_ptr< Game > Ptr
std::string text
Optional. Brief description of the game or high scores included in the game message.
std::string title
Title of the game.
std::string description
Description of the game.