Constructor
new User(obj)
Parameters:
Name | Type | Description |
---|---|---|
obj |
obj |
- Source:
Extends
Members
(readonly) avatarURL :string
The user's Discord Avatar URL.
Type:
- string
- Source:
(nullable) background :string
The user's background image on Bots for Discord.
Type:
- string
- Source:
(nullable) biography :string
The user's biography on Bots for Discord.
Type:
- string
- Source:
discriminator :string
The user's Discord Discriminator.
Type:
- string
- Source:
(readonly) page :string
The user's page on Bots for Discord.
Type:
- string
- Source:
(readonly) raw :object
The raw object used to give class values meaning.
Type:
- object
- Inherited From:
- Source:
Methods
toString()
Returns text that Discord recognizes as a user mention.
- Source: