mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +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
|
|
@ -36,9 +36,9 @@ result: bool = await bot.restrict_chat_member(...)
|
|||
|
||||
Imports:
|
||||
|
||||
- `from aiogram.types import RestrictChatMember`
|
||||
- `from aiogram.api.types import RestrictChatMember`
|
||||
- `from aiogram.api.types.restrict_chat_member import RestrictChatMember`
|
||||
- `from aiogram.methods import RestrictChatMember`
|
||||
- `from aiogram.api.methods import RestrictChatMember`
|
||||
- `from aiogram.api.methods.restrict_chat_member import RestrictChatMember`
|
||||
|
||||
#### As reply into Webhook
|
||||
```python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue