Interface GroupsLiveCovers

interface GroupsLiveCovers {
    is_enabled: number | boolean;
    is_scalable: number | boolean;
    story_ids: string[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

is_enabled: number | boolean

Information whether live covers is enabled

is_scalable: number | boolean

Information whether live covers photo scaling is enabled

story_ids: string[]

Generated using TypeDoc