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