mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +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
|
|
@ -33,9 +33,9 @@ result: List[ChatMember] = await bot.get_chat_administrators(...)
|
|||
|
||||
Imports:
|
||||
|
||||
- `from aiogram.types import GetChatAdministrators`
|
||||
- `from aiogram.api.types import GetChatAdministrators`
|
||||
- `from aiogram.api.types.get_chat_administrators import GetChatAdministrators`
|
||||
- `from aiogram.methods import GetChatAdministrators`
|
||||
- `from aiogram.api.methods import GetChatAdministrators`
|
||||
- `from aiogram.api.methods.get_chat_administrators import GetChatAdministrators`
|
||||
|
||||
|
||||
#### With specific bot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue