Package org.drinkless.tdlib
Class TdApi.OpenWebApp
- Enclosing class:
- TdApi
Informs TDLib that a Web App is being opened from the attachment menu, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an inlineKeyboardButtonTypeWebApp button. For each bot, a confirmation alert about data sent to the bot must be shown once.
Returns WebAppInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionShort name of the application; 0-64 English letters, digits, and underscores.longIdentifier of the bot, providing the Web App.longIdentifier of the chat in which the Web App is opened.static final intIdentifier uniquely determining type of the object.longIf not 0, the message thread identifier in which the message will be sent.Information about the message or story to be replied in the message sent by the Web App; pass null if none.Preferred Web App theme; pass null to use the default theme.The URL from an inlineKeyboardButtonTypeWebApp button, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an empty string otherwise. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for 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.OpenWebApp(long chatId, long botUserId, String url, TdApi.ThemeParameters theme, String applicationName, long messageThreadId, TdApi.InputMessageReplyTo replyTo) 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. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat in which the Web App is opened. The Web App can't be opened in secret chats. -
botUserId
public long botUserIdIdentifier of the bot, providing the Web App. -
url
The URL from an inlineKeyboardButtonTypeWebApp button, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an empty string otherwise. -
theme
Preferred Web App theme; pass null to use the default theme. -
applicationName
Short name of the application; 0-64 English letters, digits, and underscores. -
messageThreadId
public long messageThreadIdIf not 0, the message thread identifier in which the message will be sent. -
replyTo
Information about the message or story to be replied in the message sent by the Web App; pass null if none. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
OpenWebApp
public OpenWebApp()Default constructor for 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. For each bot, a confirmation alert about data sent to the bot must be shown once.Returns
WebAppInfo -
OpenWebApp
public OpenWebApp(long chatId, long botUserId, String url, TdApi.ThemeParameters theme, String applicationName, long messageThreadId, TdApi.InputMessageReplyTo replyTo) 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. For each bot, a confirmation alert about data sent to the bot must be shown once.Returns
WebAppInfo- Parameters:
chatId- Identifier of the chat in which the Web App is opened. The Web App can't be opened in secret chats.botUserId- Identifier of the bot, providing the Web App.url- The URL from an inlineKeyboardButtonTypeWebApp button, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an empty string otherwise.theme- Preferred Web App theme; pass null to use the default theme.applicationName- Short name of the application; 0-64 English letters, digits, and underscores.messageThreadId- If not 0, the message thread identifier in which the message will be sent.replyTo- Information about the message or story to be replied in the message sent by the Web App; pass null if none.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.WebAppInfo>- Returns:
- this.CONSTRUCTOR
-