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

x/grammy/types.ts>Message.PhotoMessage

The Telegram Bot Framework.
Very Popular
Go to Latest
type alias Message.PhotoMessage
import { type Message } from "https://deno.land/x/grammy@v1.15.1/types.ts";
const { PhotoMessage } = Message;
definition: MediaMessage & MsgWith<"photo">