wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
981 stars 161 forks source link

How get reactions from messages? 403 error #291

Closed slagusev closed 3 weeks ago

slagusev commented 3 weeks ago

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.

wiz0u commented 3 weeks ago

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 🤷🏻‍♂️

github-actions[bot] commented 3 weeks ago

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.

If the above links didn't answer your problem, click here to ask your question on StackOverflow so the whole community can help and benefit.