yukuku / telebot

Telegram Bot starter kit. Very easy to install with Google App Engine.
Apache License 2.0
689 stars 234 forks source link

how to use emojies as unicode? #33

Closed KingMatrix1989 closed 8 years ago

KingMatrix1989 commented 8 years ago

hello. i want to insert emoji symbols in message text? how can i do?

pualien commented 8 years ago

For example to insert :sunglasses: emoji add this unicode string u'\U0001F60E' to your reply message.