Add PreCheckoutQuery.answer

This commit is contained in:
Gabben 2020-05-17 16:40:26 +05:00
parent 65002b9280
commit cf12da0c4a
4 changed files with 47 additions and 0 deletions

View file

@ -56,3 +56,5 @@ return AnswerPreCheckoutQuery(...)
## Related pages:
- [Official documentation](https://core.telegram.org/bots/api#answerprecheckoutquery)
- [aiogram.types.PreCheckoutQuery](../types/pre_checkout_query.md)
- [Aliases](../types/pre_checkout_query.md#aliases)