Class: TD::Types::StoryPrivacySettings::Contacts

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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#except_user_idsArray<Integer>?

User identifiers of the contacts that can’t see the story; always unknown and empty for non-owned stories.

Returns:

  • (Array<Integer>, nil)

    the current value of except_user_ids



6
7
8
# File 'lib/tdlib/types/story_privacy_settings/contacts.rb', line 6

def except_user_ids
  @except_user_ids
end