Aliaksei Levin
Aliaksei Levin
Those aren't crashes. Also, you seems to use an old Bot API server version.
Bot API server is one process. You can't launch multiple Bot API servers in a given working directory, but you are trying to do so, and additional instances exit with...
You can call `answerCallbackQuery` without any limits, editing of the message in question is still subject to per chat limits.
Per chat limits are documented at https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this: > In a single chat, avoid sending more than one message per second. We may allow short bursts that go over this limit,...
Yes, it includes message editing.
This is possible, but it would require harder limits for callback query sending by users.
If you send requests and receive responses, then server works. If it is running, then it should work.
You must connect to 8081 unless you specified a different port.
See https://gitlab.kitware.com/cmake/cmake/-/issues/21885#note_914655: > Setting CMAKE_OSX_ARCHITECTURES to only include foreign architectures for macOS builds is clearly a cross-compiling case, and takes explicit user action. In that case users can explicitly tell...
> While in reality all support files up to 10 MiB and up to 20 MiB in local mode. This makes no sense. There is no a single difference in...