Interface ActionChatCreated

Group was created

interface ActionChatCreated {
    title: string;
    type: "chat_created";
    users: number[];
}

Properties

Properties

title: string

Group name

type: "chat_created"
users: number[]

IDs of the users in the group