Question - I tried to include emojis in the text message using createMessage API, but it always returns an error.
Is it possible to include emoji text?
Answer - Yes, it's possible to include emojis in your /createMessage
request.
First of all, you'll need to know the code for the emoji you'd like to use.
In order to do that you can use the following list:
http://www.fileformat.info/info/emoji/list.htm
This list contains all emojis - please find the one you'd like to use and press the corresponding link under the "Unicode" column, for example this:
Then please proceed to the "C/C++/Java source code" line. You can then use the value in your /createMessage
requests:
Comments
0 comments
Please sign in to leave a comment.