Optionalparams: {Optionallimit?: numberMaximum number of viewers to fetch
Optionaloffset?: stringOffset ID for pagination
OptionalonlyContacts?: booleanWhether to only fetch viewers from contacts
Optionalquery?: stringSearch query
OptionalsortBy?: "date" | "reaction"How to sort the results?
reaction - by reaction (viewers who has reacted are first), then by date (newest first)date - by date, newest firstOptionalchunkSize?: numberNumber of viewers to fetch per request. Usually you don't need to change this.
Optionallimit?: numberTotal number of viewers to fetch
Iterate over viewers list of a story. Wrapper over getStoryViewers