sellGift

Sell a gift.

Parameters

userId: ID

The identifier of the user that sent the gift.

messageId: number

The identifier of the service message announcing the receival of the gift.

Result

void

Syntax

await client.sellGift(userId, messageId);