haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.StoryPrivacySettings

Synopsis

Documentation

data StoryPrivacySettings Source #

Describes privacy settings of a story

Constructors

StoryPrivacySettingsEveryone

The story can be viewed by everyone

Fields

  • except_user_ids :: Maybe [Int]

    Identifiers of the users that can't see the story; always unknown and empty for non-owned stories

StoryPrivacySettingsContacts

The story can be viewed by all contacts except chosen users

Fields

  • except_user_ids :: Maybe [Int]

    Identifiers of the users that can't see the story; always unknown and empty for non-owned stories

StoryPrivacySettingsCloseFriends

The story can be viewed by all close friends

StoryPrivacySettingsSelectedUsers

The story can be viewed by certain specified users

Fields

  • user_ids :: Maybe [Int]

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