| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.ReportChat
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
Constructors
| ReportChat | |
Fields
| |
Instances
| ToJSON ReportChat Source # | |
Defined in TD.Query.ReportChat Methods toJSON :: ReportChat -> Value # toEncoding :: ReportChat -> Encoding # toJSONList :: [ReportChat] -> Value # toEncodingList :: [ReportChat] -> Encoding # | |
| Show ReportChat Source # | |
Defined in TD.Query.ReportChat Methods showsPrec :: Int -> ReportChat -> ShowS # show :: ReportChat -> String # showList :: [ReportChat] -> ShowS # | |
| Eq ReportChat Source # | |
Defined in TD.Query.ReportChat | |
| ShortShow ReportChat Source # | |
Defined in TD.Query.ReportChat Methods shortShow :: ReportChat -> String Source # | |