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.

This flag is not used to control mentions.

warning

It will always be present and does not mean mentions will not be allowed.

Roles = 1

Controls role mentions.

Users = 2

Controls user mentions.