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
Hello everyone! I'm trying to get the current number of views and forwards for a message from a channel, but I can’t find the right way to do it. When I view a message using the initial OpenChat request, then fetch the message list with GetChatHistory and check interactions via Message with objects like MessageForwardInfo and MessageInteractionInfo, I always get outdated statistics, even though I see completely different numbers in the actual app. I can’t use GetMessageViewers because canGetViewers is always false, and the same applies to GetMessagePublicForwards and GetMessageStatistics, where canGetStatistics == false. But I can see real updating statistic in real app. I’d appreciate any help, thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello everyone! I'm trying to get the current number of views and forwards for a message from a channel, but I can’t find the right way to do it. When I view a message using the initial OpenChat request, then fetch the message list with GetChatHistory and check interactions via Message with objects like MessageForwardInfo and MessageInteractionInfo, I always get outdated statistics, even though I see completely different numbers in the actual app. I can’t use GetMessageViewers because canGetViewers is always false, and the same applies to GetMessagePublicForwards and GetMessageStatistics, where canGetStatistics == false. But I can see real updating statistic in real app. I’d appreciate any help, thanks in advance!
The text was updated successfully, but these errors were encountered: