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