Class TdApi.CallbackQueryPayloadData

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      byte[] data
      Data that was attached to the callback button.
    • Field Detail

      • data

        public byte[] data
        Data 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

      • CallbackQueryPayloadData

        public CallbackQueryPayloadData()
        Default constructor.
      • CallbackQueryPayloadData

        public CallbackQueryPayloadData​(byte[] data)
        Constructor for initialization of all fields.
        Parameters:
        data - Data that was attached to the callback button.