Uses of Class
org.drinkless.tdlib.TdApi.WebAppOpenMode
Packages that use TdApi.WebAppOpenMode
-
Uses of TdApi.WebAppOpenMode in org.drinkless.tdlib
Subclasses of TdApi.WebAppOpenMode in org.drinkless.tdlibModifier and TypeClassDescriptionstatic classThe Web App is opened in the compact mode.static classThe Web App is opened in the full-screen mode.static classThe Web App is opened in the full-size mode.Fields in org.drinkless.tdlib declared as TdApi.WebAppOpenModeModifier and TypeFieldDescriptionTdApi.InternalLinkTypeMainWebApp.modeThe mode to be passed to getMainWebApp.TdApi.InternalLinkTypeWebApp.modeThe mode in which the Web App must be opened.TdApi.MainWebApp.modeThe mode in which the Web App must be opened.TdApi.WebAppOpenParameters.modeThe mode in which the Web App is opened; pass null to open in webAppOpenModeFullSize.Constructors in org.drinkless.tdlib with parameters of type TdApi.WebAppOpenModeModifierConstructorDescriptionInternalLinkTypeMainWebApp(String botUsername, String startParameter, TdApi.WebAppOpenMode mode) The link is a link to the main Web App of a bot.InternalLinkTypeWebApp(String botUsername, String webAppShortName, String startParameter, TdApi.WebAppOpenMode mode) The link is a link to a Web App.MainWebApp(String url, TdApi.WebAppOpenMode mode) Contains information about the main Web App of a bot.WebAppOpenParameters(TdApi.ThemeParameters theme, String applicationName, TdApi.WebAppOpenMode mode) Options to be used when a Web App is opened.