Class InlineQueryResultGame

java.lang.Object
io.github.natanimn.telebof.types.inline.InlineQueryResultGame
All Implemented Interfaces:
InlineQueryResult, Serializable

public class InlineQueryResultGame extends Object implements InlineQueryResult
Represents a Game.
Since:
3 March 2025
Author:
Natanim
See Also:
  • Field Details

    • id

      private String id
    • type

      private String type
    • gameShortName

      @SerializedName("game_short_name") private String gameShortName
    • replyMarkup

      @SerializedName("reply_markup") private InlineKeyboardMarkup replyMarkup
  • Constructor Details

    • InlineQueryResultGame

      public InlineQueryResultGame(String id, String gameShortName)
      Required
      Parameters:
      id - Unique identifier for this result, 1-64 bytes
      gameShortName - Short name of the game
  • Method Details