tenor-client
    Preparing search index...

    Interface TenorPostsOptions

    interface TenorPostsOptions {
        ids: string[];
        mediaFilter?: TenorMediaFilter[];
    }
    Index

    Properties

    Properties

    ids: string[]

    A comma-separated list of Response Object IDs.

    mediaFilter?: TenorMediaFilter[]

    Optional, but strongly recomended. List of GIF formats to filter the response objects. By default, it does no filtering and returns all response objects.