- Enclosing class:
- TdApi
Sets the result of a shipping query;
for bots only.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
An error message, empty on success.Available shipping options.long
Identifier of the shipping query. -
Constructor Summary
ConstructorDescriptionSets the result of a shipping query; for bots only.AnswerShippingQuery
(long shippingQueryId, TdApi.ShippingOption[] shippingOptions, String errorMessage) Sets the result of a shipping query; for bots only.AnswerShippingQuery
(DataInput input) Sets the result of a shipping query; for bots only. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
shippingQueryId
public long shippingQueryIdIdentifier of the shipping query. -
shippingOptions
Available shipping options. -
errorMessage
An error message, empty on success. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
AnswerShippingQuery
public AnswerShippingQuery()Sets the result of a shipping query; for bots only.Returns
Ok
-
AnswerShippingQuery
public AnswerShippingQuery(long shippingQueryId, TdApi.ShippingOption[] shippingOptions, String errorMessage) Sets the result of a shipping query; for bots only.Returns
Ok
- Parameters:
shippingQueryId
- long Identifier of the shipping query.shippingOptions
- ShippingOption[] Available shipping options.errorMessage
- String An error message, empty on success.
-
AnswerShippingQuery
Sets the result of a shipping query; for bots only.Returns
Ok
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-