Class ServerRole

Represents a server role on Guilded.

Example

new ServerRole(server, rawRole);

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

client: Client

The client the data model belongs to.

id: number

The ID of the structure.

raw: {
    id: number;
}

The raw data of the role.

Type declaration

  • id: number
server: Server

The server the role belongs to.

Accessors

Methods