import { type InputMedia } from "https://deno.land/x/grammy@v1.31.0/types.web.ts";
This object represents the content of a media message to be sent. It should be one of
- InputMediaAnimation
- InputMediaDocument
- InputMediaAudio
- InputMediaPhoto
- InputMediaVideo
definition: InputMediaF<InputFile>