Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grammy_types/message.ts>Message.PaidMediaMessage

Type declarations of the Telegram Bot API.
Latest
type alias Message.PaidMediaMessage
import { type Message } from "https://deno.land/x/grammy_types@v3.10.0/message.ts";
const { PaidMediaMessage } = Message;
definition: CommonMessage & MsgWith<"paid_media">