import { Api } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts";
Use this method to send video messages. On success, the sent Message is returned. As of v.4.0, Telegram clients support rounded square mp4 videos of up to 1 minute long.
Parameters
Unique identifier for the target chat or username of the target channel (in the format @channelusername)
video_note: InputFile | string
Video note to send. Pass a file_id as String to send a video note that exists on the Telegram servers (recommended) or upload a new video using multipart/form-data.. Sending video notes by a URL is currently unsupported
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#sendvideonote