mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +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
|
|
@ -42,9 +42,9 @@ result: List[Update] = await bot.get_updates(...)
|
|||
|
||||
Imports:
|
||||
|
||||
- `from aiogram.types import GetUpdates`
|
||||
- `from aiogram.api.types import GetUpdates`
|
||||
- `from aiogram.api.types.get_updates import GetUpdates`
|
||||
- `from aiogram.methods import GetUpdates`
|
||||
- `from aiogram.api.methods import GetUpdates`
|
||||
- `from aiogram.api.methods.get_updates import GetUpdates`
|
||||
|
||||
|
||||
#### With specific bot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue