We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f4b8c0 + ffa220d commit 8c91b6bCopy full SHA for 8c91b6b
examples/kitchensink/app.rb
@@ -129,6 +129,19 @@ def handle_message(event)
129
reply_text(event, "Bot can't use profile API without user ID")
130
end
131
132
+ when 'emoji'
133
+ reply_content(event, {
134
+ type: 'text',
135
+ text: 'Look at this: $ It\'s a LINE emoji!',
136
+ emojis: [
137
+ {
138
+ index: 14,
139
+ productId: '5ac1bfd5040ab15980c9b435',
140
+ emojiId: '001'
141
+ }
142
+ ]
143
+ })
144
+
145
when 'buttons'
146
reply_content(event, {
147
type: 'template',
0 commit comments