@mtkruto/node 0.0.968 → 0.0.969
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/esm/client/1_client_abstract.js +2 -2
- package/esm/client/2_client_plain.d.ts +3 -0
- package/esm/client/2_client_plain.js +11 -5
- package/esm/client/3_client.d.ts +3 -0
- package/esm/client/3_client.js +16 -9
- package/esm/constants.d.ts +10 -9
- package/esm/constants.js +9 -17
- package/esm/mod.d.ts +1 -1
- package/esm/mod.js +1 -1
- package/esm/tl/2_types.d.ts +49 -49
- package/esm/tl/2_types.js +194 -193
- package/esm/tl/3_functions.d.ts +15 -15
- package/esm/tl/3_functions.js +45 -44
- package/package.json +1 -1
- package/script/client/1_client_abstract.js +1 -1
- package/script/client/2_client_plain.d.ts +3 -0
- package/script/client/2_client_plain.js +10 -4
- package/script/client/3_client.d.ts +3 -0
- package/script/client/3_client.js +15 -8
- package/script/constants.d.ts +10 -9
- package/script/constants.js +10 -18
- package/script/mod.d.ts +1 -1
- package/script/mod.js +8 -8
- package/script/tl/2_types.d.ts +49 -49
- package/script/tl/2_types.js +193 -192
- package/script/tl/3_functions.d.ts +15 -15
- package/script/tl/3_functions.js +44 -43
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { id,
|
|
1
|
+
import { id, params, TLObject, Params, paramDesc, ParamDesc } from "./1_tl_object.js";
|
|
2
2
|
import * as types from "./2_types.js";
|
|
3
3
|
export declare abstract class Function<T> extends TLObject {
|
|
4
4
|
__R: T;
|
|
@@ -496,7 +496,7 @@ export declare class AccountUpdateProfile extends Function<types.TypeUser> {
|
|
|
496
496
|
protected get [id](): number;
|
|
497
497
|
static get [paramDesc](): ParamDesc;
|
|
498
498
|
protected get [params](): Params;
|
|
499
|
-
constructor(params
|
|
499
|
+
constructor(params?: {
|
|
500
500
|
firstName?: string;
|
|
501
501
|
lastName?: string;
|
|
502
502
|
about?: string;
|
|
@@ -847,7 +847,7 @@ export declare class AccountInitTakeoutSession extends Function<types.AccountTak
|
|
|
847
847
|
protected get [id](): number;
|
|
848
848
|
static get [paramDesc](): ParamDesc;
|
|
849
849
|
protected get [params](): Params;
|
|
850
|
-
constructor(params
|
|
850
|
+
constructor(params?: {
|
|
851
851
|
contacts?: true;
|
|
852
852
|
messageUsers?: true;
|
|
853
853
|
messageChats?: true;
|
|
@@ -862,7 +862,7 @@ export declare class AccountFinishTakeoutSession extends Function<boolean> {
|
|
|
862
862
|
protected get [id](): number;
|
|
863
863
|
static get [paramDesc](): ParamDesc;
|
|
864
864
|
protected get [params](): Params;
|
|
865
|
-
constructor(params
|
|
865
|
+
constructor(params?: {
|
|
866
866
|
success?: true;
|
|
867
867
|
});
|
|
868
868
|
}
|
|
@@ -909,7 +909,7 @@ export declare class AccountGetNotifyExceptions extends Function<types.TypeUpdat
|
|
|
909
909
|
protected get [id](): number;
|
|
910
910
|
static get [paramDesc](): ParamDesc;
|
|
911
911
|
protected get [params](): Params;
|
|
912
|
-
constructor(params
|
|
912
|
+
constructor(params?: {
|
|
913
913
|
compareSound?: true;
|
|
914
914
|
compareStories?: true;
|
|
915
915
|
peer?: types.TypeInputNotifyPeer;
|
|
@@ -1056,7 +1056,7 @@ export declare class AccountInstallTheme extends Function<boolean> {
|
|
|
1056
1056
|
protected get [id](): number;
|
|
1057
1057
|
static get [paramDesc](): ParamDesc;
|
|
1058
1058
|
protected get [params](): Params;
|
|
1059
|
-
constructor(params
|
|
1059
|
+
constructor(params?: {
|
|
1060
1060
|
dark?: true;
|
|
1061
1061
|
theme?: types.TypeInputTheme;
|
|
1062
1062
|
format?: string;
|
|
@@ -1090,7 +1090,7 @@ export declare class AccountSetContentSettings extends Function<boolean> {
|
|
|
1090
1090
|
protected get [id](): number;
|
|
1091
1091
|
static get [paramDesc](): ParamDesc;
|
|
1092
1092
|
protected get [params](): Params;
|
|
1093
|
-
constructor(params
|
|
1093
|
+
constructor(params?: {
|
|
1094
1094
|
sensitiveEnabled?: true;
|
|
1095
1095
|
});
|
|
1096
1096
|
}
|
|
@@ -2584,7 +2584,7 @@ export declare class MessagesClearRecentStickers extends Function<boolean> {
|
|
|
2584
2584
|
protected get [id](): number;
|
|
2585
2585
|
static get [paramDesc](): ParamDesc;
|
|
2586
2586
|
protected get [params](): Params;
|
|
2587
|
-
constructor(params
|
|
2587
|
+
constructor(params?: {
|
|
2588
2588
|
attached?: true;
|
|
2589
2589
|
});
|
|
2590
2590
|
}
|
|
@@ -3064,7 +3064,7 @@ export declare class MessagesRequestURLAuth extends Function<types.TypeURLAuthRe
|
|
|
3064
3064
|
protected get [id](): number;
|
|
3065
3065
|
static get [paramDesc](): ParamDesc;
|
|
3066
3066
|
protected get [params](): Params;
|
|
3067
|
-
constructor(params
|
|
3067
|
+
constructor(params?: {
|
|
3068
3068
|
peer?: types.TypeInputPeer;
|
|
3069
3069
|
msgId?: number;
|
|
3070
3070
|
buttonId?: number;
|
|
@@ -3080,7 +3080,7 @@ export declare class MessagesAcceptURLAuth extends Function<types.TypeURLAuthRes
|
|
|
3080
3080
|
protected get [id](): number;
|
|
3081
3081
|
static get [paramDesc](): ParamDesc;
|
|
3082
3082
|
protected get [params](): Params;
|
|
3083
|
-
constructor(params
|
|
3083
|
+
constructor(params?: {
|
|
3084
3084
|
writeAllowed?: true;
|
|
3085
3085
|
peer?: types.TypeInputPeer;
|
|
3086
3086
|
msgId?: number;
|
|
@@ -3292,7 +3292,7 @@ export declare class MessagesDeletePhoneCallHistory extends Function<types.Messa
|
|
|
3292
3292
|
protected get [id](): number;
|
|
3293
3293
|
static get [paramDesc](): ParamDesc;
|
|
3294
3294
|
protected get [params](): Params;
|
|
3295
|
-
constructor(params
|
|
3295
|
+
constructor(params?: {
|
|
3296
3296
|
revoke?: true;
|
|
3297
3297
|
});
|
|
3298
3298
|
}
|
|
@@ -4115,7 +4115,7 @@ export declare class PhotosUploadProfilePhoto extends Function<types.PhotosPhoto
|
|
|
4115
4115
|
protected get [id](): number;
|
|
4116
4116
|
static get [paramDesc](): ParamDesc;
|
|
4117
4117
|
protected get [params](): Params;
|
|
4118
|
-
constructor(params
|
|
4118
|
+
constructor(params?: {
|
|
4119
4119
|
fallback?: true;
|
|
4120
4120
|
bot?: types.TypeInputUser;
|
|
4121
4121
|
file?: types.TypeInputFile;
|
|
@@ -4709,7 +4709,7 @@ export declare class ChannelsGetAdminedPublicChannels extends Function<types.Typ
|
|
|
4709
4709
|
protected get [id](): number;
|
|
4710
4710
|
static get [paramDesc](): ParamDesc;
|
|
4711
4711
|
protected get [params](): Params;
|
|
4712
|
-
constructor(params
|
|
4712
|
+
constructor(params?: {
|
|
4713
4713
|
byLocation?: true;
|
|
4714
4714
|
checkLimit?: true;
|
|
4715
4715
|
});
|
|
@@ -5340,7 +5340,7 @@ export declare class PaymentsClearSavedInfo extends Function<boolean> {
|
|
|
5340
5340
|
protected get [id](): number;
|
|
5341
5341
|
static get [paramDesc](): ParamDesc;
|
|
5342
5342
|
protected get [params](): Params;
|
|
5343
|
-
constructor(params
|
|
5343
|
+
constructor(params?: {
|
|
5344
5344
|
credentials?: true;
|
|
5345
5345
|
info?: true;
|
|
5346
5346
|
});
|
|
@@ -6221,7 +6221,7 @@ export declare class StoriesGetAllStories extends Function<types.TypeStoriesAllS
|
|
|
6221
6221
|
protected get [id](): number;
|
|
6222
6222
|
static get [paramDesc](): ParamDesc;
|
|
6223
6223
|
protected get [params](): Params;
|
|
6224
|
-
constructor(params
|
|
6224
|
+
constructor(params?: {
|
|
6225
6225
|
next?: true;
|
|
6226
6226
|
hidden?: true;
|
|
6227
6227
|
state?: string;
|
package/script/tl/3_functions.js
CHANGED
|
@@ -34,6 +34,7 @@ exports.ChannelsDeleteChannel = exports.ChannelsInviteToChannel = exports.Channe
|
|
|
34
34
|
exports.BotsReorderUsernames = exports.BotsGetBotInfo = exports.BotsSetBotInfo = exports.BotsSetBotGroupDefaultAdminRights = exports.BotsSetBotBroadcastDefaultAdminRights = exports.BotsGetBotMenuButton = exports.BotsSetBotMenuButton = exports.BotsGetBotCommands = exports.BotsResetBotCommands = exports.BotsSetBotCommands = exports.BotsAnswerWebhookJSONQuery = exports.BotsSendCustomRequest = exports.ChannelsClickSponsoredMessage = exports.ChannelsToggleParticipantsHidden = exports.ChannelsReportAntiSpamFalsePositive = exports.ChannelsToggleAntiSpam = exports.ChannelsReorderPinnedForumTopics = exports.ChannelsDeleteTopicHistory = exports.ChannelsUpdatePinnedForumTopic = exports.ChannelsEditForumTopic = exports.ChannelsGetForumTopicsByID = exports.ChannelsGetForumTopics = exports.ChannelsCreateForumTopic = exports.ChannelsToggleForum = exports.ChannelsDeactivateAllUsernames = exports.ChannelsToggleUsername = exports.ChannelsReorderUsernames = exports.ChannelsToggleJoinRequest = exports.ChannelsToggleJoinToSend = exports.ChannelsDeleteParticipantHistory = exports.ChannelsGetSendAs = exports.ChannelsGetSponsoredMessages = exports.ChannelsViewSponsoredMessage = exports.ChannelsConvertToGigagroup = exports.ChannelsGetInactiveChannels = exports.ChannelsToggleSlowMode = exports.ChannelsEditLocation = exports.ChannelsEditCreator = exports.ChannelsSetDiscussionGroup = exports.ChannelsGetGroupsForDiscussion = exports.ChannelsGetLeftChannels = exports.ChannelsTogglePreHistoryHidden = exports.ChannelsDeleteHistory = exports.ChannelsReadMessageContents = exports.ChannelsSetStickers = exports.ChannelsGetAdminLog = exports.ChannelsEditBanned = exports.ChannelsGetAdminedPublicChannels = exports.ChannelsToggleSignatures = exports.ChannelsExportMessageLink = void 0;
|
|
35
35
|
exports.PhoneLeaveGroupCallPresentation = exports.PhoneJoinGroupCallPresentation = exports.PhoneSaveDefaultGroupCallJoinAs = exports.PhoneStartScheduledGroupCall = exports.PhoneToggleGroupCallStartSubscription = exports.PhoneExportGroupCallInvite = exports.PhoneGetGroupCallJoinAs = exports.PhoneEditGroupCallTitle = exports.PhoneEditGroupCallParticipant = exports.PhoneToggleGroupCallRecord = exports.PhoneCheckGroupCall = exports.PhoneGetGroupParticipants = exports.PhoneGetGroupCall = exports.PhoneToggleGroupCallSettings = exports.PhoneDiscardGroupCall = exports.PhoneInviteToGroupCall = exports.PhoneLeaveGroupCall = exports.PhoneJoinGroupCall = exports.PhoneCreateGroupCall = exports.PhoneSendSignalingData = exports.PhoneSaveCallDebug = exports.PhoneSetCallRating = exports.PhoneDiscardCall = exports.PhoneReceivedCall = exports.PhoneConfirmCall = exports.PhoneAcceptCall = exports.PhoneRequestCall = exports.PhoneGetCallConfig = exports.StickersDeleteStickerSet = exports.StickersRenameStickerSet = exports.StickersChangeSticker = exports.StickersSuggestShortName = exports.StickersCheckShortName = exports.StickersSetStickerSetThumb = exports.StickersAddStickerToSet = exports.StickersChangeStickerPosition = exports.StickersRemoveStickerFromSet = exports.StickersCreateStickerSet = exports.PaymentsCanPurchasePremium = exports.PaymentsAssignPlayMarketTransaction = exports.PaymentsAssignAppStoreTransaction = exports.PaymentsExportInvoice = exports.PaymentsGetBankCardData = exports.PaymentsClearSavedInfo = exports.PaymentsGetSavedInfo = exports.PaymentsSendPaymentForm = exports.PaymentsValidateRequestedInfo = exports.PaymentsGetPaymentReceipt = exports.PaymentsGetPaymentForm = exports.BotsToggleUsername = void 0;
|
|
36
36
|
exports.StoriesReport = exports.StoriesExportStoryLink = exports.StoriesGetStoriesViews = exports.StoriesGetStoryViewsList = exports.StoriesIncrementStoryViews = exports.StoriesReadStories = exports.StoriesGetAllReadUserStories = exports.StoriesToggleAllStoriesHidden = exports.StoriesGetStoriesByID = exports.StoriesGetStoriesArchive = exports.StoriesGetPinnedStories = exports.StoriesGetUserStories = exports.StoriesGetAllStories = exports.StoriesTogglePinned = exports.StoriesDeleteStories = exports.StoriesEditStory = exports.StoriesSendStory = exports.ChatlistsLeaveChatlist = exports.ChatlistsGetLeaveChatlistSuggestions = exports.ChatlistsHideChatlistUpdates = exports.ChatlistsJoinChatlistUpdates = exports.ChatlistsGetChatlistUpdates = exports.ChatlistsJoinChatlistInvite = exports.ChatlistsCheckChatlistInvite = exports.ChatlistsGetExportedInvites = exports.ChatlistsEditExportedInvite = exports.ChatlistsDeleteExportedInvite = exports.ChatlistsExportChatlistInvite = exports.StatsGetMessageStats = exports.StatsGetMessagePublicForwards = exports.StatsGetMegagroupStats = exports.StatsLoadAsyncGraph = exports.StatsGetBroadcastStats = exports.FoldersEditPeerFolders = exports.LangpackGetLanguage = exports.LangpackGetLanguages = exports.LangpackGetDifference = exports.LangpackGetStrings = exports.LangpackGetLangPack = exports.PhoneSaveCallLog = exports.PhoneGetGroupCallStreamRtmpURL = exports.PhoneGetGroupCallStreamChannels = void 0;
|
|
37
|
+
// deno-fmt-ignore-file
|
|
37
38
|
const _1_tl_object_js_1 = require("./1_tl_object.js");
|
|
38
39
|
const types = __importStar(require("./2_types.js"));
|
|
39
40
|
class Function extends _1_tl_object_js_1.TLObject {
|
|
@@ -1674,9 +1675,9 @@ class AccountUpdateProfile extends Function {
|
|
|
1674
1675
|
writable: true,
|
|
1675
1676
|
value: void 0
|
|
1676
1677
|
});
|
|
1677
|
-
this.firstName = params
|
|
1678
|
-
this.lastName = params
|
|
1679
|
-
this.about = params
|
|
1678
|
+
this.firstName = params?.firstName;
|
|
1679
|
+
this.lastName = params?.lastName;
|
|
1680
|
+
this.about = params?.about;
|
|
1680
1681
|
}
|
|
1681
1682
|
}
|
|
1682
1683
|
exports.AccountUpdateProfile = AccountUpdateProfile;
|
|
@@ -2779,13 +2780,13 @@ class AccountInitTakeoutSession extends Function {
|
|
|
2779
2780
|
writable: true,
|
|
2780
2781
|
value: void 0
|
|
2781
2782
|
});
|
|
2782
|
-
this.contacts = params
|
|
2783
|
-
this.messageUsers = params
|
|
2784
|
-
this.messageChats = params
|
|
2785
|
-
this.messageMegagroups = params
|
|
2786
|
-
this.messageChannels = params
|
|
2787
|
-
this.files = params
|
|
2788
|
-
this.fileMaxSize = params
|
|
2783
|
+
this.contacts = params?.contacts;
|
|
2784
|
+
this.messageUsers = params?.messageUsers;
|
|
2785
|
+
this.messageChats = params?.messageChats;
|
|
2786
|
+
this.messageMegagroups = params?.messageMegagroups;
|
|
2787
|
+
this.messageChannels = params?.messageChannels;
|
|
2788
|
+
this.files = params?.files;
|
|
2789
|
+
this.fileMaxSize = params?.fileMaxSize;
|
|
2789
2790
|
}
|
|
2790
2791
|
}
|
|
2791
2792
|
exports.AccountInitTakeoutSession = AccountInitTakeoutSession;
|
|
@@ -2813,7 +2814,7 @@ class AccountFinishTakeoutSession extends Function {
|
|
|
2813
2814
|
writable: true,
|
|
2814
2815
|
value: void 0
|
|
2815
2816
|
});
|
|
2816
|
-
this.success = params
|
|
2817
|
+
this.success = params?.success;
|
|
2817
2818
|
}
|
|
2818
2819
|
}
|
|
2819
2820
|
exports.AccountFinishTakeoutSession = AccountFinishTakeoutSession;
|
|
@@ -2954,9 +2955,9 @@ class AccountGetNotifyExceptions extends Function {
|
|
|
2954
2955
|
writable: true,
|
|
2955
2956
|
value: void 0
|
|
2956
2957
|
});
|
|
2957
|
-
this.compareSound = params
|
|
2958
|
-
this.compareStories = params
|
|
2959
|
-
this.peer = params
|
|
2958
|
+
this.compareSound = params?.compareSound;
|
|
2959
|
+
this.compareStories = params?.compareStories;
|
|
2960
|
+
this.peer = params?.peer;
|
|
2960
2961
|
}
|
|
2961
2962
|
}
|
|
2962
2963
|
exports.AccountGetNotifyExceptions = AccountGetNotifyExceptions;
|
|
@@ -3462,10 +3463,10 @@ class AccountInstallTheme extends Function {
|
|
|
3462
3463
|
writable: true,
|
|
3463
3464
|
value: void 0
|
|
3464
3465
|
});
|
|
3465
|
-
this.dark = params
|
|
3466
|
-
this.theme = params
|
|
3467
|
-
this.format = params
|
|
3468
|
-
this.baseTheme = params
|
|
3466
|
+
this.dark = params?.dark;
|
|
3467
|
+
this.theme = params?.theme;
|
|
3468
|
+
this.format = params?.format;
|
|
3469
|
+
this.baseTheme = params?.baseTheme;
|
|
3469
3470
|
}
|
|
3470
3471
|
}
|
|
3471
3472
|
exports.AccountInstallTheme = AccountInstallTheme;
|
|
@@ -3563,7 +3564,7 @@ class AccountSetContentSettings extends Function {
|
|
|
3563
3564
|
writable: true,
|
|
3564
3565
|
value: void 0
|
|
3565
3566
|
});
|
|
3566
|
-
this.sensitiveEnabled = params
|
|
3567
|
+
this.sensitiveEnabled = params?.sensitiveEnabled;
|
|
3567
3568
|
}
|
|
3568
3569
|
}
|
|
3569
3570
|
exports.AccountSetContentSettings = AccountSetContentSettings;
|
|
@@ -8615,7 +8616,7 @@ class MessagesClearRecentStickers extends Function {
|
|
|
8615
8616
|
writable: true,
|
|
8616
8617
|
value: void 0
|
|
8617
8618
|
});
|
|
8618
|
-
this.attached = params
|
|
8619
|
+
this.attached = params?.attached;
|
|
8619
8620
|
}
|
|
8620
8621
|
}
|
|
8621
8622
|
exports.MessagesClearRecentStickers = MessagesClearRecentStickers;
|
|
@@ -10243,10 +10244,10 @@ class MessagesRequestURLAuth extends Function {
|
|
|
10243
10244
|
writable: true,
|
|
10244
10245
|
value: void 0
|
|
10245
10246
|
});
|
|
10246
|
-
this.peer = params
|
|
10247
|
-
this.msgId = params
|
|
10248
|
-
this.buttonId = params
|
|
10249
|
-
this.url = params
|
|
10247
|
+
this.peer = params?.peer;
|
|
10248
|
+
this.msgId = params?.msgId;
|
|
10249
|
+
this.buttonId = params?.buttonId;
|
|
10250
|
+
this.url = params?.url;
|
|
10250
10251
|
}
|
|
10251
10252
|
}
|
|
10252
10253
|
exports.MessagesRequestURLAuth = MessagesRequestURLAuth;
|
|
@@ -10306,11 +10307,11 @@ class MessagesAcceptURLAuth extends Function {
|
|
|
10306
10307
|
writable: true,
|
|
10307
10308
|
value: void 0
|
|
10308
10309
|
});
|
|
10309
|
-
this.writeAllowed = params
|
|
10310
|
-
this.peer = params
|
|
10311
|
-
this.msgId = params
|
|
10312
|
-
this.buttonId = params
|
|
10313
|
-
this.url = params
|
|
10310
|
+
this.writeAllowed = params?.writeAllowed;
|
|
10311
|
+
this.peer = params?.peer;
|
|
10312
|
+
this.msgId = params?.msgId;
|
|
10313
|
+
this.buttonId = params?.buttonId;
|
|
10314
|
+
this.url = params?.url;
|
|
10314
10315
|
}
|
|
10315
10316
|
}
|
|
10316
10317
|
exports.MessagesAcceptURLAuth = MessagesAcceptURLAuth;
|
|
@@ -11000,7 +11001,7 @@ class MessagesDeletePhoneCallHistory extends Function {
|
|
|
11000
11001
|
writable: true,
|
|
11001
11002
|
value: void 0
|
|
11002
11003
|
});
|
|
11003
|
-
this.revoke = params
|
|
11004
|
+
this.revoke = params?.revoke;
|
|
11004
11005
|
}
|
|
11005
11006
|
}
|
|
11006
11007
|
exports.MessagesDeletePhoneCallHistory = MessagesDeletePhoneCallHistory;
|
|
@@ -13828,12 +13829,12 @@ class PhotosUploadProfilePhoto extends Function {
|
|
|
13828
13829
|
writable: true,
|
|
13829
13830
|
value: void 0
|
|
13830
13831
|
});
|
|
13831
|
-
this.fallback = params
|
|
13832
|
-
this.bot = params
|
|
13833
|
-
this.file = params
|
|
13834
|
-
this.video = params
|
|
13835
|
-
this.videoStartTs = params
|
|
13836
|
-
this.videoEmojiMarkup = params
|
|
13832
|
+
this.fallback = params?.fallback;
|
|
13833
|
+
this.bot = params?.bot;
|
|
13834
|
+
this.file = params?.file;
|
|
13835
|
+
this.video = params?.video;
|
|
13836
|
+
this.videoStartTs = params?.videoStartTs;
|
|
13837
|
+
this.videoEmojiMarkup = params?.videoEmojiMarkup;
|
|
13837
13838
|
}
|
|
13838
13839
|
}
|
|
13839
13840
|
exports.PhotosUploadProfilePhoto = PhotosUploadProfilePhoto;
|
|
@@ -15722,8 +15723,8 @@ class ChannelsGetAdminedPublicChannels extends Function {
|
|
|
15722
15723
|
writable: true,
|
|
15723
15724
|
value: void 0
|
|
15724
15725
|
});
|
|
15725
|
-
this.byLocation = params
|
|
15726
|
-
this.checkLimit = params
|
|
15726
|
+
this.byLocation = params?.byLocation;
|
|
15727
|
+
this.checkLimit = params?.checkLimit;
|
|
15727
15728
|
}
|
|
15728
15729
|
}
|
|
15729
15730
|
exports.ChannelsGetAdminedPublicChannels = ChannelsGetAdminedPublicChannels;
|
|
@@ -17810,8 +17811,8 @@ class PaymentsClearSavedInfo extends Function {
|
|
|
17810
17811
|
writable: true,
|
|
17811
17812
|
value: void 0
|
|
17812
17813
|
});
|
|
17813
|
-
this.credentials = params
|
|
17814
|
-
this.info = params
|
|
17814
|
+
this.credentials = params?.credentials;
|
|
17815
|
+
this.info = params?.info;
|
|
17815
17816
|
}
|
|
17816
17817
|
}
|
|
17817
17818
|
exports.PaymentsClearSavedInfo = PaymentsClearSavedInfo;
|
|
@@ -20762,9 +20763,9 @@ class StoriesGetAllStories extends Function {
|
|
|
20762
20763
|
writable: true,
|
|
20763
20764
|
value: void 0
|
|
20764
20765
|
});
|
|
20765
|
-
this.next = params
|
|
20766
|
-
this.hidden = params
|
|
20767
|
-
this.state = params
|
|
20766
|
+
this.next = params?.next;
|
|
20767
|
+
this.hidden = params?.hidden;
|
|
20768
|
+
this.state = params?.state;
|
|
20768
20769
|
}
|
|
20769
20770
|
}
|
|
20770
20771
|
exports.StoriesGetAllStories = StoriesGetAllStories;
|