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