Skip to main content
Module

x/grammy/bot.ts>DEFAULT_UPDATE_TYPES

The Telegram Bot Framework.
Very Popular
Go to Latest
variable DEFAULT_UPDATE_TYPES
import { DEFAULT_UPDATE_TYPES } from "https://deno.land/x/grammy@v1.21.2/bot.ts";

type

| "message"
| "edited_message"
| "channel_post"
| "edited_channel_post"
| "inline_query"
| "chosen_inline_result"
| "callback_query"
| "shipping_query"
| "pre_checkout_query"
| "poll"
| "poll_answer"
| "my_chat_member"
| "chat_join_request"
| "chat_boost"
| "removed_chat_boost"
[]