Skip to main content

Class: User

Hierarchy

  • Base

    User

Constructors

constructor

new User(app, raw)

Parameters

NameType
appApp
rawAPIUser

Overrides

Base.constructor

Defined in

packages/disploy/src/structs/User.ts:21

Properties

app

app: App

Inherited from

Base.app

Defined in

packages/disploy/src/structs/Base.ts:4


discriminator

discriminator: string

The discriminator of the user.

Defined in

packages/disploy/src/structs/User.ts:19


id

id: string

The ID of the user.

Defined in

packages/disploy/src/structs/User.ts:9


name

name: string

The name of the user.

Defined in

packages/disploy/src/structs/User.ts:14