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

x/mtkruto/types/4_message.ts>MessageGroupCreated

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface MessageGroupCreated
implements _MessageBase
import { type MessageGroupCreated } from "https://deno.land/x/mtkruto@0.1.157/types/4_message.ts";

A message that is received by user accounts when a group is created. While bots don't receive them, they are able to see them if someone replies to them.

Properties

groupCreated: true
newChatMembers: User[]

The initial members of the group.