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

I always get updateDeleteMessages. #254

Closed kitoytimmy123 closed 4 months ago

kitoytimmy123 commented 4 months ago

When I joined a superGroup, it is a discuss group not a channel, I always get updateDeleteMessages updates. This is not the right answer i want . I want listen all the live chat message in the superGroup. If I send text message in the superGroup by the official Telegram Desktop, then I can get the message by WTelegramClient, but the others can only updates as updateDeleteMessages updates.

This problem can only happen in the superGroup, I can get live text message in my group ,the group is only three members. what is the problem? does it need to set a superGroup active?

wiz0u commented 4 months ago

That's likely a problem in your program, not in the library. So Github Issues is not the place to ask. Compare your code with the example program that display incoming message: https://github.com/wiz0u/WTelegramClient/blob/master/Examples/Program_ListenUpdates.cs?ts=4#L18

github-actions[bot] commented 4 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 or click here to ask your question on StackOverflow so the whole community can help and benefit.