Steps to reproduce
using (var fileStream = new FileStream(@"E:\path\video.mp4", FileMode.Open))
{
var fileToSend = new FileToSend("MyVideoNote.mp4", fileStream);
await Bot.SendVideoNoteAsync(chat_Id, fileToSend);
}
Expected behavior
Rounded Video

Actual behavior
Square Video with black thumb

Environment data
NuGet Package Version: Telegram.Bot.Core.13.2.0
Where is my mistake? and how I should change my codes to send rounded videos?
Is there any problem in the library that I used (Telegram.Bot.Core.13.2.0) about sending video note messages?
Steps to reproduce
Expected behavior
Rounded Video

Actual behavior
Square Video with black thumb

Environment data
NuGet Package Version: Telegram.Bot.Core.13.2.0
Where is my mistake? and how I should change my codes to send rounded videos?
Is there any problem in the library that I used (Telegram.Bot.Core.13.2.0) about sending video note messages?