You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using the sendAudio api in TelegramBot.SendAudioOptions it only sets th caption and other things doesnt work. I read somewhere that it happens only when you give it a url instead of a file path.
The text was updated successfully, but these errors were encountered:
I guess that's how Telegram servers process the file. When they download it using url, they ignore any metadata.
However, even when I pass the file as Buffer thumbnail never worked for me. No idea why.
when using the sendAudio api in TelegramBot.SendAudioOptions it only sets th caption and other things doesnt work. I read somewhere that it happens only when you give it a url instead of a file path.
The text was updated successfully, but these errors were encountered: