Enum DiscordGuildDefaultMessageNotificationLevel
Represents a discord Default Message Notification Level API model. Docs: https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level
Namespace: Color_Chan.Discord.Core.Common.API.DataModels.Guild
Assembly: Color-Chan.Discord.Core.dll
Syntax
public enum DiscordGuildDefaultMessageNotificationLevel : byte
Fields
Name | Description |
---|---|
AllMessages | Members will receive notifications for all messages by default. |
OnlyMentions | Members will receive notifications only for messages that @mention them by default. |