mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Fix missing argument
This commit is contained in:
parent
2e964b3fa9
commit
f7db103071
1 changed files with 2 additions and 1 deletions
|
|
@ -121,7 +121,8 @@ class Sticker(Object):
|
|||
stickerset=raw.types.InputStickerSetID(
|
||||
id=set_id,
|
||||
access_hash=set_access_hash
|
||||
)
|
||||
),
|
||||
hash=0
|
||||
)
|
||||
)).set.short_name
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue