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 12:57:48 +00:00
committed by GitHub
parent 4021dae44b
commit 0f51d8e83f
4 changed files with 12 additions and 0 deletions

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 {

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 {

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 {

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 {