nickoala / telepot

Python framework for Telegram Bot API
MIT License
2.42k stars 474 forks source link

ReplyKeyboardMarkup and emojis. How can I add emojis to a custom keyboard #422

Closed ducadegliabruzzi07 closed 6 years ago

ducadegliabruzzi07 commented 6 years ago

How can I add an emoji to a custom keyboard to make it look like this? private_table_en Can anyone give me some examples plz?

nickoala commented 6 years ago

Each emoji has a unicode. Search "emoji unicode" on the web and you should find some things.

ducadegliabruzzi07 commented 6 years ago

Thanks. I have resolved my problem. Go Telegram!