public static class TdApi.InlineQueryResultsButtonTypeStartBot extends TdApi.InlineQueryResultsButtonType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
parameter
The parameter for the bot start message.
|
| Constructor and Description |
|---|
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(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String parameter
public static final int CONSTRUCTOR
public InlineQueryResultsButtonTypeStartBot()
public InlineQueryResultsButtonTypeStartBot(java.lang.String parameter)
parameter - The parameter for the bot start message.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object