View Source ExTDLib.Method.GetStoryViewers (ExTDLib v0.0.4)

Returns viewers of a story. The method can be called only for stories posted on behalf of the current user. Returns object_ptr<StoryViewers>.

NameTypeDescription
story_idnumberStory identifier.
querystringQuery to search for in names and usernames of the viewers; may be empty to get all relevant viewers.
only_contactsboolPass true to get only contacts; pass false to get all relevant viewers.
prefer_with_reactionboolPass true to get viewers with reaction first; pass false to get viewers sorted just by view_date.
offsetstringOffset of the first entry to return as received from the previous request; use empty string to get the first chunk of results.
limitnumberThe maximum number of story viewers to return.

More details on telegram's documentation.