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