Aliaksei Levin
Aliaksei Levin
The error means that your TDLib version doesn't support the request. You use documentation from a different version.
`tdweb` has no user interface and you shown a complete log in interface on the screenshot.
The build instructions build the latest TDLib version. You can find documentation for the latest version at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl.
Then, you can add the parameter `verbosity=4` to the URL, but `telegram-react` uses a very old TDLib version and will not be able to log in anyway now.
You can build TDLib for web yourself following https://github.com/tdlib/td/tree/master/example/web, but then you will need to update the telegram-react code to support all changes in TDLib API, and there were a...
@lairwaves-dev You use an old TDLib version and not the latest version that was built manually. Check response to getOption("version") to find the used version.
`sendResoldGift` allows to pass price in TON since TDLib 1.8.53.
This information is available since TDLib 1.8.53 in the `gift` object.
This is documentation for MTProto API. TDLib's documentation can be found at https://github.com/tdlib/td/blob/master/td/generate/scheme/td_api.tl and https://core.telegram.org/tdlib/docs/.
This is an unrelated API. You can't use it with TDLib.