Skip to content

Commit f66ec9f

Browse files
committed
feat: channel type 1<<21
1 parent 4566150 commit f66ec9f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

DisCatSharp/Enums/Channel/ChannelFlags.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public enum ChannelFlags : long
125125
/// </summary>
126126
IsModeratorReportChannel = 1L << 19,
127127

128+
/// <summary>
129+
/// Marks this channel as containing spoilers, so that plot twists, heavy topics, or other sensitive discussions are hidden until users choose to view.
130+
/// </summary>
131+
IsSpoiler = 1L << 21,
132+
128133
/// <summary>
129134
/// The flags are unknown.
130135
/// </summary>

0 commit comments

Comments
 (0)