| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.DeleteBusinessStory
Synopsis
Documentation
data DeleteBusinessStory Source #
Deletes a story posted by the bot on behalf of a business account; for bots only. Returns Ok
Constructors
| DeleteBusinessStory | |
Instances
| ToJSON DeleteBusinessStory Source # | |
Defined in TD.Query.DeleteBusinessStory Methods toJSON :: DeleteBusinessStory -> Value # toEncoding :: DeleteBusinessStory -> Encoding # toJSONList :: [DeleteBusinessStory] -> Value # toEncodingList :: [DeleteBusinessStory] -> Encoding # | |
| Show DeleteBusinessStory Source # | |
Defined in TD.Query.DeleteBusinessStory Methods showsPrec :: Int -> DeleteBusinessStory -> ShowS # show :: DeleteBusinessStory -> String # showList :: [DeleteBusinessStory] -> ShowS # | |
| Eq DeleteBusinessStory Source # | |
Defined in TD.Query.DeleteBusinessStory Methods (==) :: DeleteBusinessStory -> DeleteBusinessStory -> Bool # (/=) :: DeleteBusinessStory -> DeleteBusinessStory -> Bool # | |
| ShortShow DeleteBusinessStory Source # | |
Defined in TD.Query.DeleteBusinessStory Methods | |