java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InlineQueryResultsButtonType
it.tdlight.jni.TdApi.InlineQueryResultsButtonTypeStartBot
- Enclosing class:
- TdApi
public static final class TdApi.InlineQueryResultsButtonTypeStartBot
extends TdApi.InlineQueryResultsButtonType
Describes the button that opens a
private chat with the bot and sends
a start message to the bot with the given parameter.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The parameter for the bot start message. -
Constructor Summary
ConstructorDescriptionDescribes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.InlineQueryResultsButtonTypeStartBot
(String parameter) Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
parameter
The parameter for the bot start message. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InlineQueryResultsButtonTypeStartBot
public InlineQueryResultsButtonTypeStartBot()Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter. -
InlineQueryResultsButtonTypeStartBot
Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.- Parameters:
parameter
- String The parameter for the bot start message.
-
InlineQueryResultsButtonTypeStartBot
Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter.- 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()
-