Enum SystemChannelFlags
Flags that control which system messages are sent to the guild's system channel. Multiple flags can be combined using bitwise OR.
[Flags]
public enum SystemChannelFlags : ulong
Fields
None = 0No flags set (all system messages enabled).
SuppressJoinNotifications = 2Suppress member join notifications in the system channel.