Package org.drinkless.tdlib
Class TdApi.InternalLinkTypeBotStart
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InternalLinkType
-
- org.drinkless.tdlib.TdApi.InternalLinkTypeBotStart
-
- Enclosing class:
- TdApi
public static class TdApi.InternalLinkTypeBotStart extends TdApi.InternalLinkType
The link is a link to a chat with a Telegram bot. Call searchPublicChat with the given bot username, check that the user is a bot, show START button in the chat with the bot, and then call sendBotStartMessage with the given start parameter after the button is pressed.
-
-
Field Summary
Fields Modifier and Type Field Description StringbotUsernameUsername of the bot.static intCONSTRUCTORIdentifier uniquely determining type of the object.StringstartParameterThe parameter to be passed to sendBotStartMessage.
-
Constructor Summary
Constructors Constructor Description InternalLinkTypeBotStart()The link is a link to a chat with a Telegram bot.InternalLinkTypeBotStart(String botUsername, String startParameter)The link is a link to a chat with a Telegram bot.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
botUsername
public String botUsername
Username of the bot.
-
startParameter
public String startParameter
The parameter to be passed to sendBotStartMessage.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InternalLinkTypeBotStart
public InternalLinkTypeBotStart()
The link is a link to a chat with a Telegram bot. Call searchPublicChat with the given bot username, check that the user is a bot, show START button in the chat with the bot, and then call sendBotStartMessage with the given start parameter after the button is pressed.
-
InternalLinkTypeBotStart
public InternalLinkTypeBotStart(String botUsername, String startParameter)
The link is a link to a chat with a Telegram bot. Call searchPublicChat with the given bot username, check that the user is a bot, show START button in the chat with the bot, and then call sendBotStartMessage with the given start parameter after the button is pressed.- Parameters:
botUsername- Username of the bot.startParameter- The parameter to be passed to sendBotStartMessage.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-