mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Add ShippingQuery.answer
This commit is contained in:
parent
cf12da0c4a
commit
83730276bc
4 changed files with 64 additions and 1 deletions
|
|
@ -22,8 +22,22 @@ This object contains information about an incoming shipping query.
|
|||
- `from aiogram.api.types import ShippingQuery`
|
||||
- `from aiogram.api.types.shipping_query import ShippingQuery`
|
||||
|
||||
## Aliases
|
||||
|
||||
Aliases is always returns related API method (Awaitable) and can be used directly or as answer's into webhook.
|
||||
|
||||
### Answer
|
||||
|
||||
This method has the same specification with the API but without `callback_query_id` argument.
|
||||
|
||||
| Answer method | Alias for | Description |
|
||||
| - | - | - |
|
||||
| `answer` | [Bot.answer_shipping_query](../methods/answer_shipping_query.md) | Answer to shipping query |
|
||||
|
||||
|
||||
## Related pages:
|
||||
|
||||
- [Official documentation](https://core.telegram.org/bots/api#shippingquery)
|
||||
- [aiogram.types.ShippingAddress](../types/shipping_address.md)
|
||||
- [aiogram.types.User](../types/user.md)
|
||||
- [aiogram.methods.AnswerShippingQuery](../methods/answer_shipping_query.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue