interface MessageGroupCreated
implements _MessageBase
import { type MessageGroupCreated } from "https://deno.land/x/mtkruto@0.1.157/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
newChatMembers: User[]
The initial members of the group.