Class: TD::Types::StoryPrivacySettings::Everyone

Inherits:
TD::Types::StoryPrivacySettings show all
Defined in:
lib/tdlib/types/story_privacy_settings/everyone.rb

Overview

The story can be viewed by everyone.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#except_user_idsArray<Integer>?

Identifiers of the users 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/everyone.rb', line 6

def except_user_ids
  @except_user_ids
end