| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetStoryPrivacySettings
Documentation
data SetStoryPrivacySettings Source #
Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_be_edited == true. Returns Ok
Constructors
| SetStoryPrivacySettings | |
Fields
| |
Instances
| ToJSON SetStoryPrivacySettings Source # | |
Defined in TD.Query.SetStoryPrivacySettings Methods toJSON :: SetStoryPrivacySettings -> Value # toEncoding :: SetStoryPrivacySettings -> Encoding # toJSONList :: [SetStoryPrivacySettings] -> Value # | |
| Show SetStoryPrivacySettings Source # | |
Defined in TD.Query.SetStoryPrivacySettings Methods showsPrec :: Int -> SetStoryPrivacySettings -> ShowS # show :: SetStoryPrivacySettings -> String # showList :: [SetStoryPrivacySettings] -> ShowS # | |
| Eq SetStoryPrivacySettings Source # | |
Defined in TD.Query.SetStoryPrivacySettings Methods (==) :: SetStoryPrivacySettings -> SetStoryPrivacySettings -> Bool # (/=) :: SetStoryPrivacySettings -> SetStoryPrivacySettings -> Bool # | |
| ShortShow SetStoryPrivacySettings Source # | |
Defined in TD.Query.SetStoryPrivacySettings Methods | |