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