td
td copied to clipboard
How to get list of post reactions using JSON interface?
Hello, my problem is that I need to get a list of reactions for statistics, but the json interface does not contain an updateMessageReactions object. How can i do this?
You will receive updateMessageInteractionInfo
when appropriate.
There are no reactions. updateMessageInteractionInfo has a messageInteractionInfo object which has a view_count and a forward_count. There are no reactions. I am attaching the link https://core.telegram.org/tdlib/docs/classtd_1_1td__api_1_1message_interaction_info.html I tried getChatHistory, getMessage, tried messages from channel and from group. The td_receive method reacts to all updates, but not to reactions.
TDLib is not suitable for your task. It will send updateMessageInteractionInfo
only when it is really needed for the real user.