Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data DeleteForumTopic Source #
Deletes all messages in a forum topic; requires can_delete_messages administrator right in the supergroup unless the user is creator of the topic, the topic has no messages from other users and has at most 11 messages. Returns Ok
Instances
ToJSON DeleteForumTopic Source # | |
Defined in TD.Query.DeleteForumTopic toJSON :: DeleteForumTopic -> Value # toEncoding :: DeleteForumTopic -> Encoding # toJSONList :: [DeleteForumTopic] -> Value # toEncodingList :: [DeleteForumTopic] -> Encoding # | |
Show DeleteForumTopic Source # | |
Defined in TD.Query.DeleteForumTopic showsPrec :: Int -> DeleteForumTopic -> ShowS # show :: DeleteForumTopic -> String # showList :: [DeleteForumTopic] -> ShowS # | |
Eq DeleteForumTopic Source # | |
Defined in TD.Query.DeleteForumTopic (==) :: DeleteForumTopic -> DeleteForumTopic -> Bool # (/=) :: DeleteForumTopic -> DeleteForumTopic -> Bool # | |
ShortShow DeleteForumTopic Source # | |
Defined in TD.Query.DeleteForumTopic shortShow :: DeleteForumTopic -> String Source # |