| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.ChatEventLogFilters
Documentation
data ChatEventLogFilters Source #
Constructors
| ChatEventLogFilters | Represents a set of filters used to obtain a chat event log |
Fields
| |
Instances
| FromJSON ChatEventLogFilters Source # | |
Defined in TD.Data.ChatEventLogFilters Methods parseJSON :: Value -> Parser ChatEventLogFilters # parseJSONList :: Value -> Parser [ChatEventLogFilters] # | |
| ToJSON ChatEventLogFilters Source # | |
Defined in TD.Data.ChatEventLogFilters Methods toJSON :: ChatEventLogFilters -> Value # toEncoding :: ChatEventLogFilters -> Encoding # toJSONList :: [ChatEventLogFilters] -> Value # toEncodingList :: [ChatEventLogFilters] -> Encoding # | |
| Show ChatEventLogFilters Source # | |
Defined in TD.Data.ChatEventLogFilters Methods showsPrec :: Int -> ChatEventLogFilters -> ShowS # show :: ChatEventLogFilters -> String # showList :: [ChatEventLogFilters] -> ShowS # | |
| Eq ChatEventLogFilters Source # | |
Defined in TD.Data.ChatEventLogFilters Methods (==) :: ChatEventLogFilters -> ChatEventLogFilters -> Bool # (/=) :: ChatEventLogFilters -> ChatEventLogFilters -> Bool # | |
| ShortShow ChatEventLogFilters Source # | |
Defined in TD.Data.ChatEventLogFilters Methods | |