Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.DeleteRevokedChatInviteLink
Documentation
data DeleteRevokedChatInviteLink Source #
Deletes revoked chat invite links. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. Returns Ok
Constructors
DeleteRevokedChatInviteLink | |
Instances
ToJSON DeleteRevokedChatInviteLink Source # | |
Defined in TD.Query.DeleteRevokedChatInviteLink Methods toJSON :: DeleteRevokedChatInviteLink -> Value # toEncoding :: DeleteRevokedChatInviteLink -> Encoding # toJSONList :: [DeleteRevokedChatInviteLink] -> Value # toEncodingList :: [DeleteRevokedChatInviteLink] -> Encoding # | |
Show DeleteRevokedChatInviteLink Source # | |
Defined in TD.Query.DeleteRevokedChatInviteLink Methods showsPrec :: Int -> DeleteRevokedChatInviteLink -> ShowS # show :: DeleteRevokedChatInviteLink -> String # showList :: [DeleteRevokedChatInviteLink] -> ShowS # | |
Eq DeleteRevokedChatInviteLink Source # | |
Defined in TD.Query.DeleteRevokedChatInviteLink Methods (==) :: DeleteRevokedChatInviteLink -> DeleteRevokedChatInviteLink -> Bool # (/=) :: DeleteRevokedChatInviteLink -> DeleteRevokedChatInviteLink -> Bool # | |
ShortShow DeleteRevokedChatInviteLink Source # | |
Defined in TD.Query.DeleteRevokedChatInviteLink Methods |