public static class TdApi.InternalLinkTypeBotStartInGroup extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
Modifier and Type | Field and Description |
---|---|
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 |
---|
InternalLinkTypeBotStartInGroup()
The link is a link to a Telegram bot, which is supposed to be added to a group chat.
|
InternalLinkTypeBotStartInGroup(java.lang.String botUsername,
java.lang.String startParameter)
The link is a link to a Telegram bot, which is supposed to be added to a group chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String botUsername
public java.lang.String startParameter
public static final int CONSTRUCTOR
public InternalLinkTypeBotStartInGroup()
public InternalLinkTypeBotStartInGroup(java.lang.String botUsername, java.lang.String startParameter)
botUsername
- Username of the bot.startParameter
- The parameter to be passed to sendBotStartMessage.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType