- Enclosing class:
- TdApi
public static final class TdApi.GetInlineQueryResults
extends TdApi.Function<TdApi.InlineQueryResults>
Sends an inline query to a bot and returns its results. Returns an
error with code 502 if the bot fails to answer the query before the
query timeout expires.
Returns InlineQueryResults
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the target bot.long
Identifier of the chat where the query was sent.static final int
Identifier uniquely determining type of the object.Offset of the first entry to return.Text of the query.Location of the user; pass null if unknown or the bot doesn't need user's location. -
Constructor Summary
ConstructorDescriptionSends an inline query to a bot and returns its results.GetInlineQueryResults
(long botUserId, long chatId, TdApi.Location userLocation, String query, String offset) Sends an inline query to a bot and returns its results.GetInlineQueryResults
(DataInput input) Sends an inline query to a bot and returns its results. -
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
-
botUserId
public long botUserIdIdentifier of the target bot. -
chatId
public long chatIdIdentifier of the chat where the query was sent. -
userLocation
Location of the user; pass null if unknown or the bot doesn't need user's location. -
query
Text of the query. -
offset
Offset of the first entry to return. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
GetInlineQueryResults
public GetInlineQueryResults()Sends an inline query to a bot and returns its results. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.Returns
InlineQueryResults
-
GetInlineQueryResults
public GetInlineQueryResults(long botUserId, long chatId, TdApi.Location userLocation, String query, String offset) Sends an inline query to a bot and returns its results. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.Returns
InlineQueryResults
- Parameters:
botUserId
- Identifier of the target bot.chatId
- Identifier of the chat where the query was sent.userLocation
- Location of the user; pass null if unknown or the bot doesn't need user's location.query
- Text of the query.offset
- Offset of the first entry to return.Returns
InlineQueryResults
-
GetInlineQueryResults
Sends an inline query to a bot and returns its results. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires.Returns
InlineQueryResults
- 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()
-