public static class TdApi.InternalLinkTypeAttachmentMenuBot extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
botUsername
Username of the bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TargetChat |
targetChat
Target chat to be opened.
|
java.lang.String |
url
URL to be passed to openWebApp.
|
| Constructor and Description |
|---|
InternalLinkTypeAttachmentMenuBot()
The link is a link to an attachment menu bot to be opened in the specified or a chosen chat.
|
InternalLinkTypeAttachmentMenuBot(TdApi.TargetChat targetChat,
java.lang.String botUsername,
java.lang.String url)
The link is a link to an attachment menu bot to be opened in the specified or a chosen chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.TargetChat targetChat
public java.lang.String botUsername
public java.lang.String url
public static final int CONSTRUCTOR
public InternalLinkTypeAttachmentMenuBot()
public InternalLinkTypeAttachmentMenuBot(TdApi.TargetChat targetChat, java.lang.String botUsername, java.lang.String url)
targetChat - Target chat to be opened.botUsername - Username of the bot.url - URL to be passed to openWebApp.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object