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