Class TdApi.WebAppInfo

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.WebAppInfo
Enclosing class:
TdApi

public static class TdApi.WebAppInfo extends TdApi.Object
Contains information about a Web App.
  • Field Details

    • launchId

      public long launchId
      Unique identifier for the Web App launch.
    • url

      public TdApi.WebAppUrl url
      The Web App URL to open in a web view.
    • CONSTRUCTOR

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

    • WebAppInfo

      public WebAppInfo()
      Contains information about a Web App.
    • WebAppInfo

      public WebAppInfo(long launchId, TdApi.WebAppUrl url)
      Contains information about a Web App.
      Parameters:
      launchId - Unique identifier for the Web App launch.
      url - The Web App URL to open in a web view.
  • 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