Skip to main content
The Deno 2 Release Candidate is here
Learn more
method GiftService.prototype.sendGiftToPlayer
import { GiftService } from "https://deno.land/x/sptaki@1.2.0/services/GiftService.d.ts";

Send player a gift from a range of sources

Parameters

playerId: string

Player to send gift to / sessionId

giftId: string

Id of gift in configs/gifts.json to send player

Returns

outcome of sending gift to player