Class WebAppData

java.lang.Object
io.github.natanimn.telebof.types.web.WebAppData

public class WebAppData extends Object
Describes data sent from a Web App to the bot.
Since:
3 March 2025
  • Field Details

    • data

      public String data
      The data. Be aware that a bad client can send arbitrary data in this field.
    • button_text

      public String button_text
      Text of the web_app keyboard button from which the Web App was opened. Be aware that a bad client can send arbitrary data in this field.
  • Constructor Details

    • WebAppData

      public WebAppData()