Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

[WIP] 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.139/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.