Skip to main content
Module

x/grammy_types/mod.ts>Message.NewChatMembersMessage

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