Interface StoriesGetV5113Response

interface StoriesGetV5113Response {
    count: number;
    groups: GroupsGroupFull[];
    items: StoriesFeedItem[];
    need_upload_screen: number | boolean;
    next_from: string;
    profiles: UsersUserFull[];
    track_code: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number
groups: GroupsGroupFull[]
need_upload_screen: number | boolean
next_from: string
profiles: UsersUserFull[]
track_code: string

Generated using TypeDoc