Interface IDiscordUser
Module: alt-client
Package: @altmp/altv-types
Syntax
interface IDiscordUser
Properties
| Improve this Doc View Sourceid
Declaration
readonly id: string
Property Value
| Type | Description |
|---|---|
| string |
name
Declaration
readonly name: string
Property Value
| Type | Description |
|---|---|
| string |
discriminator
Declaration
readonly discriminator: string
Property Value
| Type | Description |
|---|---|
| string |
avatar
Declaration
readonly avatar: string
Property Value
| Type | Description |
|---|---|
| string |