@grammyjs/types
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -657,2 +657,4 @@ import type { Location, Message, PhotoSize, ReactionType, Sticker } from "./message.js"; | ||
user: User; | ||
/** Date when the user's subscription will expire; Unix time */ | ||
until_date?: number; | ||
} | ||
@@ -659,0 +661,0 @@ /** Represents a chat member that is under certain restrictions in the chat. Supergroups only. */ |
{ | ||
"name": "@grammyjs/types", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "Telegram Bot API type declarations for grammY", | ||
@@ -5,0 +5,0 @@ "main": "mod.js", |
import type { User } from "./manage.js"; | ||
import type { PaidMedia } from "./message.js"; | ||
/** This object represents a portion of the price for goods or services. */ | ||
@@ -155,2 +156,4 @@ export interface LabeledPrice { | ||
invoice_payload?: string; | ||
/** Information about the paid media bought by the user */ | ||
paid_media?: PaidMedia[]; | ||
} | ||
@@ -157,0 +160,0 @@ /** Describes a withdrawal transaction with Fragment. */ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
368996
5712