Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data StarRevenueStatistics Source #
StarRevenueStatistics | A detailed statistics about Telegram Stars earned by a bot or a chat |
|
Instances
FromJSON StarRevenueStatistics Source # | |
Defined in TD.Data.StarRevenueStatistics parseJSON :: Value -> Parser StarRevenueStatistics # parseJSONList :: Value -> Parser [StarRevenueStatistics] # | |
Show StarRevenueStatistics Source # | |
Defined in TD.Data.StarRevenueStatistics showsPrec :: Int -> StarRevenueStatistics -> ShowS # show :: StarRevenueStatistics -> String # showList :: [StarRevenueStatistics] -> ShowS # | |
Eq StarRevenueStatistics Source # | |
Defined in TD.Data.StarRevenueStatistics (==) :: StarRevenueStatistics -> StarRevenueStatistics -> Bool # (/=) :: StarRevenueStatistics -> StarRevenueStatistics -> Bool # | |
ShortShow StarRevenueStatistics Source # | |
Defined in TD.Data.StarRevenueStatistics |