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

x/mtkruto/mod.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/mod.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.