enum ApplicationRoleConnectionMetadataType

external
export declare enum ApplicationRoleConnectionMetadataType

https://discord.com/developers/docs/resources/application-role-connection-metadata#application-role-connection-metadata-object-application-role-connection-metadata-type

Members

external
BooleanEqual = 7

The metadata value (integer) is equal to the guild's configured value (integer; 1)

external
BooleanNotEqual = 8

The metadata value (integer) is not equal to the guild's configured value (integer; 1)

external
DatetimeGreaterThanOrEqual = 6

The metadata value (ISO8601 string) is greater than or equal to the guild's configured value (integer; days before current date)

external
DatetimeLessThanOrEqual = 5

The metadata value (ISO8601 string) is less than or equal to the guild's configured value (integer; days before current date)

external
IntegerEqual = 3

The metadata value (integer) is equal to the guild's configured value (integer)

external
IntegerGreaterThanOrEqual = 2

The metadata value (integer) is greater than or equal to the guild's configured value (integer)

external
IntegerLessThanOrEqual = 1

The metadata value (integer) is less than or equal to the guild's configured value (integer)

external
IntegerNotEqual = 4

The metadata value (integer) is not equal to the guild's configured value (integer)