interface GetViewers {
    count?: number;
    id?: number;
}

Properties

Properties

count?: number

The total number of distinct viewers for the content.

id?: number

The content ID.

Generated using TypeDoc v0.25.12