Interface RobloxGroup

Hierarchy

Properties

buildersclubonly: boolean
description: string
hasclan: boolean
id: number
members: number
name: string
owner: {
    buildersclub: string;
    id: number;
    username: string;
}

Type declaration

  • buildersclub: string
  • id: number
  • username: string
public: boolean
roles: {
    id: number;
    memberCount: number;
    name: string;
    rank: number;
}[]

Type declaration

  • id: number
  • memberCount: number
  • name: string
  • rank: number
shout: {
    by: {
        buildersclub: string;
        id: string;
        username: string;
    };
    created: string;
    description: string;
    updated: string;
}

Type declaration

  • by: {
        buildersclub: string;
        id: string;
        username: string;
    }
    • buildersclub: string
    • id: string
    • username: string
  • created: string
  • description: string
  • updated: string
status: boolean

Generated using TypeDoc