java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeBotStart
- Enclosing class:
- TdApi
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
Modifier and TypeFieldDescriptionboolean
True, if sendBotStartMessage must be called automatically without showing the START button.Username of the bot.static final int
The parameter to be passed to sendBotStartMessage. -
Constructor Summary
ConstructorDescriptionThe link is a link to a chat with a Telegram bot.The link is a link to a chat with a Telegram bot.InternalLinkTypeBotStart
(String botUsername, String startParameter, boolean autostart) The link is a link to a chat with a Telegram bot. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
botUsername
Username of the bot. -
startParameter
The parameter to be passed to sendBotStartMessage. -
autostart
public boolean autostartTrue, if sendBotStartMessage must be called automatically without showing the START button. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
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
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
- String Username of the bot.startParameter
- String The parameter to be passed to sendBotStartMessage.autostart
- boolean True, if sendBotStartMessage must be called automatically without showing the START button.
-
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.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-