Skip to content

Send video note problem #496

Description

@Ramin-Bateni

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
image

Actual behavior

Square Video with black thumb
image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions