- Enclosing class:
- TdApi
Sets the result of an inline query; for bots only.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionButton to be shown above inline query results; pass null if none.int
Allowed time to cache the results of the query, in seconds.static final int
Identifier uniquely determining type of the object.long
Identifier of the inline query.boolean
Pass true if results may be cached and returned only for the user that sent the query.Offset for the next inline query; pass an empty string if there are no more results.The results of the query. -
Constructor Summary
ConstructorDescriptionSets the result of an inline query; for bots only.AnswerInlineQuery
(long inlineQueryId, boolean isPersonal, TdApi.InlineQueryResultsButton button, TdApi.InputInlineQueryResult[] results, int cacheTime, String nextOffset) Sets the result of an inline query; for bots only.AnswerInlineQuery
(DataInput input) Sets the result of an inline query; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
inlineQueryId
public long inlineQueryIdIdentifier of the inline query. -
isPersonal
public boolean isPersonalPass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query. -
button
Button to be shown above inline query results; pass null if none. -
results
The results of the query. -
cacheTime
public int cacheTimeAllowed time to cache the results of the query, in seconds. -
nextOffset
Offset for the next inline query; pass an empty string if there are no more results. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AnswerInlineQuery
public AnswerInlineQuery()Sets the result of an inline query; for bots only.Returns
Ok
-
AnswerInlineQuery
public AnswerInlineQuery(long inlineQueryId, boolean isPersonal, TdApi.InlineQueryResultsButton button, TdApi.InputInlineQueryResult[] results, int cacheTime, String nextOffset) Sets the result of an inline query; for bots only.Returns
Ok
- Parameters:
inlineQueryId
- Identifier of the inline query.isPersonal
- Pass true if results may be cached and returned only for the user that sent the query. By default, results may be returned to any user who sends the same query.button
- Button to be shown above inline query results; pass null if none.results
- The results of the query.cacheTime
- Allowed time to cache the results of the query, in seconds.nextOffset
- Offset for the next inline query; pass an empty string if there are no more results.Returns
Ok
-
AnswerInlineQuery
Sets the result of an inline query; for bots only.Returns
Ok
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-