Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.StarAmount
Documentation
data StarAmount Source #
Constructors
StarAmount | Describes a possibly non-integer amount of Telegram Stars |
Fields
|
Instances
FromJSON StarAmount Source # | |
Defined in TD.Data.StarAmount | |
Show StarAmount Source # | |
Defined in TD.Data.StarAmount Methods showsPrec :: Int -> StarAmount -> ShowS # show :: StarAmount -> String # showList :: [StarAmount] -> ShowS # | |
Eq StarAmount Source # | |
Defined in TD.Data.StarAmount | |
ShortShow StarAmount Source # | |
Defined in TD.Data.StarAmount Methods shortShow :: StarAmount -> String Source # |