Class TdApi.SendWebAppData

Enclosing class:
TdApi

public static class TdApi.SendWebAppData extends TdApi.Function<TdApi.Ok>
Sends data received from a keyboardButtonTypeWebApp Web App to a bot.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    long
    Identifier of the target bot.
    Text of the keyboardButtonTypeWebApp button, which opened the Web App.
    static final int
    Identifier uniquely determining type of the object.
    The data.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which sends data received from a keyboardButtonTypeWebApp Web App to a bot.
    SendWebAppData(long botUserId, String buttonText, String data)
    Creates a function, which sends data received from a keyboardButtonTypeWebApp Web App to a bot.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • botUserId

      public long botUserId
      Identifier of the target bot.
    • 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

    • SendWebAppData

      public SendWebAppData()
      Default constructor for a function, which sends data received from a keyboardButtonTypeWebApp Web App to a bot.

      Returns Ok

    • SendWebAppData

      public SendWebAppData(long botUserId, String buttonText, String data)
      Creates a function, which sends data received from a keyboardButtonTypeWebApp Web App to a bot.

      Returns Ok

      Parameters:
      botUserId - Identifier of the target bot.
      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