Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data CloseSecretChat = CloseSecretChat {}
Documentation
data CloseSecretChat Source #
Closes a secret chat, effectively transferring its state to secretChatStateClosed. Returns Ok
CloseSecretChat | |
|
Instances
ToJSON CloseSecretChat Source # | |
Defined in TD.Query.CloseSecretChat toJSON :: CloseSecretChat -> Value # toEncoding :: CloseSecretChat -> Encoding # toJSONList :: [CloseSecretChat] -> Value # toEncodingList :: [CloseSecretChat] -> Encoding # | |
Show CloseSecretChat Source # | |
Defined in TD.Query.CloseSecretChat showsPrec :: Int -> CloseSecretChat -> ShowS # show :: CloseSecretChat -> String # showList :: [CloseSecretChat] -> ShowS # | |
Eq CloseSecretChat Source # | |
Defined in TD.Query.CloseSecretChat (==) :: CloseSecretChat -> CloseSecretChat -> Bool # (/=) :: CloseSecretChat -> CloseSecretChat -> Bool # | |
ShortShow CloseSecretChat Source # | |
Defined in TD.Query.CloseSecretChat shortShow :: CloseSecretChat -> String Source # |