Aliaksei Levin
Aliaksei Levin
> But not the micro version, does it? Should it? Telegram has 1-3 monthly updates with multiple changes, and so does TDLib API. The mentioned link to the class `messageForwardOriginUser`...
Messages in supergroups and channels aren't supposed to be received immediately by regular users. They can be received with different delay by different users.
All apps have the same behavior and same expected delays.
Messages must be viewed using `viewMessages`, `openChat` is irrelevant. Updated counters are sent by TDLib whenever appropriate.
> Also how do you suggest we use the API to build things, if it's not guaranteed real-time? You must use a bot account if you need updates delivered as...
The error "Unauthorized: invalid token specified" is returned only if you pass a token that can't be valid in any circumstances.
The error can be in the library you use or in your code. The error isn't from the Bot API server. You need to check all raw HTTP requests and...
The library should have an ability to enable request logs.
This is not related to Telegram Bot API and should be asked in the repository https://github.com/eilvelia/tdl of `tdl`.
Check that you have message database enabled in `setTdlibParameters`. Also, see https://github.com/tdlib/td/issues/2807.