TD.Data.SentGift
data SentGift Source #
Represents a gift received by a user
Constructors
Regular gift
Fields
The gift
Upgraded gift
Defined in TD.Data.SentGift
Methods
parseJSON :: Value -> Parser SentGift #
parseJSONList :: Value -> Parser [SentGift] #
showsPrec :: Int -> SentGift -> ShowS #
show :: SentGift -> String #
showList :: [SentGift] -> ShowS #
(==) :: SentGift -> SentGift -> Bool #
(/=) :: SentGift -> SentGift -> Bool #
shortShow :: SentGift -> String Source #