Class TdApi.CallbackQueryPayloadGame

    • Field Detail

      • gameShortName

        public String gameShortName
        A short name of the game that was attached to the callback button.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallbackQueryPayloadGame

        public CallbackQueryPayloadGame()
        The payload for a game callback button.
      • CallbackQueryPayloadGame

        public CallbackQueryPayloadGame​(String gameShortName)
        The payload for a game callback button.
        Parameters:
        gameShortName - A short name of the game that was attached to the callback button.