Class ServerMemberRole

Represents a server member role on Guilded.

Example

new ServerMemberRole(member, rawRole);

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

client: Client

The client the data model belongs to.

id: number

The ID of the structure.

member: ServerMember

The server member the role belongs to.

raw: {
    id: number;
}

The raw data of the role.

Type declaration

  • id: number
server: Server

The server the role belongs to.

Accessors

Methods