Aliaksei Levin
Aliaksei Levin
The latest TDLib version should correctly recover after such errors.
See https://github.com/AYMENJD/td-vala for a working Vala binding.
The server-side bug has been fixed some time ago., so the issue can be closed now.
Yes, this is possible, but it should be supported first by apps and server-side.
This ability is intentionally omitted, because building in multiple threads will fail for most users, which don't have enough RAM. It also requires a new enough CMake, which supports the...
The purpose of the build instructions generator is to provide build instructions, which will definitely work. In the very common case there is not enough RAM even for building TDLib...
See https://github.com/tdlib/telegram-bot-api/issues/26.
Yes, the server only downloads the files, and they need to be served by another web server.
Bot API often uses "union" types like `Update`, `KeyboardButton`, or `InlineKeyboardButton`. Sometimes they are split to separate types in the documentation, like it was done with `ChatMember`, but the splitting...
> We can see three mandatory fields: data, front_side, reverse_side and two optional fields: selfie and translation. This is documented as "Available if requested" for "translation". It is not optional...