Class TdApi.StoryPrivacySettingsEveryone

Enclosing class:
TdApi

public static class TdApi.StoryPrivacySettingsEveryone extends TdApi.StoryPrivacySettings
The story can be viewed by everyone.
  • Field Details

    • exceptUserIds

      public long[] exceptUserIds
      Identifiers of the users that can't see the story; always unknown and empty for non-owned stories.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • StoryPrivacySettingsEveryone

      public StoryPrivacySettingsEveryone()
      The story can be viewed by everyone.
    • StoryPrivacySettingsEveryone

      public StoryPrivacySettingsEveryone(long[] exceptUserIds)
      The story can be viewed by everyone.
      Parameters:
      exceptUserIds - Identifiers of the users that can't see the story; always unknown and empty for non-owned stories.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR