Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data FoundChatBoosts Source #
FoundChatBoosts | Contains a list of boosts applied to a chat |
|
Instances
FromJSON FoundChatBoosts Source # | |
Defined in TD.Data.FoundChatBoosts parseJSON :: Value -> Parser FoundChatBoosts # parseJSONList :: Value -> Parser [FoundChatBoosts] # | |
Show FoundChatBoosts Source # | |
Defined in TD.Data.FoundChatBoosts showsPrec :: Int -> FoundChatBoosts -> ShowS # show :: FoundChatBoosts -> String # showList :: [FoundChatBoosts] -> ShowS # | |
Eq FoundChatBoosts Source # | |
Defined in TD.Data.FoundChatBoosts (==) :: FoundChatBoosts -> FoundChatBoosts -> Bool # (/=) :: FoundChatBoosts -> FoundChatBoosts -> Bool # | |
ShortShow FoundChatBoosts Source # | |
Defined in TD.Data.FoundChatBoosts shortShow :: FoundChatBoosts -> String Source # |