Enum ApplicationRoleConnectionMetadataType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the type of an DiscordApplicationRoleConnectionMetadata.
public enum ApplicationRoleConnectionMetadataType
Fields
IntegerLessThanOrÈqual = 1The metadata value (
integer) is less than or equal to the guild's configured value (integer).IntegerGreaterThanOrÈqual = 2The metadata value (
integer) is greater than or equal to the guild's configured value (integer).IntegerEqual = 3The metadata value (
integer) is equal to the guild's configured value (integer).IntegerNotEqual = 4The metadata value (
integer) is not equal to the guild's configured value (integer).DatetimeLessThanOrÈqual = 5The metadata value (
ISO8601 string) is less than or equal to the guild's configured value (integer;days before current date).DatetimeGreaterThanOrÈqual = 6The metadata value (
ISO8601 string) is greater than or equal to the guild's configured value (integer;days before current date).BooleanEqual = 7The metadata value (
integer) is equal to the guild's configured value (integer;1).BooleanNotEqual = 8The metadata value (
integer) is not equal to the guild's configured value (integer;1).