| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Data.RestrictionInfo
Documentation
data RestrictionInfo Source #
Constructors
| RestrictionInfo | Contains information about restrictions that must be applied to a chat or a message |
Fields
| |
Instances
| FromJSON RestrictionInfo Source # | |
Defined in TD.Data.RestrictionInfo Methods parseJSON :: Value -> Parser RestrictionInfo # parseJSONList :: Value -> Parser [RestrictionInfo] # | |
| Show RestrictionInfo Source # | |
Defined in TD.Data.RestrictionInfo Methods showsPrec :: Int -> RestrictionInfo -> ShowS # show :: RestrictionInfo -> String # showList :: [RestrictionInfo] -> ShowS # | |
| Eq RestrictionInfo Source # | |
Defined in TD.Data.RestrictionInfo Methods (==) :: RestrictionInfo -> RestrictionInfo -> Bool # (/=) :: RestrictionInfo -> RestrictionInfo -> Bool # | |
| ShortShow RestrictionInfo Source # | |
Defined in TD.Data.RestrictionInfo Methods shortShow :: RestrictionInfo -> String Source # | |