GroupData: {
    avatar?: string;
    defaultPrimary?: boolean;
    defaultSecondary?: boolean;
    enabled?: boolean;
    groupname?: string;
    name?: string;
    parent?: Group & GroupData;
    unverifiedSecondary?: boolean;
}

Type declaration

  • Optional avatar?: string

    The group's avatar URL. (Use getAvatar() to support Gravatar.)

  • Optional defaultPrimary?: boolean

    Whether this group is the default primary group for new users.

  • Optional defaultSecondary?: boolean

    Whether this group is a default secondary group for new users.

  • Optional enabled?: boolean

    Whether the group can be used.

  • Optional groupname?: string

    The group's groupname.

  • Optional name?: string

    The group's name.

  • Optional parent?: Group & GroupData

    The group's parent.

  • Optional unverifiedSecondary?: boolean

    Whether this group is a default secondary group for unverified users.

Generated using TypeDoc