Discord.https - v3.0.16
    Preparing search index...

    Interface APIApplicationRoleConnectionMetadata

    interface APIApplicationRoleConnectionMetadata {
        description: string;
        description_localizations?: Partial<Record<Locale, null | string>>;
        key: string;
        name: string;
        name_localizations?: Partial<Record<Locale, null | string>>;
        type: ApplicationRoleConnectionMetadataType;
    }
    Index

    Properties

    description: string

    Description of the metadata field (1-200 characters)

    description_localizations?: Partial<Record<Locale, null | string>>

    Translations of the description

    key: string

    Dictionary key for the metadata field (must be a-z, 0-9, or _ characters; 1-50 characters)

    name: string

    Name of the metadata field (1-100 characters)

    name_localizations?: Partial<Record<Locale, null | string>>

    Translations of the name

    Type of metadata value