Fetch information on Telegram gifts from the website.
deno add jsr:@roj/giftspnpm add jsr:@roj/giftsyarn add jsr:@roj/giftsnpx jsr i @roj/giftsbunx jsr add @roj/giftsimport { fetchGift } from "@roj/gifts";
const gift = await fetchGift("plushpepe", 1);
console.debug(gift);The API reference is available here.
This project is made available under the MIT License.