@grammyjs/types
Advanced tools
Comparing version 3.4.2 to 3.4.3
@@ -491,2 +491,6 @@ import type { Location, Message, PhotoSize, ReactionType } from "./message.js"; | ||
giveaway_message_id: number; | ||
/** User that won the prize in the giveaway if any */ | ||
user?: User; | ||
/** True, if the giveaway was completed, but there was no user to win the prize */ | ||
is_unclaimed?: true; | ||
} | ||
@@ -493,0 +497,0 @@ /** This object contains information about a chat boost. */ |
{ | ||
"name": "@grammyjs/types", | ||
"version": "3.4.2", | ||
"version": "3.4.3", | ||
"description": "Telegram Bot API type declarations for grammY", | ||
@@ -5,0 +5,0 @@ "main": "mod.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
305816
4583