Module tdlight.api

Class TdApi.WebAppInfo

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.WebAppInfo
Enclosing class:
TdApi

public static final 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 String url
      A Web App URL to open in a web view.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • WebAppInfo

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

      public WebAppInfo(long launchId, String url)
      Contains information about a Web App.
      Parameters:
      launchId - long Unique identifier for the Web App launch.
      url - String A Web App URL to open in a web view.
    • WebAppInfo

      public WebAppInfo(DataInput input) throws IOException
      Contains information about a Web App.
      Throws:
      IOException
  • Method Details