mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added support of Bot API 6.2 (#975)
* Added support of Bot API 6.2 * Added changelog * Update tests * Update API version * Update dependencies, pre-commit config * Added pytest config
This commit is contained in:
parent
4315ecf1a2
commit
c1341ba2df
78 changed files with 523 additions and 785 deletions
|
|
@ -17,7 +17,6 @@ class TestGetStickerSet:
|
|||
title="test",
|
||||
is_animated=False,
|
||||
is_video=False,
|
||||
contains_masks=False,
|
||||
stickers=[
|
||||
Sticker(
|
||||
file_id="file if",
|
||||
|
|
@ -26,8 +25,10 @@ class TestGetStickerSet:
|
|||
is_animated=False,
|
||||
is_video=False,
|
||||
file_unique_id="file id",
|
||||
type="regular",
|
||||
)
|
||||
],
|
||||
sticker_type="regular",
|
||||
),
|
||||
)
|
||||
|
||||
|
|
@ -45,7 +46,6 @@ class TestGetStickerSet:
|
|||
title="test",
|
||||
is_animated=False,
|
||||
is_video=False,
|
||||
contains_masks=False,
|
||||
stickers=[
|
||||
Sticker(
|
||||
file_id="file if",
|
||||
|
|
@ -54,8 +54,10 @@ class TestGetStickerSet:
|
|||
is_animated=False,
|
||||
is_video=False,
|
||||
file_unique_id="file id",
|
||||
type="regular",
|
||||
)
|
||||
],
|
||||
sticker_type="regular",
|
||||
),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue