Interface PATCHGuildGroupBody

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

Properties

description?: string

The description associated with the group, Note - this property cannot be modified on a home group (max length 280)

emoteId?: number

The emote to associate with the group

isPublic?: boolean

Is this group open for anyone to join? Note - this property cannot be modified on a home group

name?: string

The name of the group (min length 1; max length 80)