Class Discord
Module: alt-client
Package: @altmp/altv-types
Syntax
class Discord
Properties
| Improve this Doc View SourcecurrentUser
Declaration
public readonly static currentUser: null | IDiscordUser
Property Value
Type | Description |
---|---|
null | IDiscordUser |
Methods
| Improve this Doc View SourcerequestOAuth2Token(string)
Declaration
public static requestOAuth2Token(appId: string): Promise<string>
Parameters
Type | Name | Description |
---|---|---|
string | appId |
Returns
Type | Description |
---|---|
Promise<string> |