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 class
The Web App is opened in the compact mode.static class
The Web App is opened in the full-screen mode.static class
The Web App is opened in the full-size mode.Fields in org.drinkless.tdlib declared as TdApi.WebAppOpenModeModifier and TypeFieldDescriptionTdApi.InternalLinkTypeMainWebApp.mode
The mode to be passed to getMainWebApp.TdApi.InternalLinkTypeWebApp.mode
The mode in which the Web App must be opened.TdApi.MainWebApp.mode
The mode in which the Web App must be opened.TdApi.WebAppOpenParameters.mode
The 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.