We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc3ac0 commit a18640aCopy full SHA for a18640a
telegram/sticker.py
@@ -56,7 +56,7 @@ def __init__(self,
56
self.height = int(height)
57
# Optionals
58
self.thumb = kwargs.get('thumb')
59
- self.emoji = str(kwargs.get('emoji', ''))
+ self.emoji = kwargs.get('emoji', '')
60
self.file_size = int(kwargs.get('file_size', 0))
61
62
@staticmethod
0 commit comments