Represents a group on Guilded.

Example

new Group(client, rawGroup);

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

client: Client

The client the data model belongs to.

id: string

The ID of the structure.

The manager of members that belong to the group.

raw: {
    id: string;
}

The raw data of the group.

Type declaration

  • id: string

Accessors

Methods