messages.setBotShippingResults
If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the bot will receive an updateBotShippingQuery update. Use this method to reply to shipping queries.
Example
TL schema
Parameters
Name
Type
Description
error
Error message in human readable form that explains why it is impossible to complete the order (e.g. "Sorry, delivery to your desired address is unavailable'). Telegram will display this message to the user.
Result
Possible errors
Code
Type
Description
400
QUERY_ID_INVALID
The query ID is invalid
Can bots use this methd ?
yes
Related pages
This object contains information about an incoming shipping query.
Last updated