Class: TD::Types::StoryPrivacySettings::SelectedUsers
- Inherits:
-
TD::Types::StoryPrivacySettings
- Object
- Dry::Struct
- Base
- TD::Types::StoryPrivacySettings
- TD::Types::StoryPrivacySettings::SelectedUsers
- Defined in:
- lib/tdlib/types/story_privacy_settings/selected_users.rb
Overview
The story can be viewed by certain specified users.
Instance Attribute Summary collapse
-
#user_ids ⇒ Array<Integer>?
Identifiers of the users; always unknown and empty for non-owned stories.
Method Summary
Methods inherited from Base
Instance Attribute Details
#user_ids ⇒ Array<Integer>?
Identifiers of the users; always unknown and empty for non-owned stories.
5 6 7 |
# File 'lib/tdlib/types/story_privacy_settings/selected_users.rb', line 5 def user_ids @user_ids end |