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