Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data ReportOption Source #
ReportOption | Describes an option to report an entity to Telegram |
Instances
FromJSON ReportOption Source # | |
Defined in TD.Data.ReportOption parseJSON :: Value -> Parser ReportOption # parseJSONList :: Value -> Parser [ReportOption] # | |
Show ReportOption Source # | |
Defined in TD.Data.ReportOption showsPrec :: Int -> ReportOption -> ShowS # show :: ReportOption -> String # showList :: [ReportOption] -> ShowS # | |
Eq ReportOption Source # | |
Defined in TD.Data.ReportOption (==) :: ReportOption -> ReportOption -> Bool # (/=) :: ReportOption -> ReportOption -> Bool # | |
ShortShow ReportOption Source # | |
Defined in TD.Data.ReportOption shortShow :: ReportOption -> String Source # |