feat(ActivityFlags): add new flags (#207)

ref: https://github.com/discord/discord-api-docs/pull/3877
This commit is contained in:
Almeida
2021-11-02 14:57:48 +02:00
committed by GitHub
parent 4021dae44b
commit 0f51d8e83f
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -298,6 +298,9 @@ export enum ActivityFlags {
JoinRequest = 1 << 3,
Sync = 1 << 4,
Play = 1 << 5,
PartyPrivacyFriends = 1 << 6,
PartyPrivacyVoiceChannel = 1 << 7,
Embedded = 1 << 8,
}
export interface GatewayActivityButton {
+3
View File
@@ -299,6 +299,9 @@ export enum ActivityFlags {
JoinRequest = 1 << 3,
Sync = 1 << 4,
Play = 1 << 5,
PartyPrivacyFriends = 1 << 6,
PartyPrivacyVoiceChannel = 1 << 7,
Embedded = 1 << 8,
}
export interface GatewayActivityButton {
+3
View File
@@ -298,6 +298,9 @@ export const enum ActivityFlags {
JoinRequest = 1 << 3,
Sync = 1 << 4,
Play = 1 << 5,
PartyPrivacyFriends = 1 << 6,
PartyPrivacyVoiceChannel = 1 << 7,
Embedded = 1 << 8,
}
export interface GatewayActivityButton {
+3
View File
@@ -299,6 +299,9 @@ export const enum ActivityFlags {
JoinRequest = 1 << 3,
Sync = 1 << 4,
Play = 1 << 5,
PartyPrivacyFriends = 1 << 6,
PartyPrivacyVoiceChannel = 1 << 7,
Embedded = 1 << 8,
}
export interface GatewayActivityButton {