Class: TD::Types::StoryPrivacySettings::Contacts
- Inherits:
-
TD::Types::StoryPrivacySettings
- Object
- Dry::Struct
- Base
- TD::Types::StoryPrivacySettings
- TD::Types::StoryPrivacySettings::Contacts
- Defined in:
- lib/tdlib/types/story_privacy_settings/contacts.rb
Overview
The story can be viewed by all contacts except chosen users.
Instance Attribute Summary collapse
-
#except_user_ids ⇒ Array<Integer>?
User identifiers of the contacts that can’t see the story; always unknown and empty for non-owned stories.
Method Summary
Methods inherited from Base
Instance Attribute Details
#except_user_ids ⇒ Array<Integer>?
User identifiers of the contacts that can’t see the story; always unknown and empty for non-owned stories.
6 7 8 |
# File 'lib/tdlib/types/story_privacy_settings/contacts.rb', line 6 def except_user_ids @except_user_ids end |