Uses of Class
org.drinkless.tdlib.TdApi.WebAppOpenParameters
Packages that use TdApi.WebAppOpenParameters
-
Uses of TdApi.WebAppOpenParameters in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.WebAppOpenParametersModifier and TypeFieldDescriptionTdApi.GetMainWebApp.parameters
Parameters to use to open the Web App.TdApi.GetWebAppLinkUrl.parameters
Parameters to use to open the Web App.TdApi.GetWebAppUrl.parameters
Parameters to use to open the Web App.TdApi.OpenWebApp.parameters
Parameters to use to open the Web App.Constructors in org.drinkless.tdlib with parameters of type TdApi.WebAppOpenParametersModifierConstructorDescriptionGetMainWebApp
(long chatId, long botUserId, String startParameter, TdApi.WebAppOpenParameters parameters) Creates a function, which returns information needed to open the main Web App of a bot.GetWebAppLinkUrl
(long chatId, long botUserId, String webAppShortName, String startParameter, boolean allowWriteAccess, TdApi.WebAppOpenParameters parameters) Creates a function, which returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked.GetWebAppUrl
(long botUserId, String url, TdApi.WebAppOpenParameters parameters) Creates a function, which returns an HTTPS URL of a Web App to open from the side menu, a keyboardButtonTypeWebApp button, or an inlineQueryResultsButtonTypeWebApp button.OpenWebApp
(long chatId, long botUserId, String url, long messageThreadId, TdApi.InputMessageReplyTo replyTo, TdApi.WebAppOpenParameters parameters) Creates a function, which informs TDLib that a Web App is being opened from the attachment menu, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an inlineKeyboardButtonTypeWebApp button.