Closed doiraduc closed 1 year ago
Thanks for the report, lemme check that quickly :)
Hey @iamcosmin, just released v1.10.11
fixes this issue.
It was some encoding issue. Basically, I blindly called jsonEncode
on the request body, and when the body contains FormData
it all went crashing down.
Thanks again for reporting :)
When using
replyWithVideo
orreplyWithPhoto
, while error is enabled inLoggerOptions
, Televerse throws a vague error and does not send the media.Do note that, when using
InputFile.fromFileId
orInputFile.fromUrl
, this error does not occur. I only had it happen withInputFile.fromBytes
andInputFile.fromFile
.