mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Reformat code and docs
This commit is contained in:
parent
690223f4e0
commit
3b2df194a9
95 changed files with 825 additions and 751 deletions
|
|
@ -46,17 +46,17 @@ Imports:
|
|||
- `from aiogram.api.methods import GetUpdates`
|
||||
- `from aiogram.api.methods.get_updates import GetUpdates`
|
||||
|
||||
|
||||
#### With specific bot
|
||||
```python3
|
||||
result: List[Update] = await bot.emit(GetUpdates(...))
|
||||
```
|
||||
|
||||
#### In handlers with current bot
|
||||
```python3
|
||||
result: List[Update] = await GetUpdates(...)
|
||||
```
|
||||
|
||||
#### With specific bot
|
||||
```python3
|
||||
result: List[Update] = await bot(GetUpdates(...))
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Related pages:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue