Fix missing argument

This commit is contained in:
Dan 2021-12-04 18:40:22 +01:00
parent 2e964b3fa9
commit f7db103071

View File

@ -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