| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.RefundStarPayment
Synopsis
Documentation
data RefundStarPayment Source #
Refunds a previously done payment in Telegram Stars; for bots only. Returns Ok
Constructors
| RefundStarPayment | |
Instances
| ToJSON RefundStarPayment Source # | |
Defined in TD.Query.RefundStarPayment Methods toJSON :: RefundStarPayment -> Value # toEncoding :: RefundStarPayment -> Encoding # toJSONList :: [RefundStarPayment] -> Value # toEncodingList :: [RefundStarPayment] -> Encoding # | |
| Show RefundStarPayment Source # | |
Defined in TD.Query.RefundStarPayment Methods showsPrec :: Int -> RefundStarPayment -> ShowS # show :: RefundStarPayment -> String # showList :: [RefundStarPayment] -> ShowS # | |
| Eq RefundStarPayment Source # | |
Defined in TD.Query.RefundStarPayment Methods (==) :: RefundStarPayment -> RefundStarPayment -> Bool # (/=) :: RefundStarPayment -> RefundStarPayment -> Bool # | |
| ShortShow RefundStarPayment Source # | |
Defined in TD.Query.RefundStarPayment Methods shortShow :: RefundStarPayment -> String Source # | |