Enum AllowedMentionParseType
Which mentions should be used when sending a message.
[JsonConverter(typeof(StringEnumConverter))]
public enum AllowedMentionParseType
Fields
EVERYONE = 2Allow everyone and here mentions.
ROLES = 1Allow all role mentions.
USERS = 0Allow all user mentions.