Amino-NET-Group / Amino.NET

An unofficial C# wrapper around Aminos REST API based on Amino.py!
MIT License
11 stars 2 forks source link

send_file_message upload type Audio not working #32

Closed FabioGaming closed 3 months ago

FabioGaming commented 4 months ago

It seems there is an issue in the way the JSON for sending audios is structured, it currently encodes the file bytes to base64 but then decodes them back right after

FabioGaming commented 3 months ago

this issue should be fixed with #37 and is availabe on the latest dev build and onward