Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias grammy.Message.InvoiceMessage
import { type grammy } from "https://deno.land/x/abstract_bot_api@85.0.0/deps.ts";
const { InvoiceMessage } = grammy.Message;
definition: ServiceMessage & MsgWith<"invoice">