Class TdApi.CallbackQueryPayloadGame

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      java.lang.String gameShortName
      A short name of the game that was attached to the callback button.
    • Field Detail

      • gameShortName

        public java.lang.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()
        Default constructor.
      • CallbackQueryPayloadGame

        public CallbackQueryPayloadGame​(java.lang.String gameShortName)
        Constructor for initialization of all fields.
        Parameters:
        gameShortName - A short name of the game that was attached to the callback button.