mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +00:00
Add support of Bot API 4.7. Bump version
This commit is contained in:
parent
4cb9697cb4
commit
33003f2026
167 changed files with 996 additions and 504 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Description
|
||||
|
||||
Use this method to move a sticker in a set created by the bot to a specific position . Returns True on success.
|
||||
Use this method to move a sticker in a set created by the bot to a specific position. Returns True on success.
|
||||
|
||||
|
||||
## Arguments
|
||||
|
|
@ -23,8 +23,7 @@ Description: Returns True on success.
|
|||
|
||||
## Usage
|
||||
|
||||
|
||||
### As bot method bot
|
||||
### As bot method
|
||||
|
||||
```python3
|
||||
result: bool = await bot.set_sticker_position_in_set(...)
|
||||
|
|
@ -53,7 +52,6 @@ return SetStickerPositionInSet(...)
|
|||
```
|
||||
|
||||
|
||||
|
||||
## Related pages:
|
||||
|
||||
- [Official documentation](https://core.telegram.org/bots/api#setstickerpositioninset)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue