Replace types ty methods in docs/api/methods

This commit is contained in:
jrootjunior 2019-12-11 16:52:21 +02:00
parent 647d03b2d4
commit 1cac963562
65 changed files with 195 additions and 195 deletions

View file

@ -39,9 +39,9 @@ result: Union[Message, bool] = await bot.set_game_score(...)
Imports:
- `from aiogram.types import SetGameScore`
- `from aiogram.api.types import SetGameScore`
- `from aiogram.api.types.set_game_score import SetGameScore`
- `from aiogram.methods import SetGameScore`
- `from aiogram.api.methods import SetGameScore`
- `from aiogram.api.methods.set_game_score import SetGameScore`
#### As reply into Webhook
```python3