| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.OpenSponsoredChat
Synopsis
Documentation
data OpenSponsoredChat Source #
Informs TDLib that the user opened a sponsored chat. Returns Ok
Constructors
| OpenSponsoredChat | |
Fields
| |
Instances
| ToJSON OpenSponsoredChat Source # | |
Defined in TD.Query.OpenSponsoredChat Methods toJSON :: OpenSponsoredChat -> Value # toEncoding :: OpenSponsoredChat -> Encoding # toJSONList :: [OpenSponsoredChat] -> Value # toEncodingList :: [OpenSponsoredChat] -> Encoding # | |
| Show OpenSponsoredChat Source # | |
Defined in TD.Query.OpenSponsoredChat Methods showsPrec :: Int -> OpenSponsoredChat -> ShowS # show :: OpenSponsoredChat -> String # showList :: [OpenSponsoredChat] -> ShowS # | |
| Eq OpenSponsoredChat Source # | |
Defined in TD.Query.OpenSponsoredChat Methods (==) :: OpenSponsoredChat -> OpenSponsoredChat -> Bool # (/=) :: OpenSponsoredChat -> OpenSponsoredChat -> Bool # | |
| ShortShow OpenSponsoredChat Source # | |
Defined in TD.Query.OpenSponsoredChat Methods shortShow :: OpenSponsoredChat -> String Source # | |