mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +00:00
Replace types ty methods in docs/api/methods
This commit is contained in:
parent
647d03b2d4
commit
1cac963562
65 changed files with 195 additions and 195 deletions
|
|
@ -55,9 +55,9 @@ result: Message = await bot.send_invoice(...)
|
|||
|
||||
Imports:
|
||||
|
||||
- `from aiogram.types import SendInvoice`
|
||||
- `from aiogram.api.types import SendInvoice`
|
||||
- `from aiogram.api.types.send_invoice import SendInvoice`
|
||||
- `from aiogram.methods import SendInvoice`
|
||||
- `from aiogram.api.methods import SendInvoice`
|
||||
- `from aiogram.api.methods.send_invoice import SendInvoice`
|
||||
|
||||
#### As reply into Webhook
|
||||
```python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue