Class TdApi.MessageWebAppDataReceived

Enclosing class:
TdApi

public static class TdApi.MessageWebAppDataReceived extends TdApi.MessageContent
Data from a Web App has been received; for bots only.
  • Field Details

    • buttonText

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

      public String data
      The data.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • MessageWebAppDataReceived

      public MessageWebAppDataReceived()
      Data from a Web App has been received; for bots only.
    • MessageWebAppDataReceived

      public MessageWebAppDataReceived(String buttonText, String data)
      Data from a Web App has been received; for bots only.
      Parameters:
      buttonText - Text of the keyboardButtonTypeWebApp button, which opened the Web App.
      data - The data.
  • 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