mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +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: bool = await bot.unpin_chat_message(...)
|
|||
|
||||
Imports:
|
||||
|
||||
- `from aiogram.types import UnpinChatMessage`
|
||||
- `from aiogram.api.types import UnpinChatMessage`
|
||||
- `from aiogram.api.types.unpin_chat_message import UnpinChatMessage`
|
||||
- `from aiogram.methods import UnpinChatMessage`
|
||||
- `from aiogram.api.methods import UnpinChatMessage`
|
||||
- `from aiogram.api.methods.unpin_chat_message import UnpinChatMessage`
|
||||
|
||||
#### As reply into Webhook
|
||||
```python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue