Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetPremiumInfoSticker
Synopsis
- data GetPremiumInfoSticker = GetPremiumInfoSticker {
- month_count :: Maybe Int
Documentation
data GetPremiumInfoSticker Source #
Returns the sticker to be used as representation of the Telegram Premium subscription. Returns Sticker
Constructors
GetPremiumInfoSticker | |
Fields
|
Instances
ToJSON GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker Methods toJSON :: GetPremiumInfoSticker -> Value # toEncoding :: GetPremiumInfoSticker -> Encoding # toJSONList :: [GetPremiumInfoSticker] -> Value # toEncodingList :: [GetPremiumInfoSticker] -> Encoding # | |
Show GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker Methods showsPrec :: Int -> GetPremiumInfoSticker -> ShowS # show :: GetPremiumInfoSticker -> String # showList :: [GetPremiumInfoSticker] -> ShowS # | |
Eq GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker Methods (==) :: GetPremiumInfoSticker -> GetPremiumInfoSticker -> Bool # (/=) :: GetPremiumInfoSticker -> GetPremiumInfoSticker -> Bool # | |
ShortShow GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker Methods |