overflow
overflow

Reputation: 61

How to send emoticon in LINE message API

I tested emoticon in node.js in this way.

I do the same in my rails project but i was not able to send unicode like this. I don't know how to send emoticon in rails with LINE Message API.

messages.push(
           type: 'text',
           text: "\uDBC0\uDC84"
           )

Upvotes: 0

Views: 751

Answers (0)

Related Questions