Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GetSecretChat = GetSecretChat {}
Documentation
data GetSecretChat Source #
Returns information about a secret chat by its identifier. This is an offline request. Returns SecretChat
GetSecretChat | |
|
Instances
ToJSON GetSecretChat Source # | |
Defined in TD.Query.GetSecretChat toJSON :: GetSecretChat -> Value # toEncoding :: GetSecretChat -> Encoding # toJSONList :: [GetSecretChat] -> Value # toEncodingList :: [GetSecretChat] -> Encoding # | |
Show GetSecretChat Source # | |
Defined in TD.Query.GetSecretChat showsPrec :: Int -> GetSecretChat -> ShowS # show :: GetSecretChat -> String # showList :: [GetSecretChat] -> ShowS # | |
Eq GetSecretChat Source # | |
Defined in TD.Query.GetSecretChat (==) :: GetSecretChat -> GetSecretChat -> Bool # (/=) :: GetSecretChat -> GetSecretChat -> Bool # | |
ShortShow GetSecretChat Source # | |
Defined in TD.Query.GetSecretChat shortShow :: GetSecretChat -> String Source # |