I’m trying to log Line group conversations with Bot Framework. Everything went fine with messages,stickers,images and attachments, but when user reply to a message, I couldn’t get the quoted one because the Activity.ReplyToId was null.
ChatGPT said there is replyTo in ChannelData but actually it’s still null:
ChatGPT
The quote messages APIs in Line were released on September, 2023. I wonder whether these are not implemented yet in Azure Bot Framework?
Kerr Lu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.