Enum MfaLevel
Specifies the guild's Multi-Factor Authentication (MFA) level requirement.
Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public enum MfaLevel
Fields​
Disabled​
Users have no additional MFA restriction on this guild.
View Source​
Declaration
Disabled = 0
Enabled​
Users must have MFA enabled on their account to perform administrative actions.
View Source​
Declaration
Enabled = 1