TDLib v0.0.2 TDLib.Method.AnswerShippingQuery View Source
Sets the result of a shipping query; for bots only.
Returns object_ptr
| Name | Type | Description |
|---|---|---|
| shipping_query_id | string | Identifier of the shipping query. |
| shipping_options | shippingOption[] | Available shipping options. |
| error_message | string | An error message, empty on success. |
More details on telegram’s documentation.