@typed-discord/rest
    Preparing search index...

    Interface KeywordTriggerMetadataResponse

    interface KeywordTriggerMetadataResponse {
        allow_list: string[];
        keyword_filter: string[];
        regex_patterns: string[];
    }
    Index

    Properties

    allow_list: string[]
    keyword_filter: string[]
    regex_patterns: string[]