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