mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Decode Emoji byte strings into unicode strings if using Python 3 (missed something)
This commit is contained in:
parent
fea0c5cc2b
commit
22b492762b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def call_decode_byte_strings(cls):
|
|||
cls._decode_byte_strings()
|
||||
return cls
|
||||
|
||||
@call_decode_byte_strings
|
||||
class Emoji(object):
|
||||
"""This object represents an Emoji."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue