Table of Contents

Enum AllowedMentionParseType

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll

Which mentions should be used when sending a message.

[JsonConverter(typeof(StringEnumConverter))]
public enum AllowedMentionParseType

Fields

EVERYONE = 2

Allow everyone and here mentions.

ROLES = 1

Allow all role mentions.

USERS = 0

Allow all user mentions.