TD.Data.UserGifts
data UserGifts Source #
Constructors
Represents a list of gifts received by a user
Fields
The total number of received gifts
The list of gifts
The offset for the next request. If empty, then there are no more results
Defined in TD.Data.UserGifts
Methods
parseJSON :: Value -> Parser UserGifts #
parseJSONList :: Value -> Parser [UserGifts] #
showsPrec :: Int -> UserGifts -> ShowS #
show :: UserGifts -> String #
showList :: [UserGifts] -> ShowS #
(==) :: UserGifts -> UserGifts -> Bool #
(/=) :: UserGifts -> UserGifts -> Bool #
shortShow :: UserGifts -> String Source #