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

x/grammy_types/mod.ts>Message.SupergroupChatCreated

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