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