- Enclosing class:
- TdApi
Sets the result of a pre-checkout
query; for bots only.
Returns
Ok-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAn error message, empty on success.longIdentifier of the pre-checkout query. -
Constructor Summary
ConstructorsConstructorDescriptionSets the result of a pre-checkout query; for bots only.AnswerPreCheckoutQuery(long preCheckoutQueryId, String errorMessage) Sets the result of a pre-checkout query; for bots only.AnswerPreCheckoutQuery(DataInput input) Sets the result of a pre-checkout query; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toStringMethods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
preCheckoutQueryId
public long preCheckoutQueryIdIdentifier of the pre-checkout query. -
errorMessage
An error message, empty on success. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AnswerPreCheckoutQuery
public AnswerPreCheckoutQuery()Sets the result of a pre-checkout query; for bots only. ReturnsOk -
AnswerPreCheckoutQuery
Sets the result of a pre-checkout query; for bots only. ReturnsOk- Parameters:
preCheckoutQueryId- long Identifier of the pre-checkout query.errorMessage- String An error message, empty on success.
-
AnswerPreCheckoutQuery
Sets the result of a pre-checkout query; for bots only. ReturnsOk- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-