nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.43k stars 478 forks source link

How to send Unicode? #453

Closed Spixmaster closed 5 years ago

Spixmaster commented 5 years ago

How can I send unicode with the bot?

Spixmaster commented 5 years ago

When wanting to print out "🎊" you need to write "\xf0\x9f\x8e\x8a" in your code. this site helps to convert: https://www.branah.com/unicode-converter.