Package it.tdlight.jni
Class TdApi.AnswerShippingQuery
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.AnswerShippingQuery
- Enclosing class:
- TdApi
public static class TdApi.AnswerShippingQuery extends TdApi.Function
Sets the result of a shipping query;
for bots only.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
errorMessage
An error message, empty on success.TdApi.ShippingOption[]
shippingOptions
Available shipping options.long
shippingQueryId
Identifier of the shipping query. -
Constructor Summary
Constructors Constructor Description AnswerShippingQuery()
Sets 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)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-