var gift = ***;
return API.gifts.send({
user_ids: API.users.get() @.id,
gift_id: gift,
guid: API.apps.getRandomInt({
max: 99999
})
});