Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
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
GetPremiumInfoSticker | |
|
Instances
ToJSON GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker toJSON :: GetPremiumInfoSticker -> Value # toEncoding :: GetPremiumInfoSticker -> Encoding # toJSONList :: [GetPremiumInfoSticker] -> Value # toEncodingList :: [GetPremiumInfoSticker] -> Encoding # | |
Show GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker showsPrec :: Int -> GetPremiumInfoSticker -> ShowS # show :: GetPremiumInfoSticker -> String # showList :: [GetPremiumInfoSticker] -> ShowS # | |
Eq GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker (==) :: GetPremiumInfoSticker -> GetPremiumInfoSticker -> Bool # (/=) :: GetPremiumInfoSticker -> GetPremiumInfoSticker -> Bool # | |
ShortShow GetPremiumInfoSticker Source # | |
Defined in TD.Query.GetPremiumInfoSticker |