mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Fix animated stickers media type. They are documents for now
This commit is contained in:
parent
1f2be4f1ce
commit
acc0fab311
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class SendAnimatedSticker(BaseClient):
|
||||||
url=animated_sticker
|
url=animated_sticker
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
media = utils.get_input_media_from_file_id(animated_sticker, 8)
|
media = utils.get_input_media_from_file_id(animated_sticker, 5)
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue