pl-api
    Preparing search index...

    Interface AdminGetCustomEmojisParams

    interface AdminGetCustomEmojisParams {
        filter?: string;
        limit?: number;
        max_shortcode_domain?: string;
        min_shortcode_domain?: string;
    }

    Hierarchy

    Index

    Properties

    filter?: string
    limit?: number

    Integer. Maximum number of results to return.

    max_shortcode_domain?: string
    min_shortcode_domain?: string