Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.AvailableGifts
Documentation
data AvailableGifts Source #
Constructors
AvailableGifts | Contains a list of gifts that can be sent to another user or channel chat |
Fields
|
Instances
FromJSON AvailableGifts Source # | |
Defined in TD.Data.AvailableGifts Methods parseJSON :: Value -> Parser AvailableGifts # parseJSONList :: Value -> Parser [AvailableGifts] # | |
Show AvailableGifts Source # | |
Defined in TD.Data.AvailableGifts Methods showsPrec :: Int -> AvailableGifts -> ShowS # show :: AvailableGifts -> String # showList :: [AvailableGifts] -> ShowS # | |
Eq AvailableGifts Source # | |
Defined in TD.Data.AvailableGifts Methods (==) :: AvailableGifts -> AvailableGifts -> Bool # (/=) :: AvailableGifts -> AvailableGifts -> Bool # | |
ShortShow AvailableGifts Source # | |
Defined in TD.Data.AvailableGifts Methods shortShow :: AvailableGifts -> String Source # |