mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-07-21 13:42:55 +00:00
feat(channel): add spoiler flag (#1725)
This commit is contained in:
Generated
+4
@@ -726,4 +726,8 @@ export enum ChannelFlags {
|
||||
* Whether media download options are hidden.
|
||||
*/
|
||||
HideMediaDownloadOptions = 1 << 15,
|
||||
/**
|
||||
* This channel is a Spoiler Channel i.e. users must opt in to view its contents.
|
||||
*/
|
||||
IsSpoilerChannel = 1 << 21,
|
||||
}
|
||||
|
||||
Generated
+4
@@ -725,4 +725,8 @@ export enum ChannelFlags {
|
||||
* Whether media download options are hidden.
|
||||
*/
|
||||
HideMediaDownloadOptions = 1 << 15,
|
||||
/**
|
||||
* This channel is a Spoiler Channel i.e. users must opt in to view its contents.
|
||||
*/
|
||||
IsSpoilerChannel = 1 << 21,
|
||||
}
|
||||
|
||||
@@ -726,4 +726,8 @@ export enum ChannelFlags {
|
||||
* Whether media download options are hidden.
|
||||
*/
|
||||
HideMediaDownloadOptions = 1 << 15,
|
||||
/**
|
||||
* This channel is a Spoiler Channel i.e. users must opt in to view its contents.
|
||||
*/
|
||||
IsSpoilerChannel = 1 << 21,
|
||||
}
|
||||
|
||||
@@ -725,4 +725,8 @@ export enum ChannelFlags {
|
||||
* Whether media download options are hidden.
|
||||
*/
|
||||
HideMediaDownloadOptions = 1 << 15,
|
||||
/**
|
||||
* This channel is a Spoiler Channel i.e. users must opt in to view its contents.
|
||||
*/
|
||||
IsSpoilerChannel = 1 << 21,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user