tenor-client
    Preparing search index...

    Interface TenorMediaObject

    interface TenorMediaObject {
        dimensions: number[];
        duration: number;
        size: number;
        url: string;
    }
    Index

    Properties

    dimensions: number[]

    Width and height of the media in pixels

    duration: number

    Represents the time in seconds for one loop of the content. If the content is static, the duration is set to 0.

    size: number

    Size of the file in bytes

    url: string

    A URL to the media source