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

Messages_GetBotCallbackAnswer always BOT_RESPONSE_TIMEOUT #277

Closed hajiuxbz closed 3 weeks ago

hajiuxbz commented 3 weeks ago

Messages_GetBotCallbackAnswer always BOT_RESPONSE_TIMEOUT

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.

hajiuxbz commented 3 weeks ago

This should just be an error in the code, I'm using a similar interface in python that doesn't cause a timeout.

wiz0u commented 3 weeks ago

Library is calling Client API successfully and that error is returned by Telegram servers. Not a bug in the library.

hajiuxbz commented 3 weeks ago

I don't really understand, the interface is actually executed successfully, I can see that, but waiting for the return value can't be done, eventually prompting a timeout, if there is no timeout actually everything is perfect!