Aliaksei Levin
Aliaksei Levin
`updateConnectionState` can be used to show the user it's current connection state to Telegram servers. The update is suitable only for showing a human-readable description of the connection state though.
@isage Could you send a link to the website, which shows the "doubles"?
The first link is for the second photo in a media album and the second link is for the first photo in the same media album. Widget by default shows...
`Message` object in Bot API has `media_group_id` field.
What do you mean by "I get the requests I sent earlier"? `send` returns nothing, so you can't receive anything from it. In the log you create a TDLib instance,...
TDLib can send updates any time whenever appropriate. It has closed, because the corresponding `ClientManager` was destroyed and your app lost ability to send request to it, or receive updates...
This is expected behavior for voice messages bigger than 1 MB, for which waveform can't be generated server-side. As documented, such voice messages can't be uploaded by URL at all,...
> I’m new to this so if you could elaborate a bit and tell me why the waveform is okay when I upload the same file from recorder app on...
If the file was uploaded by some other means with a waveform, then it can be sent by the bot via file_id with the same waveform.
Waveforms for voice messages bigger than 1 MB are added by the app, which uploads the file. There is no way to add a waveform through Bot API.