@telegram.ts/types 1.23.1 → 1.23.2
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
|
@@ -496,6 +496,8 @@ export interface OwnedGiftUnique {
|
|
|
496
496
|
can_be_transferred?: true;
|
|
497
497
|
/** Number of Telegram Stars that must be paid to transfer the gift; omitted if the bot cannot transfer the gift */
|
|
498
498
|
transfer_star_count?: number;
|
|
499
|
+
/** Point in time (Unix timestamp) when the gift can be transferred. If it is in the past, then the gift can be transferred now */
|
|
500
|
+
next_transfer_date?: string;
|
|
499
501
|
}
|
|
500
502
|
|
|
501
503
|
/** Contains the list of gifts received and owned by a user or a chat. */
|