import { Context } from "https://dotland.deno.dev/x/grammy@v1.31.0/mod.ts";
Context-aware alias for api.sendVideoNote
. 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
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