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