wiz0u / WTelegramClient

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

How to identify a message received is from an admin #276

Closed mehtadone closed 1 month ago

mehtadone commented 1 month ago

I'm trying to find a way to check if a message received is from an admin of the group. It seems like there is something on the TG api but I can't seem to find the method on the library. https://stackoverflow.com/questions/48136704/telegram-check-if-user-is-admin

Apologies if I'm being blind.

github-actions[bot] commented 1 month 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.