Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data SendGift = SendGift {
- gift_id :: Maybe Int
- user_id :: Maybe Int
- text :: Maybe FormattedText
- is_private :: Maybe Bool
- pay_for_upgrade :: Maybe Bool
- defaultSendGift :: SendGift
Documentation
Sends a gift to another user. May return an error with a message STARGIFT_USAGE_LIMITED if the gift was sold out. Returns Ok
SendGift | |
|