@mtcute/core 0.25.8 → 0.26.0

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.
Files changed (94) hide show
  1. package/client.cjs +18 -12
  2. package/client.js +21 -15
  3. package/highlevel/client.d.cts +78 -72
  4. package/highlevel/client.d.ts +78 -72
  5. package/highlevel/methods/forums/toggle-forum.cjs +0 -10
  6. package/highlevel/methods/forums/toggle-forum.d.cts +0 -10
  7. package/highlevel/methods/forums/toggle-forum.d.ts +0 -10
  8. package/highlevel/methods/forums/toggle-forum.js +0 -10
  9. package/highlevel/methods/premium/get-resale-star-gifts.cjs +0 -4
  10. package/highlevel/methods/premium/get-resale-star-gifts.d.cts +0 -6
  11. package/highlevel/methods/premium/get-resale-star-gifts.d.ts +0 -6
  12. package/highlevel/methods/premium/get-resale-star-gifts.js +0 -4
  13. package/highlevel/methods/premium/get-saved-star-gifts.cjs +2 -1
  14. package/highlevel/methods/premium/get-saved-star-gifts.d.cts +4 -2
  15. package/highlevel/methods/premium/get-saved-star-gifts.d.ts +4 -2
  16. package/highlevel/methods/premium/get-saved-star-gifts.js +2 -1
  17. package/highlevel/methods/{auth/run.cjs → premium/get-star-gift-value.cjs} +8 -5
  18. package/highlevel/methods/premium/get-star-gift-value.d.cts +9 -0
  19. package/highlevel/methods/premium/get-star-gift-value.d.ts +9 -0
  20. package/highlevel/methods/premium/get-star-gift-value.js +11 -0
  21. package/highlevel/methods/premium/get-stars-transactions.cjs +3 -2
  22. package/highlevel/methods/premium/get-stars-transactions.d.cts +2 -0
  23. package/highlevel/methods/premium/get-stars-transactions.d.ts +2 -0
  24. package/highlevel/methods/premium/get-stars-transactions.js +3 -2
  25. package/highlevel/methods/premium/iter-saved-star-gifts.cjs +15 -10
  26. package/highlevel/methods/premium/iter-saved-star-gifts.d.cts +13 -19
  27. package/highlevel/methods/premium/iter-saved-star-gifts.d.ts +13 -19
  28. package/highlevel/methods/premium/iter-saved-star-gifts.js +15 -10
  29. package/highlevel/methods/premium/prepay-star-gift-upgrade.cjs +30 -0
  30. package/highlevel/methods/premium/prepay-star-gift-upgrade.d.cts +23 -0
  31. package/highlevel/methods/premium/prepay-star-gift-upgrade.d.ts +23 -0
  32. package/highlevel/methods/premium/prepay-star-gift-upgrade.js +25 -0
  33. package/highlevel/methods/stickers/delete-sticker-from-set.d.cts +2 -4
  34. package/highlevel/methods/stickers/delete-sticker-from-set.d.ts +2 -4
  35. package/highlevel/methods/stickers/move-sticker-in-set.d.cts +2 -4
  36. package/highlevel/methods/stickers/move-sticker-in-set.d.ts +2 -4
  37. package/highlevel/methods/stickers/replace-sticker-in-set.d.cts +2 -4
  38. package/highlevel/methods/stickers/replace-sticker-in-set.d.ts +2 -4
  39. package/highlevel/methods/users/get-saved-music.cjs +38 -0
  40. package/highlevel/methods/users/get-saved-music.d.cts +13 -0
  41. package/highlevel/methods/users/get-saved-music.d.ts +13 -0
  42. package/highlevel/methods/users/get-saved-music.js +33 -0
  43. package/highlevel/methods/users/save-music-to-profile.cjs +57 -0
  44. package/highlevel/methods/users/save-music-to-profile.d.cts +19 -0
  45. package/highlevel/methods/users/save-music-to-profile.d.ts +19 -0
  46. package/highlevel/methods/users/save-music-to-profile.js +52 -0
  47. package/highlevel/methods/users/set-emoji-status.cjs +0 -8
  48. package/highlevel/methods/users/set-emoji-status.d.cts +0 -11
  49. package/highlevel/methods/users/set-emoji-status.d.ts +0 -11
  50. package/highlevel/methods/users/set-emoji-status.js +1 -9
  51. package/highlevel/methods.d.cts +5 -4
  52. package/highlevel/methods.d.ts +5 -4
  53. package/highlevel/types/files/utils.d.cts +7 -0
  54. package/highlevel/types/files/utils.d.ts +7 -0
  55. package/highlevel/types/media/document.d.cts +1 -1
  56. package/highlevel/types/media/document.d.ts +1 -1
  57. package/highlevel/types/messages/message-action.cjs +43 -21
  58. package/highlevel/types/messages/message-action.d.cts +58 -17
  59. package/highlevel/types/messages/message-action.d.ts +58 -17
  60. package/highlevel/types/messages/message-action.js +43 -21
  61. package/highlevel/types/peers/full-user.cjs +10 -1
  62. package/highlevel/types/peers/full-user.d.cts +3 -0
  63. package/highlevel/types/peers/full-user.d.ts +3 -0
  64. package/highlevel/types/peers/full-user.js +10 -1
  65. package/highlevel/types/premium/index.d.cts +1 -0
  66. package/highlevel/types/premium/index.d.ts +1 -0
  67. package/highlevel/types/premium/saved-star-gift.cjs +6 -0
  68. package/highlevel/types/premium/saved-star-gift.d.cts +4 -0
  69. package/highlevel/types/premium/saved-star-gift.d.ts +4 -0
  70. package/highlevel/types/premium/saved-star-gift.js +6 -0
  71. package/highlevel/types/premium/star-gift-value.cjs +65 -0
  72. package/highlevel/types/premium/star-gift-value.d.cts +41 -0
  73. package/highlevel/types/premium/star-gift-value.d.ts +41 -0
  74. package/highlevel/types/premium/star-gift-value.js +60 -0
  75. package/highlevel/types/premium/stars-gift-unique.cjs +10 -3
  76. package/highlevel/types/premium/stars-gift-unique.d.cts +1 -1
  77. package/highlevel/types/premium/stars-gift-unique.d.ts +1 -1
  78. package/highlevel/types/premium/stars-gift-unique.js +10 -3
  79. package/highlevel/types/premium/stars-transaction.cjs +9 -0
  80. package/highlevel/types/premium/stars-transaction.d.cts +10 -0
  81. package/highlevel/types/premium/stars-transaction.d.ts +10 -0
  82. package/highlevel/types/premium/stars-transaction.js +9 -0
  83. package/index.cjs +2 -0
  84. package/index.js +2 -0
  85. package/methods.cjs +9 -5
  86. package/methods.js +12 -8
  87. package/network/network-manager.cjs +1 -1
  88. package/network/network-manager.js +1 -1
  89. package/package.json +2 -2
  90. package/utils/binary/compat.cjs +35 -4
  91. package/utils/binary/compat.js +35 -4
  92. package/highlevel/methods/auth/run.d.cts +0 -16
  93. package/highlevel/methods/auth/run.d.ts +0 -16
  94. package/highlevel/methods/auth/run.js +0 -8
@@ -1,4 +1,5 @@
1
1
  import { tl } from '@mtcute/tl';
2
+ import { Audio } from '../media/audio.js';
2
3
  import { Photo } from '../media/photo.js';
3
4
  import { BusinessAccount } from '../premium/business-account.js';
4
5
  import { BotVerification } from './bot-verification.js';
@@ -132,4 +133,6 @@ export declare class FullUser extends User {
132
133
  rating: tl.RawStarsRating;
133
134
  date: Date;
134
135
  } | null;
136
+ /** User's last saved audio file, to be displayed in the profile under their name */
137
+ get lastSavedMusic(): Audio | null;
135
138
  }
@@ -1,5 +1,6 @@
1
1
  import { makeInspectable } from "../../utils/inspectable.js";
2
2
  import { memoizeGetters } from "../../utils/memoize.js";
3
+ import { parseDocument } from "../media/document-utils.js";
3
4
  import { Photo as Photo$2 } from "../media/photo.js";
4
5
  import { BusinessAccount as BusinessAccount$2 } from "../premium/business-account.js";
5
6
  import { BotVerification as BotVerification$1 } from "./bot-verification.js";
@@ -227,6 +228,13 @@ class FullUser extends User$2 {
227
228
  date: new Date(this.full.starsMyPendingRatingDate * 1e3)
228
229
  };
229
230
  }
231
+ /** User's last saved audio file, to be displayed in the profile under their name */
232
+ get lastSavedMusic() {
233
+ if (this.full.savedMusic?._ !== "document") return null;
234
+ const doc = parseDocument(this.full.savedMusic);
235
+ if (doc.type !== "audio") return null;
236
+ return doc;
237
+ }
230
238
  }
231
239
  const FullUser$1 = /* @__PURE__ */ memoizeGetters(FullUser, [
232
240
  "fullPhoto",
@@ -236,7 +244,8 @@ const FullUser$1 = /* @__PURE__ */ memoizeGetters(FullUser, [
236
244
  "personalChannel",
237
245
  "business",
238
246
  "botVerification",
239
- "starsRatingPending"
247
+ "starsRatingPending",
248
+ "lastSavedMusic"
240
249
  ]);
241
250
  const FullUser$2 = /* @__PURE__ */ makeInspectable(FullUser$1);
242
251
  export {
@@ -8,6 +8,7 @@ export * from './business-intro.js';
8
8
  export * from './business-location.js';
9
9
  export * from './business-work-hours.js';
10
10
  export * from './saved-star-gift.js';
11
+ export * from './star-gift-value.js';
11
12
  export * from './stars-gift-unique.js';
12
13
  export * from './stars-gift.js';
13
14
  export * from './stars-status.js';
@@ -8,6 +8,7 @@ export * from './business-intro.js';
8
8
  export * from './business-location.js';
9
9
  export * from './business-work-hours.js';
10
10
  export * from './saved-star-gift.js';
11
+ export * from './star-gift-value.js';
11
12
  export * from './stars-gift-unique.js';
12
13
  export * from './stars-gift.js';
13
14
  export * from './stars-status.js';
@@ -90,6 +90,12 @@ class SavedStarGift {
90
90
  get collectionIds() {
91
91
  return this.raw.collectionId ?? [];
92
92
  }
93
+ /**
94
+ * If available, you can pay for this gift's upgrade by passing this hash to `prepayStarGiftUpgrade`
95
+ */
96
+ get prepaidUpgradeHash() {
97
+ return this.raw.prepaidUpgradeHash ?? null;
98
+ }
93
99
  }
94
100
  const SavedStarGift$1 = /* @__PURE__ */ inspectable.makeInspectable(SavedStarGift);
95
101
  const SavedStarGift$2 = /* @__PURE__ */ memoize.memoizeGetters(SavedStarGift$1, ["sender", "gift"]);
@@ -44,4 +44,8 @@ export declare class SavedStarGift {
44
44
  get canResellAt(): Date | null;
45
45
  /** IDs of the collections this gift belongs to */
46
46
  get collectionIds(): number[];
47
+ /**
48
+ * If available, you can pay for this gift's upgrade by passing this hash to `prepayStarGiftUpgrade`
49
+ */
50
+ get prepaidUpgradeHash(): string | null;
47
51
  }
@@ -44,4 +44,8 @@ export declare class SavedStarGift {
44
44
  get canResellAt(): Date | null;
45
45
  /** IDs of the collections this gift belongs to */
46
46
  get collectionIds(): number[];
47
+ /**
48
+ * If available, you can pay for this gift's upgrade by passing this hash to `prepayStarGiftUpgrade`
49
+ */
50
+ get prepaidUpgradeHash(): string | null;
47
51
  }
@@ -83,6 +83,12 @@ class SavedStarGift {
83
83
  get collectionIds() {
84
84
  return this.raw.collectionId ?? [];
85
85
  }
86
+ /**
87
+ * If available, you can pay for this gift's upgrade by passing this hash to `prepayStarGiftUpgrade`
88
+ */
89
+ get prepaidUpgradeHash() {
90
+ return this.raw.prepaidUpgradeHash ?? null;
91
+ }
86
92
  }
87
93
  const SavedStarGift$1 = /* @__PURE__ */ makeInspectable(SavedStarGift);
88
94
  const SavedStarGift$2 = /* @__PURE__ */ memoizeGetters(SavedStarGift$1, ["sender", "gift"]);
@@ -0,0 +1,65 @@
1
+ if (typeof globalThis !== "undefined" && !globalThis._MTCUTE_CJS_DEPRECATION_WARNED) {
2
+ globalThis._MTCUTE_CJS_DEPRECATION_WARNED = true;
3
+ console.warn("[@mtcute/core] CommonJS bundles are deprecated. They will be removed completely in one of the upcoming releases. No support is provided for CommonJS users. Please consider switching to ESM, it's " + (/* @__PURE__ */ new Date()).getFullYear() + " already.");
4
+ console.warn("[@mtcute/core] Learn more about switching to ESM: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c");
5
+ }
6
+ "use strict";
7
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
8
+ const inspectable = require("../../utils/inspectable.cjs");
9
+ const memoize = require("../../utils/memoize.cjs");
10
+ class StarGiftValue {
11
+ constructor(raw) {
12
+ this.raw = raw;
13
+ }
14
+ /** Currency of values in this object */
15
+ get currency() {
16
+ return this.raw.currency;
17
+ }
18
+ /** Information about the initial sale of the gift */
19
+ get initialSale() {
20
+ return {
21
+ date: new Date(this.raw.initialSaleDate * 1e3),
22
+ stars: this.raw.initialSaleStars,
23
+ price: this.raw.initialSalePrice
24
+ };
25
+ }
26
+ /** Information about the last sale of the gift on the secondary market (Telegram and Fragment) */
27
+ get lastSale() {
28
+ if (!this.raw.lastSaleDate || !this.raw.lastSalePrice) return null;
29
+ return {
30
+ date: new Date(this.raw.lastSaleDate * 1e3),
31
+ price: this.raw.lastSalePrice,
32
+ fragment: this.raw.lastSaleOnFragment
33
+ };
34
+ }
35
+ /** Whether {@link value} is calculated as an after-market average over the past month */
36
+ get isValueAverage() {
37
+ return this.raw.valueIsAverage;
38
+ }
39
+ /** Estimated value of the gift (in {@link currency}) */
40
+ get value() {
41
+ return this.raw.value;
42
+ }
43
+ /** Floor price for the gift on the secondary market (Telegram and Fragment), if available */
44
+ get floorPrice() {
45
+ return this.raw.floorPrice ?? null;
46
+ }
47
+ /** Average price for the gift on the secondary market (Telegram and Fragment), if available */
48
+ get averagePrice() {
49
+ return this.raw.averagePrice ?? null;
50
+ }
51
+ /** Number of such gifts listed on the secondary market (Telegram and Fragment) */
52
+ get listedCount() {
53
+ return {
54
+ telegram: this.raw.listedCount ?? 0,
55
+ fragment: this.raw.fragmentListedCount ?? 0
56
+ };
57
+ }
58
+ /** URL to the collectible on Fragment */
59
+ get fragmentUrl() {
60
+ return this.raw.fragmentListedUrl ?? null;
61
+ }
62
+ }
63
+ const StarGiftValue$1 = /* @__PURE__ */ memoize.memoizeGetters(StarGiftValue, ["initialSale", "lastSale"]);
64
+ const StarGiftValue$2 = /* @__PURE__ */ inspectable.makeInspectable(StarGiftValue$1);
65
+ exports.StarGiftValue = StarGiftValue$2;
@@ -0,0 +1,41 @@
1
+ import { tl } from '@mtcute/tl';
2
+ /** Information about the value of a star gift */
3
+ export declare class StarGiftValue {
4
+ private readonly raw;
5
+ constructor(raw: tl.payments.TypeUniqueStarGiftValueInfo);
6
+ /** Currency of values in this object */
7
+ get currency(): string;
8
+ /** Information about the initial sale of the gift */
9
+ get initialSale(): {
10
+ /** Date when the first such gift was sold */
11
+ date: Date;
12
+ /** Number of stars the gift was sold for */
13
+ stars: tl.Long;
14
+ /** Price of the gift in {@link currency} at the time of the sale */
15
+ price: tl.Long;
16
+ };
17
+ /** Information about the last sale of the gift on the secondary market (Telegram and Fragment) */
18
+ get lastSale(): {
19
+ /** Date when the last such gift was sold */
20
+ date: Date;
21
+ /** Price of the gift in {@link currency} at the time of the sale */
22
+ price: tl.Long;
23
+ /** Whether the sale was made on Fragment */
24
+ fragment: boolean;
25
+ } | null;
26
+ /** Whether {@link value} is calculated as an after-market average over the past month */
27
+ get isValueAverage(): boolean;
28
+ /** Estimated value of the gift (in {@link currency}) */
29
+ get value(): tl.Long;
30
+ /** Floor price for the gift on the secondary market (Telegram and Fragment), if available */
31
+ get floorPrice(): tl.Long | null;
32
+ /** Average price for the gift on the secondary market (Telegram and Fragment), if available */
33
+ get averagePrice(): tl.Long | null;
34
+ /** Number of such gifts listed on the secondary market (Telegram and Fragment) */
35
+ get listedCount(): {
36
+ telegram: number;
37
+ fragment: number;
38
+ };
39
+ /** URL to the collectible on Fragment */
40
+ get fragmentUrl(): string | null;
41
+ }
@@ -0,0 +1,41 @@
1
+ import { tl } from '@mtcute/tl';
2
+ /** Information about the value of a star gift */
3
+ export declare class StarGiftValue {
4
+ private readonly raw;
5
+ constructor(raw: tl.payments.TypeUniqueStarGiftValueInfo);
6
+ /** Currency of values in this object */
7
+ get currency(): string;
8
+ /** Information about the initial sale of the gift */
9
+ get initialSale(): {
10
+ /** Date when the first such gift was sold */
11
+ date: Date;
12
+ /** Number of stars the gift was sold for */
13
+ stars: tl.Long;
14
+ /** Price of the gift in {@link currency} at the time of the sale */
15
+ price: tl.Long;
16
+ };
17
+ /** Information about the last sale of the gift on the secondary market (Telegram and Fragment) */
18
+ get lastSale(): {
19
+ /** Date when the last such gift was sold */
20
+ date: Date;
21
+ /** Price of the gift in {@link currency} at the time of the sale */
22
+ price: tl.Long;
23
+ /** Whether the sale was made on Fragment */
24
+ fragment: boolean;
25
+ } | null;
26
+ /** Whether {@link value} is calculated as an after-market average over the past month */
27
+ get isValueAverage(): boolean;
28
+ /** Estimated value of the gift (in {@link currency}) */
29
+ get value(): tl.Long;
30
+ /** Floor price for the gift on the secondary market (Telegram and Fragment), if available */
31
+ get floorPrice(): tl.Long | null;
32
+ /** Average price for the gift on the secondary market (Telegram and Fragment), if available */
33
+ get averagePrice(): tl.Long | null;
34
+ /** Number of such gifts listed on the secondary market (Telegram and Fragment) */
35
+ get listedCount(): {
36
+ telegram: number;
37
+ fragment: number;
38
+ };
39
+ /** URL to the collectible on Fragment */
40
+ get fragmentUrl(): string | null;
41
+ }
@@ -0,0 +1,60 @@
1
+ import { makeInspectable } from "../../utils/inspectable.js";
2
+ import { memoizeGetters } from "../../utils/memoize.js";
3
+ class StarGiftValue {
4
+ constructor(raw) {
5
+ this.raw = raw;
6
+ }
7
+ /** Currency of values in this object */
8
+ get currency() {
9
+ return this.raw.currency;
10
+ }
11
+ /** Information about the initial sale of the gift */
12
+ get initialSale() {
13
+ return {
14
+ date: new Date(this.raw.initialSaleDate * 1e3),
15
+ stars: this.raw.initialSaleStars,
16
+ price: this.raw.initialSalePrice
17
+ };
18
+ }
19
+ /** Information about the last sale of the gift on the secondary market (Telegram and Fragment) */
20
+ get lastSale() {
21
+ if (!this.raw.lastSaleDate || !this.raw.lastSalePrice) return null;
22
+ return {
23
+ date: new Date(this.raw.lastSaleDate * 1e3),
24
+ price: this.raw.lastSalePrice,
25
+ fragment: this.raw.lastSaleOnFragment
26
+ };
27
+ }
28
+ /** Whether {@link value} is calculated as an after-market average over the past month */
29
+ get isValueAverage() {
30
+ return this.raw.valueIsAverage;
31
+ }
32
+ /** Estimated value of the gift (in {@link currency}) */
33
+ get value() {
34
+ return this.raw.value;
35
+ }
36
+ /** Floor price for the gift on the secondary market (Telegram and Fragment), if available */
37
+ get floorPrice() {
38
+ return this.raw.floorPrice ?? null;
39
+ }
40
+ /** Average price for the gift on the secondary market (Telegram and Fragment), if available */
41
+ get averagePrice() {
42
+ return this.raw.averagePrice ?? null;
43
+ }
44
+ /** Number of such gifts listed on the secondary market (Telegram and Fragment) */
45
+ get listedCount() {
46
+ return {
47
+ telegram: this.raw.listedCount ?? 0,
48
+ fragment: this.raw.fragmentListedCount ?? 0
49
+ };
50
+ }
51
+ /** URL to the collectible on Fragment */
52
+ get fragmentUrl() {
53
+ return this.raw.fragmentListedUrl ?? null;
54
+ }
55
+ }
56
+ const StarGiftValue$1 = /* @__PURE__ */ memoizeGetters(StarGiftValue, ["initialSale", "lastSale"]);
57
+ const StarGiftValue$2 = /* @__PURE__ */ makeInspectable(StarGiftValue$1);
58
+ export {
59
+ StarGiftValue$2 as StarGiftValue
60
+ };
@@ -172,9 +172,8 @@ class StarGiftUnique {
172
172
  get availabilityTotal() {
173
173
  return this.raw.availabilityTotal;
174
174
  }
175
- // todo for breaking: rename to resellPriceStars
176
175
  /** Number of stars this gift is up for resell for */
177
- get resellPrice() {
176
+ get resellPriceStars() {
178
177
  const resellPriceStars = this.raw.resellAmount?.find((it) => it._ === "starsAmount");
179
178
  return resellPriceStars?.amount ?? null;
180
179
  }
@@ -217,7 +216,15 @@ class StarGiftUnique {
217
216
  }
218
217
  }
219
218
  const StarGiftUnique$1 = /* @__PURE__ */ inspectable.makeInspectable(StarGiftUnique);
220
- const StarGiftUnique$2 = /* @__PURE__ */ memoize.memoizeGetters(StarGiftUnique$1, ["model", "pattern", "backdrop", "originalDetails"]);
219
+ const StarGiftUnique$2 = /* @__PURE__ */ memoize.memoizeGetters(StarGiftUnique$1, [
220
+ "model",
221
+ "pattern",
222
+ "backdrop",
223
+ "originalDetails",
224
+ "resellPriceStars",
225
+ "resellPriceTon",
226
+ "releasedBy"
227
+ ]);
221
228
  exports.StarGiftUnique = StarGiftUnique$2;
222
229
  exports.StarGiftUniqueAttribute = StarGiftUniqueAttribute$2;
223
230
  exports.StarGiftUniqueBackdrop = StarGiftUniqueBackdrop$1;
@@ -88,7 +88,7 @@ export declare class StarGiftUnique {
88
88
  get availabilityIssued(): number;
89
89
  get availabilityTotal(): number;
90
90
  /** Number of stars this gift is up for resell for */
91
- get resellPrice(): tl.Long | null;
91
+ get resellPriceStars(): tl.Long | null;
92
92
  /** Number of nanoton this gift is up for resell for */
93
93
  get resellPriceTon(): tl.Long | null;
94
94
  /** Model (i.e. the gift itself) of the unique star gift */
@@ -88,7 +88,7 @@ export declare class StarGiftUnique {
88
88
  get availabilityIssued(): number;
89
89
  get availabilityTotal(): number;
90
90
  /** Number of stars this gift is up for resell for */
91
- get resellPrice(): tl.Long | null;
91
+ get resellPriceStars(): tl.Long | null;
92
92
  /** Number of nanoton this gift is up for resell for */
93
93
  get resellPriceTon(): tl.Long | null;
94
94
  /** Model (i.e. the gift itself) of the unique star gift */
@@ -165,9 +165,8 @@ class StarGiftUnique {
165
165
  get availabilityTotal() {
166
166
  return this.raw.availabilityTotal;
167
167
  }
168
- // todo for breaking: rename to resellPriceStars
169
168
  /** Number of stars this gift is up for resell for */
170
- get resellPrice() {
169
+ get resellPriceStars() {
171
170
  const resellPriceStars = this.raw.resellAmount?.find((it) => it._ === "starsAmount");
172
171
  return resellPriceStars?.amount ?? null;
173
172
  }
@@ -210,7 +209,15 @@ class StarGiftUnique {
210
209
  }
211
210
  }
212
211
  const StarGiftUnique$1 = /* @__PURE__ */ makeInspectable(StarGiftUnique);
213
- const StarGiftUnique$2 = /* @__PURE__ */ memoizeGetters(StarGiftUnique$1, ["model", "pattern", "backdrop", "originalDetails"]);
212
+ const StarGiftUnique$2 = /* @__PURE__ */ memoizeGetters(StarGiftUnique$1, [
213
+ "model",
214
+ "pattern",
215
+ "backdrop",
216
+ "originalDetails",
217
+ "resellPriceStars",
218
+ "resellPriceTon",
219
+ "releasedBy"
220
+ ]);
214
221
  export {
215
222
  StarGiftUnique$2 as StarGiftUnique,
216
223
  StarGiftUniqueAttribute$2 as StarGiftUniqueAttribute,
@@ -92,6 +92,9 @@ class StarsTransaction {
92
92
  return { type: "unsupported" };
93
93
  case "starsTransactionPeer": {
94
94
  const peer$1 = peer.parsePeer(this.raw.peer.peer, this.peers);
95
+ if (this.raw.postsSearch) {
96
+ return { type: "paid_search" };
97
+ }
95
98
  if (this.raw.giveawayPostId) {
96
99
  return {
97
100
  type: "giveaway",
@@ -132,6 +135,12 @@ class StarsTransaction {
132
135
  peer: peer$1,
133
136
  gift: new starsGiftUnique.StarGiftUnique(this.raw.stargift, this.peers)
134
137
  };
138
+ } else if (this.raw.stargiftPrepaidUpgrade) {
139
+ return {
140
+ peer: peer$1,
141
+ gift: new starsGiftUnique.StarGiftUnique(this.raw.stargift, this.peers),
142
+ type: "star_gift_prepaid_upgrade"
143
+ };
135
144
  } else {
136
145
  return {
137
146
  type: "star_gift_transfer",
@@ -28,6 +28,8 @@ import { StarGift } from './stars-gift.js';
28
28
  * - `api_floodskip`: This transaction is a payment for a paid bot broadcast
29
29
  * - `bot_referral`: This transaction is proceeds from a bot referral program
30
30
  * - `ads_proceeds`: This transaction is proceeds from Telegram Ads
31
+ * - `paid_search`: This transaction is a payment for a paid search
32
+ * - `star_gift_prepaid_upgrade`: This transaction is for a star gift prepaid upgrade
31
33
  */
32
34
  export type StarsTransactionType = {
33
35
  type: 'unsupported';
@@ -164,6 +166,14 @@ export type StarsTransactionType = {
164
166
  fromDate: Date;
165
167
  /** End of the period */
166
168
  toDate: Date;
169
+ } | {
170
+ type: 'paid_search';
171
+ } | {
172
+ type: 'star_gift_prepaid_upgrade';
173
+ /** Related peer */
174
+ peer: Peer;
175
+ /** The upgraded gift */
176
+ gift: StarGiftUnique;
167
177
  };
168
178
  export declare class StarsTransaction {
169
179
  readonly raw: tl.RawStarsTransaction;
@@ -28,6 +28,8 @@ import { StarGift } from './stars-gift.js';
28
28
  * - `api_floodskip`: This transaction is a payment for a paid bot broadcast
29
29
  * - `bot_referral`: This transaction is proceeds from a bot referral program
30
30
  * - `ads_proceeds`: This transaction is proceeds from Telegram Ads
31
+ * - `paid_search`: This transaction is a payment for a paid search
32
+ * - `star_gift_prepaid_upgrade`: This transaction is for a star gift prepaid upgrade
31
33
  */
32
34
  export type StarsTransactionType = {
33
35
  type: 'unsupported';
@@ -164,6 +166,14 @@ export type StarsTransactionType = {
164
166
  fromDate: Date;
165
167
  /** End of the period */
166
168
  toDate: Date;
169
+ } | {
170
+ type: 'paid_search';
171
+ } | {
172
+ type: 'star_gift_prepaid_upgrade';
173
+ /** Related peer */
174
+ peer: Peer;
175
+ /** The upgraded gift */
176
+ gift: StarGiftUnique;
167
177
  };
168
178
  export declare class StarsTransaction {
169
179
  readonly raw: tl.RawStarsTransaction;
@@ -85,6 +85,9 @@ class StarsTransaction {
85
85
  return { type: "unsupported" };
86
86
  case "starsTransactionPeer": {
87
87
  const peer = parsePeer(this.raw.peer.peer, this.peers);
88
+ if (this.raw.postsSearch) {
89
+ return { type: "paid_search" };
90
+ }
88
91
  if (this.raw.giveawayPostId) {
89
92
  return {
90
93
  type: "giveaway",
@@ -125,6 +128,12 @@ class StarsTransaction {
125
128
  peer,
126
129
  gift: new StarGiftUnique$2(this.raw.stargift, this.peers)
127
130
  };
131
+ } else if (this.raw.stargiftPrepaidUpgrade) {
132
+ return {
133
+ peer,
134
+ gift: new StarGiftUnique$2(this.raw.stargift, this.peers),
135
+ type: "star_gift_prepaid_upgrade"
136
+ };
128
137
  } else {
129
138
  return {
130
139
  type: "star_gift_transfer",
package/index.cjs CHANGED
@@ -93,6 +93,7 @@ const businessIntro = require("./highlevel/types/premium/business-intro.cjs");
93
93
  const businessLocation = require("./highlevel/types/premium/business-location.cjs");
94
94
  const businessWorkHours = require("./highlevel/types/premium/business-work-hours.cjs");
95
95
  const savedStarGift = require("./highlevel/types/premium/saved-star-gift.cjs");
96
+ const starGiftValue = require("./highlevel/types/premium/star-gift-value.cjs");
96
97
  const starsGiftUnique = require("./highlevel/types/premium/stars-gift-unique.cjs");
97
98
  const starsGift = require("./highlevel/types/premium/stars-gift.cjs");
98
99
  const starsStatus = require("./highlevel/types/premium/stars-status.cjs");
@@ -269,6 +270,7 @@ exports.BusinessLocation = businessLocation.BusinessLocation;
269
270
  exports.BusinessWorkHours = businessWorkHours.BusinessWorkHours;
270
271
  exports.businessWorkHoursDaysToRaw = businessWorkHours.businessWorkHoursDaysToRaw;
271
272
  exports.SavedStarGift = savedStarGift.SavedStarGift;
273
+ exports.StarGiftValue = starGiftValue.StarGiftValue;
272
274
  exports.StarGiftUnique = starsGiftUnique.StarGiftUnique;
273
275
  exports.StarGiftUniqueAttribute = starsGiftUnique.StarGiftUniqueAttribute;
274
276
  exports.StarGiftUniqueBackdrop = starsGiftUnique.StarGiftUniqueBackdrop;
package/index.js CHANGED
@@ -86,6 +86,7 @@ import { BusinessIntro } from "./highlevel/types/premium/business-intro.js";
86
86
  import { BusinessLocation } from "./highlevel/types/premium/business-location.js";
87
87
  import { BusinessWorkHours, businessWorkHoursDaysToRaw } from "./highlevel/types/premium/business-work-hours.js";
88
88
  import { SavedStarGift } from "./highlevel/types/premium/saved-star-gift.js";
89
+ import { StarGiftValue } from "./highlevel/types/premium/star-gift-value.js";
89
90
  import { StarGiftUnique, StarGiftUniqueAttribute, StarGiftUniqueBackdrop, StarGiftUniqueOriginalDetails } from "./highlevel/types/premium/stars-gift-unique.js";
90
91
  import { StarGift } from "./highlevel/types/premium/stars-gift.js";
91
92
  import { StarsStatus } from "./highlevel/types/premium/stars-status.js";
@@ -277,6 +278,7 @@ export {
277
278
  StarGiftUniqueAttribute,
278
279
  StarGiftUniqueBackdrop,
279
280
  StarGiftUniqueOriginalDetails,
281
+ StarGiftValue,
280
282
  StarsStatus,
281
283
  StarsTransaction,
282
284
  Sticker,
package/methods.cjs CHANGED
@@ -10,7 +10,6 @@ const getPasswordHint = require("./highlevel/methods/auth/get-password-hint.cjs"
10
10
  const logOut = require("./highlevel/methods/auth/log-out.cjs");
11
11
  const recoverPassword = require("./highlevel/methods/auth/recover-password.cjs");
12
12
  const resendCode = require("./highlevel/methods/auth/resend-code.cjs");
13
- const run = require("./highlevel/methods/auth/run.cjs");
14
13
  const sendCode = require("./highlevel/methods/auth/send-code.cjs");
15
14
  const sendRecoveryCode = require("./highlevel/methods/auth/send-recovery-code.cjs");
16
15
  const signInBot = require("./highlevel/methods/auth/sign-in-bot.cjs");
@@ -205,6 +204,7 @@ const getResaleStarGifts = require("./highlevel/methods/premium/get-resale-star-
205
204
  const getSavedStarGiftsById = require("./highlevel/methods/premium/get-saved-star-gifts-by-id.cjs");
206
205
  const getSavedStarGifts = require("./highlevel/methods/premium/get-saved-star-gifts.cjs");
207
206
  const getStarGiftOptions = require("./highlevel/methods/premium/get-star-gift-options.cjs");
207
+ const getStarGiftValue = require("./highlevel/methods/premium/get-star-gift-value.cjs");
208
208
  const getStarGiftWithdrawalUrl = require("./highlevel/methods/premium/get-star-gift-withdrawal-url.cjs");
209
209
  const getStarsTransactions = require("./highlevel/methods/premium/get-stars-transactions.cjs");
210
210
  const getUniqueStarGift = require("./highlevel/methods/premium/get-unique-star-gift.cjs");
@@ -212,6 +212,7 @@ const iterBoosters = require("./highlevel/methods/premium/iter-boosters.cjs");
212
212
  const iterSavedStarGifts = require("./highlevel/methods/premium/iter-saved-star-gifts.cjs");
213
213
  const iterStarsTransactions = require("./highlevel/methods/premium/iter-stars-transactions.cjs");
214
214
  const pinStarGift = require("./highlevel/methods/premium/pin-star-gift.cjs");
215
+ const prepayStarGiftUpgrade = require("./highlevel/methods/premium/prepay-star-gift-upgrade.cjs");
215
216
  const sendStarGift = require("./highlevel/methods/premium/send-star-gift.cjs");
216
217
  const setBusinessIntro = require("./highlevel/methods/premium/set-business-intro.cjs");
217
218
  const setBusinessWorkHours = require("./highlevel/methods/premium/set-business-work-hours.cjs");
@@ -259,12 +260,14 @@ const getMyUsername = require("./highlevel/methods/users/get-my-username.cjs");
259
260
  const getPeerSettings = require("./highlevel/methods/users/get-peer-settings.cjs");
260
261
  const getProfilePhoto = require("./highlevel/methods/users/get-profile-photo.cjs");
261
262
  const getProfilePhotos = require("./highlevel/methods/users/get-profile-photos.cjs");
263
+ const getSavedMusic = require("./highlevel/methods/users/get-saved-music.cjs");
262
264
  const getUsers = require("./highlevel/methods/users/get-users.cjs");
263
265
  const isPeerAvailable = require("./highlevel/methods/users/is-peer-available.cjs");
264
266
  const iterProfilePhotos = require("./highlevel/methods/users/iter-profile-photos.cjs");
265
267
  const resolvePeerMany = require("./highlevel/methods/users/resolve-peer-many.cjs");
266
268
  const resolvePeer = require("./highlevel/methods/users/resolve-peer.cjs");
267
269
  const resolvePhoneNumber = require("./highlevel/methods/users/resolve-phone-number.cjs");
270
+ const saveMusicToProfile = require("./highlevel/methods/users/save-music-to-profile.cjs");
268
271
  const setEmojiStatus = require("./highlevel/methods/users/set-emoji-status.cjs");
269
272
  const setGlobalTtl = require("./highlevel/methods/users/set-global-ttl.cjs");
270
273
  const setMyBirthday = require("./highlevel/methods/users/set-my-birthday.cjs");
@@ -278,7 +281,6 @@ exports.getPasswordHint = getPasswordHint.getPasswordHint;
278
281
  exports.logOut = logOut.logOut;
279
282
  exports.recoverPassword = recoverPassword.recoverPassword;
280
283
  exports.resendCode = resendCode.resendCode;
281
- exports.run = run.run;
282
284
  exports.sendCode = sendCode.sendCode;
283
285
  exports.sendRecoveryCode = sendRecoveryCode.sendRecoveryCode;
284
286
  exports.signInBot = signInBot.signInBot;
@@ -387,7 +389,6 @@ exports.iterForumTopics = iterForumTopics.iterForumTopics;
387
389
  exports.reorderPinnedForumTopics = reorderPinnedForumTopics.reorderPinnedForumTopics;
388
390
  exports.toggleForumTopicClosed = toggleForumTopicClosed.toggleForumTopicClosed;
389
391
  exports.toggleForumTopicPinned = toggleForumTopicPinned.toggleForumTopicPinned;
390
- exports.toggleForum = toggleForum.toggleForum;
391
392
  exports.updateForumSettings = toggleForum.updateForumSettings;
392
393
  exports.toggleGeneralTopicHidden = toggleGeneralTopicHidden.toggleGeneralTopicHidden;
393
394
  exports.createInviteLink = createInviteLink.createInviteLink;
@@ -489,11 +490,11 @@ exports.getBoosts = getBoosts.getBoosts;
489
490
  exports.getBusinessChatLinks = getBusinessChatLinks.getBusinessChatLinks;
490
491
  exports.getBusinessConnection = getBusinessConnection.getBusinessConnection;
491
492
  exports.getMyBoostSlots = getMyBoostSlots.getMyBoostSlots;
492
- exports.getResaleOptions = getResaleStarGifts.getResaleOptions;
493
493
  exports.getStarGiftResaleOptions = getResaleStarGifts.getStarGiftResaleOptions;
494
494
  exports.getSavedStarGiftsById = getSavedStarGiftsById.getSavedStarGiftsById;
495
495
  exports.getSavedStarGifts = getSavedStarGifts.getSavedStarGifts;
496
496
  exports.getStarGiftOptions = getStarGiftOptions.getStarGiftOptions;
497
+ exports.getStarGiftValue = getStarGiftValue.getStarGiftValue;
497
498
  exports.getStarGiftWithdrawalUrl = getStarGiftWithdrawalUrl.getStarGiftWithdrawalUrl;
498
499
  exports.getStarsTransactions = getStarsTransactions.getStarsTransactions;
499
500
  exports.getUniqueStarGift = getUniqueStarGift.getUniqueStarGift;
@@ -501,6 +502,7 @@ exports.iterBoosters = iterBoosters.iterBoosters;
501
502
  exports.iterSavedStarGifts = iterSavedStarGifts.iterSavedStarGifts;
502
503
  exports.iterStarsTransactions = iterStarsTransactions.iterStarsTransactions;
503
504
  exports.togglePinnedStarGifts = pinStarGift.togglePinnedStarGifts;
505
+ exports.prepayStarGiftUpgrade = prepayStarGiftUpgrade.prepayStarGiftUpgrade;
504
506
  exports.sendStarGift = sendStarGift.sendStarGift;
505
507
  exports.setBusinessIntro = setBusinessIntro.setBusinessIntro;
506
508
  exports.setBusinessWorkHours = setBusinessWorkHours.setBusinessWorkHours;
@@ -550,6 +552,7 @@ exports.getMyUsername = getMyUsername.getMyUsername;
550
552
  exports.getPeerSettings = getPeerSettings.getPeerSettings;
551
553
  exports.getProfilePhoto = getProfilePhoto.getProfilePhoto;
552
554
  exports.getProfilePhotos = getProfilePhotos.getProfilePhotos;
555
+ exports.getSavedMusic = getSavedMusic.getSavedMusic;
553
556
  exports.getUsers = getUsers.getUsers;
554
557
  exports.isPeerAvailable = isPeerAvailable.isPeerAvailable;
555
558
  exports.iterProfilePhotos = iterProfilePhotos.iterProfilePhotos;
@@ -558,8 +561,9 @@ exports.resolveChannel = resolvePeer.resolveChannel;
558
561
  exports.resolvePeer = resolvePeer.resolvePeer;
559
562
  exports.resolveUser = resolvePeer.resolveUser;
560
563
  exports.resolvePhoneNumber = resolvePhoneNumber.resolvePhoneNumber;
564
+ exports.saveMusicToProfile = saveMusicToProfile.saveMusicToProfile;
565
+ exports.unsaveMusicFromProfile = saveMusicToProfile.unsaveMusicFromProfile;
561
566
  exports.setEmojiStatus = setEmojiStatus.setEmojiStatus;
562
- exports.setMyEmojiStatus = setEmojiStatus.setMyEmojiStatus;
563
567
  exports.setGlobalTtl = setGlobalTtl.setGlobalTtl;
564
568
  exports.setMyBirthday = setMyBirthday.setMyBirthday;
565
569
  exports.setMyProfilePhoto = setMyProfilePhoto.setMyProfilePhoto;