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
How can I get reactions to messages? I used Messages_GetMessageReactionsList and I'm getting the error 403 BROADCAST_FORBIDDEN (Channel poll voters and reactions cannot be fetched to prevent deanonymization), even if it's my channel.
The text was updated successfully, but these errors were encountered:
With Client API you cannot do more than what an official Telegram client allows you to do.
Even admins of channel can't get details about channel reactions in official clients.
So that's exactly what the error says 🤷🏻♂️
Please note that Github issues should be used only for problems with the library code itself.
For questions about Telegram API usage, you can search the API official documentation and the full list of methods.
WTelegramClient covers 100% of the API and let you do anything you can do in an official client.
How can I get reactions to messages? I used Messages_GetMessageReactionsList and I'm getting the error 403 BROADCAST_FORBIDDEN (Channel poll voters and reactions cannot be fetched to prevent deanonymization), even if it's my channel.
The text was updated successfully, but these errors were encountered: