Skip to main content
The Deno 2 Release Candidate is here
Learn more
enum GiftSentResult
import { GiftSentResult } from "https://deno.land/x/sptaki@1.2.0/models/enums/mod.ts";

Members

FAILED_GIFT_ALREADY_RECEIVED = 2
FAILED_GIFT_DOESNT_EXIST = 3
FAILED_UNKNOWN = 1
SUCCESS = 4