@telegram.ts/types 1.23.0 → 1.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/invoiceTypes.d.ts +2 -0
package/package.json
CHANGED
package/src/invoiceTypes.d.ts
CHANGED
|
@@ -379,6 +379,8 @@ export interface UniqueGift {
|
|
|
379
379
|
base_name: string;
|
|
380
380
|
/** Unique name of the gift. This name can be used in https://t.me/nft/... links and story areas */
|
|
381
381
|
name: string;
|
|
382
|
+
/** Information about the chat that published the gift */
|
|
383
|
+
publisher_chat?: Chat;
|
|
382
384
|
/** Unique number of the upgraded gift among gifts upgraded from the same regular gift */
|
|
383
385
|
number: number;
|
|
384
386
|
/** Model of the gift */
|