Interface StoriesGetViewersExtendedV5115Response

interface StoriesGetViewersExtendedV5115Response {
    count: number;
    hidden_reason: string;
    items: StoriesViewersItem[];
    next_from: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Viewers count

hidden_reason: string
next_from: string

Generated using TypeDoc