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