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