Skip to main content
Module

x/discord_api_types/v9.ts>ApplicationRoleConnectionMetadataType

Up to date Discord API Typings, versioned by the API version
Go to Latest
enum ApplicationRoleConnectionMetadataType

Members

BooleanEqual

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

BooleanNotEqual

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

DatetimeGreaterThanOrEqual

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

DatetimeLessThanOrEqual

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

IntegerEqual

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

IntegerGreaterThanOrEqual

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

IntegerLessThanOrEqual = 1

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

IntegerNotEqual

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