Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.StorageStatisticsByChat
Documentation
data StorageStatisticsByChat Source #
Constructors
StorageStatisticsByChat | Contains the storage usage statistics for a specific chat |
Instances
FromJSON StorageStatisticsByChat Source # | |
Defined in TD.Data.StorageStatisticsByChat Methods parseJSON :: Value -> Parser StorageStatisticsByChat # parseJSONList :: Value -> Parser [StorageStatisticsByChat] # | |
Show StorageStatisticsByChat Source # | |
Defined in TD.Data.StorageStatisticsByChat Methods showsPrec :: Int -> StorageStatisticsByChat -> ShowS # show :: StorageStatisticsByChat -> String # showList :: [StorageStatisticsByChat] -> ShowS # | |
Eq StorageStatisticsByChat Source # | |
Defined in TD.Data.StorageStatisticsByChat Methods (==) :: StorageStatisticsByChat -> StorageStatisticsByChat -> Bool # (/=) :: StorageStatisticsByChat -> StorageStatisticsByChat -> Bool # | |
ShortShow StorageStatisticsByChat Source # | |
Defined in TD.Data.StorageStatisticsByChat Methods |