I currently working with line messaging API, is there any API callback that can return who has read the previous message by sending a command?
Asked
Active
Viewed 303 times
2
-
1You can't .... currently, the LINE Messaging APIs and Bot SDKs do not have an endpoint to collect this data. You could try interval checks, to get the "read" trend over time. You could use external URLs and collect some external HTTP header data onclick. – pds Jun 26 '20 at 06:27