public static class TdApi.InlineQueryResults extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.InlineQueryResultsButton |
button
Button to be shown above inline query results; may be null.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
inlineQueryId
Unique identifier of the inline query.
|
java.lang.String |
nextOffset
The offset for the next request.
|
TdApi.InlineQueryResult[] |
results
Results of the query.
|
| Constructor and Description |
|---|
InlineQueryResults()
Represents the results of the inline query.
|
InlineQueryResults(long inlineQueryId,
TdApi.InlineQueryResultsButton button,
TdApi.InlineQueryResult[] results,
java.lang.String nextOffset)
Represents the results of the inline query.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long inlineQueryId
public TdApi.InlineQueryResultsButton button
public TdApi.InlineQueryResult[] results
public java.lang.String nextOffset
public static final int CONSTRUCTOR
public InlineQueryResults()
public InlineQueryResults(long inlineQueryId,
TdApi.InlineQueryResultsButton button,
TdApi.InlineQueryResult[] results,
java.lang.String nextOffset)
inlineQueryId - Unique identifier of the inline query.button - Button to be shown above inline query results; may be null.results - Results of the query.nextOffset - The offset for the next request. If empty, then there are no more results.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object