Aliaksei Levin
Aliaksei Levin
"\n" is the newline character with the code 0x0A there. The exact way to use it in a string depends on your programming language, but most popular languages allow to...
1. You can't investigate the root cause of this behavior. 2. There are no specific events. 3. This is caused by Telegram's security mechanisms. You can't determine the cause or...
@morseton It is impossible to determine the cause of this.
It looks like you are trying to automatically create application. This makes no practical sense, supposed to fail, and you are supposed to receive "ERROR" as the response.
If you receive an error from your home IP address, then you can only try to register application from some other place.
Do you still have issues with banning the chats?
Why do all td_receive calls, except the first one, take a long time to receive my specific response?
All requests to TDLib are asynchronous. Responses are delivered as soon the request is completed. There is no way to deliver them faster.
Why do all td_receive calls, except the first one, take a long time to receive my specific response?
It depends on the request. You can check TDLib logs for details.
"my_chat_member" is a type of an update. What do you mean by "limits" for an update?
See https://en.wikipedia.org/wiki/File_URI_scheme#Examples. Also, make sure that you run the Bot API server in local mode as described at https://github.com/tdlib/telegram-bot-api?tab=readme-ov-file#usage.