| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GiftPremiumWithStars
Synopsis
Documentation
data GiftPremiumWithStars Source #
Allows to buy a Telegram Premium subscription for another user with payment in Telegram Stars; for bots only. Returns Ok
Constructors
| GiftPremiumWithStars | |
Fields
| |
Instances
| ToJSON GiftPremiumWithStars Source # | |
Defined in TD.Query.GiftPremiumWithStars Methods toJSON :: GiftPremiumWithStars -> Value # toEncoding :: GiftPremiumWithStars -> Encoding # toJSONList :: [GiftPremiumWithStars] -> Value # toEncodingList :: [GiftPremiumWithStars] -> Encoding # | |
| Show GiftPremiumWithStars Source # | |
Defined in TD.Query.GiftPremiumWithStars Methods showsPrec :: Int -> GiftPremiumWithStars -> ShowS # show :: GiftPremiumWithStars -> String # showList :: [GiftPremiumWithStars] -> ShowS # | |
| Eq GiftPremiumWithStars Source # | |
Defined in TD.Query.GiftPremiumWithStars Methods (==) :: GiftPremiumWithStars -> GiftPremiumWithStars -> Bool # (/=) :: GiftPremiumWithStars -> GiftPremiumWithStars -> Bool # | |
| ShortShow GiftPremiumWithStars Source # | |
Defined in TD.Query.GiftPremiumWithStars Methods | |