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

    Interface UserProfileMetadata

    interface UserProfileMetadata {
        allow_list?: string[] | null;
        keyword_filter?: string[] | null;
        regex_patterns?: string[] | null;
    }
    Index

    Properties

    allow_list?: string[] | null
    keyword_filter?: string[] | null
    regex_patterns?: string[] | null