You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
App context event should be captured when sending flex message via liff.sendMessages(). According to the LINE docs, webhook events contain the contentProvider.type property = external parameter when image message (flex) is sent using the liff.sendMessages() method, but it seems like this event is not being handled in the codes?
The text was updated successfully, but these errors were encountered:
Environment:
Language: NodeJS
Server: Node Express
Device: Huawei P20, iPhone 11
Description
When using
liff.sendMessages()
to send flex message on behalf of a user, the app context event is not being obtainedTo Reproduce
liff.sendMessages()
to send a flex message on behalf of user. For instance:Expected behavior
App context event should be captured when sending flex message via
liff.sendMessages()
. According to the LINE docs, webhook events contain thecontentProvider.type property = external
parameter when image message (flex) is sent using theliff.sendMessages()
method, but it seems like this event is not being handled in the codes?The text was updated successfully, but these errors were encountered: