Skip to main content
Module

x/mtkruto/3_types.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.147/3_types.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.