Interface ActivityResponse

interface ActivityResponse {
    ads_manager: ActivityResponseAds_manager;
    aymf: ActivityResponseAymf;
    continuation_token: number;
    counts: ActivityResponseCounts;
    friend_request_stories: any[];
    last_checked: string;
    new_stories: any[];
    old_stories: ActivityResponseOldStoriesItem[];
    partition: ActivityResponsePartition;
    status: string;
    story_mentions: ActivityResponseStory_mentions;
    subscription: null;
}

Properties

continuation_token: number
friend_request_stories: any[]
last_checked: string
new_stories: any[]
status: string
subscription: null