| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.BusinessRecipients
Documentation
data BusinessRecipients Source #
Constructors
| BusinessRecipients | Describes private chats chosen for automatic interaction with a business |
Fields
| |
Instances
| FromJSON BusinessRecipients Source # | |
Defined in TD.Data.BusinessRecipients Methods parseJSON :: Value -> Parser BusinessRecipients # parseJSONList :: Value -> Parser [BusinessRecipients] # | |
| ToJSON BusinessRecipients Source # | |
Defined in TD.Data.BusinessRecipients Methods toJSON :: BusinessRecipients -> Value # toEncoding :: BusinessRecipients -> Encoding # toJSONList :: [BusinessRecipients] -> Value # toEncodingList :: [BusinessRecipients] -> Encoding # | |
| Show BusinessRecipients Source # | |
Defined in TD.Data.BusinessRecipients Methods showsPrec :: Int -> BusinessRecipients -> ShowS # show :: BusinessRecipients -> String # showList :: [BusinessRecipients] -> ShowS # | |
| Eq BusinessRecipients Source # | |
Defined in TD.Data.BusinessRecipients Methods (==) :: BusinessRecipients -> BusinessRecipients -> Bool # (/=) :: BusinessRecipients -> BusinessRecipients -> Bool # | |
| ShortShow BusinessRecipients Source # | |
Defined in TD.Data.BusinessRecipients Methods shortShow :: BusinessRecipients -> String Source # | |