Class TdApi.BotWriteAccessAllowReasonLaunchedWebApp

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.BotWriteAccessAllowReason
org.drinkless.tdlib.TdApi.BotWriteAccessAllowReasonLaunchedWebApp
Enclosing class:
TdApi

public static class TdApi.BotWriteAccessAllowReasonLaunchedWebApp extends TdApi.BotWriteAccessAllowReason
The user launched a Web App using getWebAppLinkUrl.
  • Field Details

    • webApp

      public TdApi.WebApp webApp
      Information about the Web App.
    • CONSTRUCTOR

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

    • BotWriteAccessAllowReasonLaunchedWebApp

      public BotWriteAccessAllowReasonLaunchedWebApp()
      The user launched a Web App using getWebAppLinkUrl.
    • BotWriteAccessAllowReasonLaunchedWebApp

      public BotWriteAccessAllowReasonLaunchedWebApp(TdApi.WebApp webApp)
      The user launched a Web App using getWebAppLinkUrl.
      Parameters:
      webApp - Information about the Web App.
  • Method Details