0

I'm replicating a messenger bot on the LINE platform. I need to respond to a comment privately, like on Facebook (https://developers.facebook.com/docs/graph-api/reference/v2.12/object/private_replies). Is this possible on the Line platform? How?

(I did not find it in Line's documentation and that's why I turn it over here.)

1 Answers1

0

It's seems you want to send private message depend what message you get from user ?

You can get user identifier from webhook response and you can send direct message by using it

holmes2136
  • 477
  • 5
  • 14