Aliaksei Levin

Results 707 comments of Aliaksei Levin

See https://github.com/tdlib/td/issues/2616#issuecomment-1735201401 for the methods that are invoked by apps to get results of global search. Also, you never need to call `getChat`, because chats should be cached as described...

There is nothing wrong in the log line you have sent.

Bots can postpone message sending on their side. Users can edit the message to be sent in the chat with the bot or by any other means.

This is still should be done on the bot's side and the message to be published whenever it is ready.

It can't be supported now. Inline mode isn't different from sending files by URL on behalf of the user. It works by downloading content of the specified URL server-side and...

> I just noticed that official API reference tells that sendDocument is also valid for GIF, PDF and ZIP only, while in reality it can be used with absolutely any...

Size of the binary depends on the build options, target architecture and operating system. For example, on Android the library size without debug symbols is 12-20 MB depending on the...

Make sure that you change link and compile options before adding subdirectory. Otherwise, you changed nothing.

Could you set log verbosity level to 10 in the line `Client.execute(new TdApi.SetLogVerbosityLevel(0));` and send the file tdlib.log created when the example is launched to https://t.me/tdlib_bot?