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

@ -37,9 +37,9 @@ result: bool = await bot.add_sticker_to_set(...)
Imports:
- `from aiogram.types import AddStickerToSet`
- `from aiogram.api.types import AddStickerToSet`
- `from aiogram.api.types.add_sticker_to_set import AddStickerToSet`
- `from aiogram.methods import AddStickerToSet`
- `from aiogram.api.methods import AddStickerToSet`
- `from aiogram.api.methods.add_sticker_to_set import AddStickerToSet`
#### As reply into Webhook
```python3