Skip to main content
Module

x/grammy_conversations/deps.deno.ts>InputMedia

Conversational interfaces for grammY
Go to Latest
type alias InputMedia
import { type InputMedia } from "https://deno.land/x/grammy_conversations@v1.1.0/deps.deno.ts";

This object represents the content of a media message to be sent. It should be one of

  • InputMediaAnimation
  • InputMediaDocument
  • InputMediaAudio
  • InputMediaPhoto
  • InputMediaVideo
definition: GrammyTypes["InputMedia"]