{ "meta": {}, "group": { "title": "Payments", "anchor": "payments" }, "object": { "anchor": "answershippingquery", "name": "answerShippingQuery", "description": "If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned.", "html_description": "
If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the Bot API will send an Update with a shipping_query field to the bot. Use this method to reply to shipping queries. On success, True is returned.
", "rst_description": "If you sent an invoice requesting a shipping address and the parameter *is_flexible* was specified, the Bot API will send an :class:`aiogram.types.update.Update` with a *shipping_query* field to the bot. Use this method to reply to shipping queries. On success, :code:`True` is returned.", "annotations": [ { "type": "String", "required": true, "description": "Unique identifier for the query to be answered", "html_description": "