Aliaksei Levin

Results 707 comments of Aliaksei Levin

The latest TDLib version should correctly recover after such errors.

See https://github.com/AYMENJD/td-vala for a working Vala binding.

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...

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...