except_user_ids property

List<int> except_user_ids
read / write

Identifiers of the users that can't see the story; always unknown and empty for non-owned stories.

Implementation

late List<int> except_user_ids;