Optional
params: { kind?: "pinned" | "archived"; limit?: number; offsetId?: number } & {Optional
kind?: "pinned" | "archived"Kind of stories to fetch
pinned
- stories pinned to the profile and visible to everyonearchived
- "archived" stories that can later be pinned, only visible to the ownerOptional
limit?: numberMaximum number of stories to fetch
Optional
offsetId?: numberOffset ID for pagination
Optional
chunkSize?: numberNumber of stories to fetch per request. Usually you shouldn't care about this.
Optional
limit?: numberTotal number of stories to fetch
Iterate over profile stories. Wrapper over getProfileStories