Represents a user on Guilded.

Example

new User(client, rawUser);

Hierarchy

Constructors

Properties

avatar?: string

The avatar of the user.

banner?: string

The banner of the user.

client: Client

The client the data model belongs to.

createdAt?: Date

The date the user was created.

id: string

The ID of the structure.

name: string

The name of the user.

The raw data of the user.

type?: UserType

The type of the user.

Accessors