User
An instance of a Discord User.
Inheritors
Properties
The 4-digit code at the end of the user's discord tag.
The user's effective name, prioritizing globalName over username.
The user's display name, if it is set. For bots, this is the application name.
The flags on a user's account, if present.
The supplier used to request entities.
Functions
Requests to get this behavior as a User, returns null if the user isn't present.
Retrieve the Member associated with this behaviour from the provided EntitySupplier
Retrieve the Member associated with this behaviour from the provided EntitySupplier returns null if the Member isn't present.
Retrieve the User associated with this behaviour from the provided EntitySupplier
Retrieve the User associated with this behaviour from the provided EntitySupplier returns null if the User isn't present.
Requests to get or create a DmChannel between this bot and the user.
Requests to get or create a DmChannel between this bot and the user, returns null if the user does not allow DMs.