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 retrieve a list of join requests for a chat? #260

Closed pakinmaksim closed 2 months ago

pakinmaksim commented 2 months ago

Hello, I'm struggling to find a way to retrieve a list of all join requests for a specific chat. I found the getChatJoinRequests method in TDLib, but there seems to be no equivalent in WTelegram. How can I accomplish this? I haven't been saving these join requests from the updates sent by Telegram servers, and now I need to process them all. Is there a way to retrieve a list of all join requests?

wiz0u commented 2 months 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.