Class TdApi.MessageWebAppDataSent

Enclosing class:
TdApi

public static 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
      Identifier uniquely determining type of the object.
      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 - Text of the keyboardButtonTypeWebApp button, which opened the Web App.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR