Interface POSTGuildGroupBody

interface POSTGuildGroupBody {
    description?: string;
    emoteId?: number;
    isPublic?: boolean;
    name: string;
}

Properties

description?: string

The description associated with the group (max length 280)

emoteId?: number

The emote to associate with the group

isPublic?: boolean

Is this group open for anyone to join? (default false)

name: string