java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewChosenInlineResult
- Enclosing class:
- TdApi
The user has chosen a result of an inline query; for bots only.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Identifier of the sent inline message, if known.Text of the query.Identifier of the chosen result.long
Identifier of the user who sent the query.User location; may be null. -
Constructor Summary
ConstructorDescriptionThe user has chosen a result of an inline query; for bots only.UpdateNewChosenInlineResult
(long senderUserId, TdApi.Location userLocation, String query, String resultId, String inlineMessageId) The user has chosen a result of an inline query; for bots only.The user has chosen a 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.Object
serialize, toString
-
Field Details
-
senderUserId
public long senderUserIdIdentifier of the user who sent the query. -
userLocation
User location; may be null. -
query
Text of the query. -
resultId
Identifier of the chosen result. -
inlineMessageId
Identifier of the sent inline message, if known. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateNewChosenInlineResult
public UpdateNewChosenInlineResult()The user has chosen a result of an inline query; for bots only. -
UpdateNewChosenInlineResult
public UpdateNewChosenInlineResult(long senderUserId, TdApi.Location userLocation, String query, String resultId, String inlineMessageId) The user has chosen a result of an inline query; for bots only.- Parameters:
senderUserId
- Identifier of the user who sent the query.userLocation
- User location; may be null.query
- Text of the query.resultId
- Identifier of the chosen result.inlineMessageId
- Identifier of the sent inline message, if known.
-
UpdateNewChosenInlineResult
The user has chosen a result of an inline query; for bots only.- 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()
-