Fix Sticker.set_name being treated as tuple/list-like when should in fact be a string

Yes, that little comma messed things up (again)
This commit is contained in:
Dan 2019-06-15 17:59:28 +02:00
parent 237e434e78
commit abc0e992cf

View File

@ -94,7 +94,7 @@ class Sticker(Object):
self.width = width
self.height = height
self.emoji = emoji
self.set_name = set_name,
self.set_name = set_name
self.thumbs = thumbs
# self.mask_position = mask_position