public static class TdApi.InternalLinkTypeBotStart extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
boolean |
autostart
True, if sendBotStartMessage must be called automatically without showing the START button.
|
java.lang.String |
botUsername
Username of the bot.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
startParameter
The parameter to be passed to sendBotStartMessage.
|
| Constructor and Description |
|---|
InternalLinkTypeBotStart()
The link is a link to a chat with a Telegram bot.
|
InternalLinkTypeBotStart(java.lang.String botUsername,
java.lang.String startParameter,
boolean autostart)
The link is a link to a chat with a Telegram bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String botUsername
public java.lang.String startParameter
public boolean autostart
public static final int CONSTRUCTOR
public InternalLinkTypeBotStart()
public InternalLinkTypeBotStart(java.lang.String botUsername,
java.lang.String startParameter,
boolean autostart)
botUsername - Username of the bot.startParameter - The parameter to be passed to sendBotStartMessage.autostart - True, if sendBotStartMessage must be called automatically without showing the START button.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object