Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How get reactions from messages? 403 error #291

Closed
slagusev opened this issue Sep 25, 2024 · 2 comments
Closed

How get reactions from messages? 403 error #291

slagusev opened this issue Sep 25, 2024 · 2 comments
Labels
telegram api Questions about Telegram API should be asked on StackOverflow

Comments

@slagusev
Copy link

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
Copy link
Owner

wiz0u commented Sep 25, 2024

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

@wiz0u wiz0u closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2024
@wiz0u wiz0u added the telegram api Questions about Telegram API should be asked on StackOverflow label Sep 25, 2024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
telegram api Questions about Telegram API should be asked on StackOverflow
Projects
None yet
Development

No branches or pull requests

2 participants