mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:26:55 +01:00
705 B
705 B
title | description |
---|---|
answerShippingQuery | Bots only. Sets result of a shipping query |
Method: answerShippingQuery
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Sets result of a shipping query
Params:
Name | Type | Required | Description |
---|---|---|---|
shipping_query_id | int64 | Yes | Identifier of the shipping query |
shipping_options | Array of shippingOption | Yes | Available shipping options |
error_message | string | Yes | Error message, empty on success |