Interface TimelineFeedInput

interface TimelineFeedInput {
    clientRecordedRequestTimeMs?: string;
    clientSeenStoreMediaList?: string;
    feedViewInfo?: TimelineFeedViewInfo[];
    isNonFeedSurface?: string;
    nextMaxId?: string;
    paginationSource?: string;
    reason?: TimelineFeedReason;
    requestId?: string;
    willSoundOn?: string;
}

Properties

clientRecordedRequestTimeMs?: string

Client-side request timestamp in milliseconds.

clientSeenStoreMediaList?: string

Seen media ids for store/media list payload.

feedViewInfo?: TimelineFeedViewInfo[]

Feed view info payload. Will be serialized to JSON.

isNonFeedSurface?: string

Indicates whether request is from a non-feed surface.

nextMaxId?: string
paginationSource?: string
requestId?: string
willSoundOn?: string

Toggle for sound state in feed.