Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
anker/bot/sticker_storage.py: a workaround for get_sticker_set
The issues is described here: eternnoir/pyTelegramBotAPI#2212 The error I got was: `TypeError: StickerSet.__init__() missing 2 required positional arguments: 'is_animated' and 'is_video'` Since the bot is not using `is_animated` nor `is_video` I can define these fields directly in the reply.
- Loading branch information
2d2fde4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job! Thanks for the solution ✨
2d2fde4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're welcome!