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