Skip to main content
Module

x/grammy_menu/deps.deno.ts>InputMessageContent

Easily create interactive menus with grammY.
Go to Latest
type alias InputMessageContent
import { type InputMessageContent } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";

This object represents the content of a message to be sent as a result of an inline query. Telegram clients currently support the following 5 types:

  • InputTextMessageContent
  • InputLocationMessageContent
  • InputVenueMessageContent
  • InputContactMessageContent
  • InputInvoiceMessageContent