Module tdlight.api

Class TdApi.MessageWebAppDataSent

Enclosing class:
TdApi

public static final class TdApi.MessageWebAppDataSent extends TdApi.MessageContent
Data from a Web App has been sent to a bot.
  • Field Details

    • buttonText

      public String buttonText
      Text of the keyboardButtonTypeWebApp button, which opened the Web App.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • MessageWebAppDataSent

      public MessageWebAppDataSent()
      Data from a Web App has been sent to a bot.
    • MessageWebAppDataSent

      public MessageWebAppDataSent(String buttonText)
      Data from a Web App has been sent to a bot.
      Parameters:
      buttonText - String Text of the keyboardButtonTypeWebApp button, which opened the Web App.
    • MessageWebAppDataSent

      public MessageWebAppDataSent(DataInput input) throws IOException
      Data from a Web App has been sent to a bot.
      Throws:
      IOException
  • Method Details