mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-06 15:14:52 +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(
|
stickerset=raw.types.InputStickerSetID(
|
||||||
id=set_id,
|
id=set_id,
|
||||||
access_hash=set_access_hash
|
access_hash=set_access_hash
|
||||||
)
|
),
|
||||||
|
hash=0
|
||||||
)
|
)
|
||||||
)).set.short_name
|
)).set.short_name
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue