Interface MessageBasicGroupChatCreate

A newly created basic group. Subtype of MessageContent.

interface MessageBasicGroupChatCreate {
    @type: "messageBasicGroupChatCreate";
    member_user_ids: number[];
    title: string;
}

Properties

@type: "messageBasicGroupChatCreate"
member_user_ids: number[]

User identifiers of members in the basic group.

title: string

Title of the basic group.