Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data TargetChatTypes Source #
TargetChatTypes | Describes allowed types for the target chat |
|
Instances
FromJSON TargetChatTypes Source # | |
Defined in TD.Data.TargetChatTypes parseJSON :: Value -> Parser TargetChatTypes # parseJSONList :: Value -> Parser [TargetChatTypes] # | |
ToJSON TargetChatTypes Source # | |
Defined in TD.Data.TargetChatTypes toJSON :: TargetChatTypes -> Value # toEncoding :: TargetChatTypes -> Encoding # toJSONList :: [TargetChatTypes] -> Value # toEncodingList :: [TargetChatTypes] -> Encoding # | |
Show TargetChatTypes Source # | |
Defined in TD.Data.TargetChatTypes showsPrec :: Int -> TargetChatTypes -> ShowS # show :: TargetChatTypes -> String # showList :: [TargetChatTypes] -> ShowS # | |
Eq TargetChatTypes Source # | |
Defined in TD.Data.TargetChatTypes (==) :: TargetChatTypes -> TargetChatTypes -> Bool # (/=) :: TargetChatTypes -> TargetChatTypes -> Bool # | |
ShortShow TargetChatTypes Source # | |
Defined in TD.Data.TargetChatTypes shortShow :: TargetChatTypes -> String Source # |