Table of Contents

Enum AllowedMentionTypes

Namespace
Discord
Assembly
Discord.Net.Core.dll

Specifies the type of mentions that will be notified from the message content.

[Flags]
public enum AllowedMentionTypes

Fields

Everyone = 4

Controls

@everyone
and
@here
mentions.
None = 0

No flag is set.

Roles = 1

Controls role mentions.

Users = 2

Controls user mentions.