Skip to main content
Module

x/grammy_types/mod.ts>Message.PollMessage

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
type alias Message.PollMessage
import { type Message } from "https://deno.land/x/grammy_types@v3.1.3/mod.ts";
const { PollMessage } = Message;
definition: CommonMessage & MsgWith<"poll">