Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data ReportStory = ReportStory {}
- defaultReportStory :: ReportStory
Documentation
data ReportStory Source #
Reports a story to the Telegram moderators. Returns ReportStoryResult
ReportStory | |
|
Instances
ToJSON ReportStory Source # | |
Defined in TD.Query.ReportStory toJSON :: ReportStory -> Value # toEncoding :: ReportStory -> Encoding # toJSONList :: [ReportStory] -> Value # toEncodingList :: [ReportStory] -> Encoding # | |
Show ReportStory Source # | |
Defined in TD.Query.ReportStory showsPrec :: Int -> ReportStory -> ShowS # show :: ReportStory -> String # showList :: [ReportStory] -> ShowS # | |
Eq ReportStory Source # | |
Defined in TD.Query.ReportStory (==) :: ReportStory -> ReportStory -> Bool # (/=) :: ReportStory -> ReportStory -> Bool # | |
ShortShow ReportStory Source # | |
Defined in TD.Query.ReportStory shortShow :: ReportStory -> String Source # |