Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data ReportChat = ReportChat {}
- defaultReportChat :: ReportChat
Documentation
data ReportChat Source #
Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported. Returns ReportChatResult
ReportChat | |
|
Instances
ToJSON ReportChat Source # | |
Defined in TD.Query.ReportChat toJSON :: ReportChat -> Value # toEncoding :: ReportChat -> Encoding # toJSONList :: [ReportChat] -> Value # toEncodingList :: [ReportChat] -> Encoding # | |
Show ReportChat Source # | |
Defined in TD.Query.ReportChat showsPrec :: Int -> ReportChat -> ShowS # show :: ReportChat -> String # showList :: [ReportChat] -> ShowS # | |
Eq ReportChat Source # | |
Defined in TD.Query.ReportChat (==) :: ReportChat -> ReportChat -> Bool # (/=) :: ReportChat -> ReportChat -> Bool # | |
ShortShow ReportChat Source # | |
Defined in TD.Query.ReportChat shortShow :: ReportChat -> String Source # |