type alias InputMediaimport { type InputMedia } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.ts"; This object represents the content of a media message to be sent. It should be one of InputMediaAnimation InputMediaDocument InputMediaAudio InputMediaPhoto InputMediaVideo Type ParametersFdefinition: | InputMediaAnimation<F> | InputMediaDocument<F> | InputMediaAudio<F> | InputMediaPhoto<F> | InputMediaVideo<F>definition: InputMediaF<InputFile>