mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 08:47:24 +00:00
feat(GatewayPresenceClientStatus): add vr (#1757)
This commit is contained in:
Generated
+4
@@ -132,6 +132,10 @@ export interface GatewayPresenceClientStatus {
|
||||
* The user's status set for an active web (browser, bot account) application session
|
||||
*/
|
||||
web?: PresenceUpdateReceiveStatus;
|
||||
/**
|
||||
* The user's status set for an active virtual reality application session
|
||||
*/
|
||||
vr?: PresenceUpdateReceiveStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Generated
+4
@@ -132,6 +132,10 @@ export interface GatewayPresenceClientStatus {
|
||||
* The user's status set for an active web (browser, bot account) application session
|
||||
*/
|
||||
web?: PresenceUpdateReceiveStatus;
|
||||
/**
|
||||
* The user's status set for an active virtual reality application session
|
||||
*/
|
||||
vr?: PresenceUpdateReceiveStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -132,6 +132,10 @@ export interface GatewayPresenceClientStatus {
|
||||
* The user's status set for an active web (browser, bot account) application session
|
||||
*/
|
||||
web?: PresenceUpdateReceiveStatus;
|
||||
/**
|
||||
* The user's status set for an active virtual reality application session
|
||||
*/
|
||||
vr?: PresenceUpdateReceiveStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -132,6 +132,10 @@ export interface GatewayPresenceClientStatus {
|
||||
* The user's status set for an active web (browser, bot account) application session
|
||||
*/
|
||||
web?: PresenceUpdateReceiveStatus;
|
||||
/**
|
||||
* The user's status set for an active virtual reality application session
|
||||
*/
|
||||
vr?: PresenceUpdateReceiveStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user