Class: TD::Types::StoryPrivacySettings::SelectedUsers

Inherits:
TD::Types::StoryPrivacySettings show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#user_idsArray<Integer>?

Identifiers of the users; always unknown and empty for non-owned stories.

Returns:

  • (Array<Integer>, nil)

    the current value of user_ids



5
6
7
# File 'lib/tdlib/types/story_privacy_settings/selected_users.rb', line 5

def user_ids
  @user_ids
end