SystemChannelFlags
An immutable collection of SystemChannelFlag values stored as a bitmask integer. This can be used to determine which flags the system channel in a guild contains.
Example:
if (SystemChannelFlag.SUPPRESS_JOIN_NOTIFICATIONS in guild.systemChannelFlags) {
// do something
}
Content copied to clipboard