GetStoryViewers constructor

GetStoryViewers(
  1. {required int story_id,
  2. required String query,
  3. required bool only_contacts,
  4. required bool prefer_with_reaction,
  5. required String offset,
  6. required int limit,
  7. int? extra,
  8. int? clientId}
)

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

Returns StoryViewers

Implementation

GetStoryViewers