tenor-client
    Preparing search index...

    Interface TenorCategoryObject

    interface TenorCategoryObject {
        image: string;
        name: string;
        path: string;
        searchterm: string;
    }
    Index

    Properties

    image: string

    A URL to the media source for the category's example GIF

    name: string

    Category name to overlay over the image. The name is translated to match the locale of the corresponding request.

    path: string

    The search URL to request if the user selects the category

    searchterm: string

    The search term that corresponds to the category. The search term is translated to match the locale of the corresponding request.