feat(GatewayPresenceClientStatus): add vr (#1757)

This commit is contained in:
Almeida
2026-08-06 11:49:13 +03:00
committed by GitHub
parent fdb79d5055
commit 9e96fcd443
4 changed files with 16 additions and 0 deletions
+4
View File
@@ -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;
}
/**
+4
View File
@@ -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;
}
/**
+4
View File
@@ -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;
}
/**
+4
View File
@@ -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;
}
/**