@mtkruto/node 0.1.157 → 0.1.160
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/4_constants.d.ts +2 -2
- package/esm/4_constants.js +2 -2
- package/esm/client/1_composer.d.ts +2 -2
- package/esm/client/1_composer.js +4 -4
- package/esm/client/1_file_manager.js +53 -56
- package/esm/client/2_message_manager.js +8 -11
- package/esm/client/4_client.d.ts +2 -2
- package/esm/client/4_client.js +4 -4
- package/esm/tl/2_types.d.ts +596 -1
- package/esm/tl/2_types.js +1824 -319
- package/esm/tl/3_functions.d.ts +374 -2
- package/esm/tl/3_functions.js +943 -31
- package/esm/types/0__file_id.d.ts +79 -54
- package/esm/types/0__file_id.js +259 -277
- package/esm/types/0_chat_photo.js +15 -21
- package/esm/types/0_giveaway_parameters.d.ts +5 -0
- package/esm/types/0_login_url.d.ts +4 -0
- package/esm/types/0_message_reference.d.ts +2 -0
- package/esm/types/0_price_tag.d.ts +2 -0
- package/esm/types/0_thumbnail.js +16 -14
- package/esm/types/1_giveaway.d.ts +2 -0
- package/esm/types/1_inline_query_result_button.d.ts +3 -0
- package/esm/types/1_photo.js +20 -14
- package/esm/types/1_poll.d.ts +13 -0
- package/esm/types/1_reaction_count.d.ts +2 -0
- package/esm/types/1_reply_quote.d.ts +3 -0
- package/esm/types/1_user.d.ts +13 -13
- package/esm/types/2_chosen_inline_result.d.ts +5 -0
- package/esm/types/2_game.d.ts +6 -0
- package/esm/types/2_game.js +11 -7
- package/esm/types/2_inactive_chat.d.ts +3 -0
- package/esm/types/2_inline_query.d.ts +6 -0
- package/esm/types/2_message_interactions.d.ts +5 -0
- package/esm/types/2_message_reaction_count.d.ts +4 -0
- package/esm/types/2_message_reactions.d.ts +7 -0
- package/esm/types/2_story_content.js +4 -7
- package/esm/types/4_inline_query_result.js +5 -5
- package/esm/types/4_message.js +21 -17
- package/esm/types/5_callback_query.d.ts +7 -0
- package/esm/utilities/0_buffer.d.ts +1 -1
- package/esm/utilities/0_buffer.js +26 -24
- package/package.json +1 -1
- package/script/4_constants.d.ts +2 -2
- package/script/4_constants.js +2 -2
- package/script/client/1_composer.d.ts +2 -2
- package/script/client/1_composer.js +4 -4
- package/script/client/1_file_manager.js +52 -55
- package/script/client/2_message_manager.js +6 -9
- package/script/client/4_client.d.ts +2 -2
- package/script/client/4_client.js +4 -4
- package/script/tl/2_types.d.ts +596 -1
- package/script/tl/2_types.js +1904 -345
- package/script/tl/3_functions.d.ts +374 -2
- package/script/tl/3_functions.js +977 -41
- package/script/types/0__file_id.d.ts +79 -54
- package/script/types/0__file_id.js +263 -280
- package/script/types/0_chat_photo.js +14 -20
- package/script/types/0_giveaway_parameters.d.ts +5 -0
- package/script/types/0_login_url.d.ts +4 -0
- package/script/types/0_message_reference.d.ts +2 -0
- package/script/types/0_price_tag.d.ts +2 -0
- package/script/types/0_thumbnail.js +15 -13
- package/script/types/1_giveaway.d.ts +2 -0
- package/script/types/1_inline_query_result_button.d.ts +3 -0
- package/script/types/1_photo.js +19 -13
- package/script/types/1_poll.d.ts +13 -0
- package/script/types/1_reaction_count.d.ts +2 -0
- package/script/types/1_reply_quote.d.ts +3 -0
- package/script/types/1_user.d.ts +13 -13
- package/script/types/2_chosen_inline_result.d.ts +5 -0
- package/script/types/2_game.d.ts +6 -0
- package/script/types/2_game.js +10 -6
- package/script/types/2_inactive_chat.d.ts +3 -0
- package/script/types/2_inline_query.d.ts +6 -0
- package/script/types/2_message_interactions.d.ts +5 -0
- package/script/types/2_message_reaction_count.d.ts +4 -0
- package/script/types/2_message_reactions.d.ts +7 -0
- package/script/types/2_story_content.js +3 -6
- package/script/types/4_inline_query_result.js +4 -4
- package/script/types/4_message.js +20 -16
- package/script/types/5_callback_query.d.ts +7 -0
- package/script/utilities/0_buffer.d.ts +1 -1
- package/script/utilities/0_buffer.js +26 -24
package/esm/tl/2_types.js
CHANGED
|
@@ -934,6 +934,48 @@ export class _messages_SavedReactionTags_ extends Type_ {
|
|
|
934
934
|
}
|
|
935
935
|
export class _OutboxReadDate_ extends Type_ {
|
|
936
936
|
}
|
|
937
|
+
export class _smsjobs_EligibilityToJoin_ extends Type_ {
|
|
938
|
+
}
|
|
939
|
+
export class _smsjobs_Status_ extends Type_ {
|
|
940
|
+
}
|
|
941
|
+
export class _SmsJob_ extends Type_ {
|
|
942
|
+
}
|
|
943
|
+
export class _BusinessWeeklyOpen_ extends Type_ {
|
|
944
|
+
}
|
|
945
|
+
export class _BusinessWorkHours_ extends Type_ {
|
|
946
|
+
}
|
|
947
|
+
export class _BusinessLocation_ extends Type_ {
|
|
948
|
+
}
|
|
949
|
+
export class _InputBusinessRecipients_ extends Type_ {
|
|
950
|
+
}
|
|
951
|
+
export class _BusinessRecipients_ extends Type_ {
|
|
952
|
+
}
|
|
953
|
+
export class _BusinessAwayMessageSchedule_ extends Type_ {
|
|
954
|
+
}
|
|
955
|
+
export class _InputBusinessGreetingMessage_ extends Type_ {
|
|
956
|
+
}
|
|
957
|
+
export class _BusinessGreetingMessage_ extends Type_ {
|
|
958
|
+
}
|
|
959
|
+
export class _InputBusinessAwayMessage_ extends Type_ {
|
|
960
|
+
}
|
|
961
|
+
export class _BusinessAwayMessage_ extends Type_ {
|
|
962
|
+
}
|
|
963
|
+
export class _Timezone_ extends Type_ {
|
|
964
|
+
}
|
|
965
|
+
export class _help_TimezonesList_ extends Type_ {
|
|
966
|
+
}
|
|
967
|
+
export class _QuickReply_ extends Type_ {
|
|
968
|
+
}
|
|
969
|
+
export class _InputQuickReplyShortcut_ extends Type_ {
|
|
970
|
+
}
|
|
971
|
+
export class _messages_QuickReplies_ extends Type_ {
|
|
972
|
+
}
|
|
973
|
+
export class _ConnectedBot_ extends Type_ {
|
|
974
|
+
}
|
|
975
|
+
export class _account_ConnectedBots_ extends Type_ {
|
|
976
|
+
}
|
|
977
|
+
export class _messages_DialogFilters_ extends Type_ {
|
|
978
|
+
}
|
|
937
979
|
export class ResPQ_ extends _ResPQ_ {
|
|
938
980
|
get [id]() {
|
|
939
981
|
return 0x05162463;
|
|
@@ -7600,7 +7642,7 @@ export class MessageEmpty_ extends _Message_ {
|
|
|
7600
7642
|
/** A message */
|
|
7601
7643
|
export class Message_ extends _Message_ {
|
|
7602
7644
|
get [id]() {
|
|
7603
|
-
return
|
|
7645
|
+
return 0xA66C7EFC;
|
|
7604
7646
|
}
|
|
7605
7647
|
static get [name]() {
|
|
7606
7648
|
return "message";
|
|
@@ -7641,6 +7683,7 @@ export class Message_ extends _Message_ {
|
|
|
7641
7683
|
["reactions", _MessageReactions_, "flags.20?MessageReactions"],
|
|
7642
7684
|
["restriction_reason", [_RestrictionReason_], "flags.22?Vector<RestrictionReason>"],
|
|
7643
7685
|
["ttl_period", "number", "flags.25?int"],
|
|
7686
|
+
["quick_reply_shortcut_id", "number", "flags.30?int"],
|
|
7644
7687
|
];
|
|
7645
7688
|
}
|
|
7646
7689
|
get [params]() {
|
|
@@ -7679,6 +7722,7 @@ export class Message_ extends _Message_ {
|
|
|
7679
7722
|
[this.reactions ?? null, _MessageReactions_, "flags.20?MessageReactions"],
|
|
7680
7723
|
[this.restriction_reason ?? null, [_RestrictionReason_], "flags.22?Vector<RestrictionReason>"],
|
|
7681
7724
|
[this.ttl_period ?? null, "number", "flags.25?int"],
|
|
7725
|
+
[this.quick_reply_shortcut_id ?? null, "number", "flags.30?int"],
|
|
7682
7726
|
];
|
|
7683
7727
|
}
|
|
7684
7728
|
constructor(params) {
|
|
@@ -7913,6 +7957,12 @@ export class Message_ extends _Message_ {
|
|
|
7913
7957
|
writable: true,
|
|
7914
7958
|
value: void 0
|
|
7915
7959
|
});
|
|
7960
|
+
Object.defineProperty(this, "quick_reply_shortcut_id", {
|
|
7961
|
+
enumerable: true,
|
|
7962
|
+
configurable: true,
|
|
7963
|
+
writable: true,
|
|
7964
|
+
value: void 0
|
|
7965
|
+
});
|
|
7916
7966
|
this.out = params.out;
|
|
7917
7967
|
this.mentioned = params.mentioned;
|
|
7918
7968
|
this.media_unread = params.media_unread;
|
|
@@ -7946,6 +7996,7 @@ export class Message_ extends _Message_ {
|
|
|
7946
7996
|
this.reactions = params.reactions;
|
|
7947
7997
|
this.restriction_reason = params.restriction_reason;
|
|
7948
7998
|
this.ttl_period = params.ttl_period;
|
|
7999
|
+
this.quick_reply_shortcut_id = params.quick_reply_shortcut_id;
|
|
7949
8000
|
}
|
|
7950
8001
|
}
|
|
7951
8002
|
/** Indicates a service message */
|
|
@@ -12667,7 +12718,7 @@ export class InputReportReasonPersonalDetails_ extends _ReportReason_ {
|
|
|
12667
12718
|
/** Extended user info */
|
|
12668
12719
|
export class UserFull_ extends _UserFull_ {
|
|
12669
12720
|
get [id]() {
|
|
12670
|
-
return
|
|
12721
|
+
return 0x22FF3E85;
|
|
12671
12722
|
}
|
|
12672
12723
|
static get [name]() {
|
|
12673
12724
|
return "userFull";
|
|
@@ -12688,6 +12739,7 @@ export class UserFull_ extends _UserFull_ {
|
|
|
12688
12739
|
["wallpaper_overridden", "true", "flags.28?true"],
|
|
12689
12740
|
["contact_require_premium", "true", "flags.29?true"],
|
|
12690
12741
|
["read_dates_private", "true", "flags.30?true"],
|
|
12742
|
+
["flags2", flags, "#"],
|
|
12691
12743
|
["id", "bigint", "long"],
|
|
12692
12744
|
["about", "string", "flags.1?string"],
|
|
12693
12745
|
["settings", _PeerSettings_, "PeerSettings"],
|
|
@@ -12707,6 +12759,10 @@ export class UserFull_ extends _UserFull_ {
|
|
|
12707
12759
|
["premium_gifts", [_PremiumGiftOption_], "flags.19?Vector<PremiumGiftOption>"],
|
|
12708
12760
|
["wallpaper", _WallPaper_, "flags.24?WallPaper"],
|
|
12709
12761
|
["stories", _PeerStories_, "flags.25?PeerStories"],
|
|
12762
|
+
["business_work_hours", _BusinessWorkHours_, "flags2.0?BusinessWorkHours"],
|
|
12763
|
+
["business_location", _BusinessLocation_, "flags2.1?BusinessLocation"],
|
|
12764
|
+
["business_greeting_message", _BusinessGreetingMessage_, "flags2.2?BusinessGreetingMessage"],
|
|
12765
|
+
["business_away_message", _BusinessAwayMessage_, "flags2.3?BusinessAwayMessage"],
|
|
12710
12766
|
];
|
|
12711
12767
|
}
|
|
12712
12768
|
get [params]() {
|
|
@@ -12725,6 +12781,7 @@ export class UserFull_ extends _UserFull_ {
|
|
|
12725
12781
|
[this.wallpaper_overridden ?? null, "true", "flags.28?true"],
|
|
12726
12782
|
[this.contact_require_premium ?? null, "true", "flags.29?true"],
|
|
12727
12783
|
[this.read_dates_private ?? null, "true", "flags.30?true"],
|
|
12784
|
+
["flags2", flags, "#"],
|
|
12728
12785
|
[this.id, "bigint", "long"],
|
|
12729
12786
|
[this.about ?? null, "string", "flags.1?string"],
|
|
12730
12787
|
[this.settings, _PeerSettings_, "PeerSettings"],
|
|
@@ -12744,6 +12801,10 @@ export class UserFull_ extends _UserFull_ {
|
|
|
12744
12801
|
[this.premium_gifts ?? null, [_PremiumGiftOption_], "flags.19?Vector<PremiumGiftOption>"],
|
|
12745
12802
|
[this.wallpaper ?? null, _WallPaper_, "flags.24?WallPaper"],
|
|
12746
12803
|
[this.stories ?? null, _PeerStories_, "flags.25?PeerStories"],
|
|
12804
|
+
[this.business_work_hours ?? null, _BusinessWorkHours_, "flags2.0?BusinessWorkHours"],
|
|
12805
|
+
[this.business_location ?? null, _BusinessLocation_, "flags2.1?BusinessLocation"],
|
|
12806
|
+
[this.business_greeting_message ?? null, _BusinessGreetingMessage_, "flags2.2?BusinessGreetingMessage"],
|
|
12807
|
+
[this.business_away_message ?? null, _BusinessAwayMessage_, "flags2.3?BusinessAwayMessage"],
|
|
12747
12808
|
];
|
|
12748
12809
|
}
|
|
12749
12810
|
constructor(params) {
|
|
@@ -12970,6 +13031,30 @@ export class UserFull_ extends _UserFull_ {
|
|
|
12970
13031
|
writable: true,
|
|
12971
13032
|
value: void 0
|
|
12972
13033
|
});
|
|
13034
|
+
Object.defineProperty(this, "business_work_hours", {
|
|
13035
|
+
enumerable: true,
|
|
13036
|
+
configurable: true,
|
|
13037
|
+
writable: true,
|
|
13038
|
+
value: void 0
|
|
13039
|
+
});
|
|
13040
|
+
Object.defineProperty(this, "business_location", {
|
|
13041
|
+
enumerable: true,
|
|
13042
|
+
configurable: true,
|
|
13043
|
+
writable: true,
|
|
13044
|
+
value: void 0
|
|
13045
|
+
});
|
|
13046
|
+
Object.defineProperty(this, "business_greeting_message", {
|
|
13047
|
+
enumerable: true,
|
|
13048
|
+
configurable: true,
|
|
13049
|
+
writable: true,
|
|
13050
|
+
value: void 0
|
|
13051
|
+
});
|
|
13052
|
+
Object.defineProperty(this, "business_away_message", {
|
|
13053
|
+
enumerable: true,
|
|
13054
|
+
configurable: true,
|
|
13055
|
+
writable: true,
|
|
13056
|
+
value: void 0
|
|
13057
|
+
});
|
|
12973
13058
|
this.blocked = params.blocked;
|
|
12974
13059
|
this.phone_calls_available = params.phone_calls_available;
|
|
12975
13060
|
this.phone_calls_private = params.phone_calls_private;
|
|
@@ -13002,6 +13087,10 @@ export class UserFull_ extends _UserFull_ {
|
|
|
13002
13087
|
this.premium_gifts = params.premium_gifts;
|
|
13003
13088
|
this.wallpaper = params.wallpaper;
|
|
13004
13089
|
this.stories = params.stories;
|
|
13090
|
+
this.business_work_hours = params.business_work_hours;
|
|
13091
|
+
this.business_location = params.business_location;
|
|
13092
|
+
this.business_greeting_message = params.business_greeting_message;
|
|
13093
|
+
this.business_away_message = params.business_away_message;
|
|
13005
13094
|
}
|
|
13006
13095
|
}
|
|
13007
13096
|
/** A contact of the current user that is registered in the system. */
|
|
@@ -20102,6 +20191,183 @@ export class UpdateSavedReactionTags_ extends _Update_ {
|
|
|
20102
20191
|
super();
|
|
20103
20192
|
}
|
|
20104
20193
|
}
|
|
20194
|
+
export class UpdateSmsJob_ extends _Update_ {
|
|
20195
|
+
get [id]() {
|
|
20196
|
+
return 0xF16269D4;
|
|
20197
|
+
}
|
|
20198
|
+
static get [name]() {
|
|
20199
|
+
return "updateSmsJob";
|
|
20200
|
+
}
|
|
20201
|
+
static get [paramDesc]() {
|
|
20202
|
+
return [
|
|
20203
|
+
["job_id", "string", "string"],
|
|
20204
|
+
];
|
|
20205
|
+
}
|
|
20206
|
+
get [params]() {
|
|
20207
|
+
return [
|
|
20208
|
+
[this.job_id, "string", "string"],
|
|
20209
|
+
];
|
|
20210
|
+
}
|
|
20211
|
+
constructor(params) {
|
|
20212
|
+
super();
|
|
20213
|
+
Object.defineProperty(this, "job_id", {
|
|
20214
|
+
enumerable: true,
|
|
20215
|
+
configurable: true,
|
|
20216
|
+
writable: true,
|
|
20217
|
+
value: void 0
|
|
20218
|
+
});
|
|
20219
|
+
this.job_id = params.job_id;
|
|
20220
|
+
}
|
|
20221
|
+
}
|
|
20222
|
+
export class UpdateQuickReplies_ extends _Update_ {
|
|
20223
|
+
get [id]() {
|
|
20224
|
+
return 0xF9470AB2;
|
|
20225
|
+
}
|
|
20226
|
+
static get [name]() {
|
|
20227
|
+
return "updateQuickReplies";
|
|
20228
|
+
}
|
|
20229
|
+
static get [paramDesc]() {
|
|
20230
|
+
return [
|
|
20231
|
+
["quick_replies", [_QuickReply_], "Vector<QuickReply>"],
|
|
20232
|
+
];
|
|
20233
|
+
}
|
|
20234
|
+
get [params]() {
|
|
20235
|
+
return [
|
|
20236
|
+
[this.quick_replies, [_QuickReply_], "Vector<QuickReply>"],
|
|
20237
|
+
];
|
|
20238
|
+
}
|
|
20239
|
+
constructor(params) {
|
|
20240
|
+
super();
|
|
20241
|
+
Object.defineProperty(this, "quick_replies", {
|
|
20242
|
+
enumerable: true,
|
|
20243
|
+
configurable: true,
|
|
20244
|
+
writable: true,
|
|
20245
|
+
value: void 0
|
|
20246
|
+
});
|
|
20247
|
+
this.quick_replies = params.quick_replies;
|
|
20248
|
+
}
|
|
20249
|
+
}
|
|
20250
|
+
export class UpdateNewQuickReply_ extends _Update_ {
|
|
20251
|
+
get [id]() {
|
|
20252
|
+
return 0xF53DA717;
|
|
20253
|
+
}
|
|
20254
|
+
static get [name]() {
|
|
20255
|
+
return "updateNewQuickReply";
|
|
20256
|
+
}
|
|
20257
|
+
static get [paramDesc]() {
|
|
20258
|
+
return [
|
|
20259
|
+
["quick_reply", _QuickReply_, "QuickReply"],
|
|
20260
|
+
];
|
|
20261
|
+
}
|
|
20262
|
+
get [params]() {
|
|
20263
|
+
return [
|
|
20264
|
+
[this.quick_reply, _QuickReply_, "QuickReply"],
|
|
20265
|
+
];
|
|
20266
|
+
}
|
|
20267
|
+
constructor(params) {
|
|
20268
|
+
super();
|
|
20269
|
+
Object.defineProperty(this, "quick_reply", {
|
|
20270
|
+
enumerable: true,
|
|
20271
|
+
configurable: true,
|
|
20272
|
+
writable: true,
|
|
20273
|
+
value: void 0
|
|
20274
|
+
});
|
|
20275
|
+
this.quick_reply = params.quick_reply;
|
|
20276
|
+
}
|
|
20277
|
+
}
|
|
20278
|
+
export class UpdateDeleteQuickReply_ extends _Update_ {
|
|
20279
|
+
get [id]() {
|
|
20280
|
+
return 0x53E6F1EC;
|
|
20281
|
+
}
|
|
20282
|
+
static get [name]() {
|
|
20283
|
+
return "updateDeleteQuickReply";
|
|
20284
|
+
}
|
|
20285
|
+
static get [paramDesc]() {
|
|
20286
|
+
return [
|
|
20287
|
+
["shortcut_id", "number", "int"],
|
|
20288
|
+
];
|
|
20289
|
+
}
|
|
20290
|
+
get [params]() {
|
|
20291
|
+
return [
|
|
20292
|
+
[this.shortcut_id, "number", "int"],
|
|
20293
|
+
];
|
|
20294
|
+
}
|
|
20295
|
+
constructor(params) {
|
|
20296
|
+
super();
|
|
20297
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
20298
|
+
enumerable: true,
|
|
20299
|
+
configurable: true,
|
|
20300
|
+
writable: true,
|
|
20301
|
+
value: void 0
|
|
20302
|
+
});
|
|
20303
|
+
this.shortcut_id = params.shortcut_id;
|
|
20304
|
+
}
|
|
20305
|
+
}
|
|
20306
|
+
export class UpdateQuickReplyMessage_ extends _Update_ {
|
|
20307
|
+
get [id]() {
|
|
20308
|
+
return 0x3E050D0F;
|
|
20309
|
+
}
|
|
20310
|
+
static get [name]() {
|
|
20311
|
+
return "updateQuickReplyMessage";
|
|
20312
|
+
}
|
|
20313
|
+
static get [paramDesc]() {
|
|
20314
|
+
return [
|
|
20315
|
+
["message", _Message_, "Message"],
|
|
20316
|
+
];
|
|
20317
|
+
}
|
|
20318
|
+
get [params]() {
|
|
20319
|
+
return [
|
|
20320
|
+
[this.message, _Message_, "Message"],
|
|
20321
|
+
];
|
|
20322
|
+
}
|
|
20323
|
+
constructor(params) {
|
|
20324
|
+
super();
|
|
20325
|
+
Object.defineProperty(this, "message", {
|
|
20326
|
+
enumerable: true,
|
|
20327
|
+
configurable: true,
|
|
20328
|
+
writable: true,
|
|
20329
|
+
value: void 0
|
|
20330
|
+
});
|
|
20331
|
+
this.message = params.message;
|
|
20332
|
+
}
|
|
20333
|
+
}
|
|
20334
|
+
export class UpdateDeleteQuickReplyMessages_ extends _Update_ {
|
|
20335
|
+
get [id]() {
|
|
20336
|
+
return 0x566FE7CD;
|
|
20337
|
+
}
|
|
20338
|
+
static get [name]() {
|
|
20339
|
+
return "updateDeleteQuickReplyMessages";
|
|
20340
|
+
}
|
|
20341
|
+
static get [paramDesc]() {
|
|
20342
|
+
return [
|
|
20343
|
+
["shortcut_id", "number", "int"],
|
|
20344
|
+
["messages", ["number"], "Vector<int>"],
|
|
20345
|
+
];
|
|
20346
|
+
}
|
|
20347
|
+
get [params]() {
|
|
20348
|
+
return [
|
|
20349
|
+
[this.shortcut_id, "number", "int"],
|
|
20350
|
+
[this.messages, ["number"], "Vector<int>"],
|
|
20351
|
+
];
|
|
20352
|
+
}
|
|
20353
|
+
constructor(params) {
|
|
20354
|
+
super();
|
|
20355
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
20356
|
+
enumerable: true,
|
|
20357
|
+
configurable: true,
|
|
20358
|
+
writable: true,
|
|
20359
|
+
value: void 0
|
|
20360
|
+
});
|
|
20361
|
+
Object.defineProperty(this, "messages", {
|
|
20362
|
+
enumerable: true,
|
|
20363
|
+
configurable: true,
|
|
20364
|
+
writable: true,
|
|
20365
|
+
value: void 0
|
|
20366
|
+
});
|
|
20367
|
+
this.shortcut_id = params.shortcut_id;
|
|
20368
|
+
this.messages = params.messages;
|
|
20369
|
+
}
|
|
20370
|
+
}
|
|
20105
20371
|
/** Updates state. */
|
|
20106
20372
|
export class updates_State_ extends _updates_State_ {
|
|
20107
20373
|
get [id]() {
|
|
@@ -48322,7 +48588,7 @@ export class payments_BankCardData_ extends _payments_BankCardData_ {
|
|
|
48322
48588
|
/** Dialog filter AKA [folder](https://core.telegram.org/api/folders) */
|
|
48323
48589
|
export class DialogFilter_ extends _DialogFilter_ {
|
|
48324
48590
|
get [id]() {
|
|
48325
|
-
return
|
|
48591
|
+
return 0x5FB5523B;
|
|
48326
48592
|
}
|
|
48327
48593
|
static get [name]() {
|
|
48328
48594
|
return "dialogFilter";
|
|
@@ -48341,6 +48607,7 @@ export class DialogFilter_ extends _DialogFilter_ {
|
|
|
48341
48607
|
["id", "number", "int"],
|
|
48342
48608
|
["title", "string", "string"],
|
|
48343
48609
|
["emoticon", "string", "flags.25?string"],
|
|
48610
|
+
["color", "number", "flags.27?int"],
|
|
48344
48611
|
["pinned_peers", [_InputPeer_], "Vector<InputPeer>"],
|
|
48345
48612
|
["include_peers", [_InputPeer_], "Vector<InputPeer>"],
|
|
48346
48613
|
["exclude_peers", [_InputPeer_], "Vector<InputPeer>"],
|
|
@@ -48360,6 +48627,7 @@ export class DialogFilter_ extends _DialogFilter_ {
|
|
|
48360
48627
|
[this.id, "number", "int"],
|
|
48361
48628
|
[this.title, "string", "string"],
|
|
48362
48629
|
[this.emoticon ?? null, "string", "flags.25?string"],
|
|
48630
|
+
[this.color ?? null, "number", "flags.27?int"],
|
|
48363
48631
|
[this.pinned_peers, [_InputPeer_], "Vector<InputPeer>"],
|
|
48364
48632
|
[this.include_peers, [_InputPeer_], "Vector<InputPeer>"],
|
|
48365
48633
|
[this.exclude_peers, [_InputPeer_], "Vector<InputPeer>"],
|
|
@@ -48444,6 +48712,12 @@ export class DialogFilter_ extends _DialogFilter_ {
|
|
|
48444
48712
|
writable: true,
|
|
48445
48713
|
value: void 0
|
|
48446
48714
|
});
|
|
48715
|
+
Object.defineProperty(this, "color", {
|
|
48716
|
+
enumerable: true,
|
|
48717
|
+
configurable: true,
|
|
48718
|
+
writable: true,
|
|
48719
|
+
value: void 0
|
|
48720
|
+
});
|
|
48447
48721
|
/** Pinned chats, [folders](https://core.telegram.org/api/folders) can have unlimited pinned chats */
|
|
48448
48722
|
Object.defineProperty(this, "pinned_peers", {
|
|
48449
48723
|
enumerable: true,
|
|
@@ -48476,6 +48750,7 @@ export class DialogFilter_ extends _DialogFilter_ {
|
|
|
48476
48750
|
this.id = params.id;
|
|
48477
48751
|
this.title = params.title;
|
|
48478
48752
|
this.emoticon = params.emoticon;
|
|
48753
|
+
this.color = params.color;
|
|
48479
48754
|
this.pinned_peers = params.pinned_peers;
|
|
48480
48755
|
this.include_peers = params.include_peers;
|
|
48481
48756
|
this.exclude_peers = params.exclude_peers;
|
|
@@ -48502,7 +48777,7 @@ export class DialogFilterDefault_ extends _DialogFilter_ {
|
|
|
48502
48777
|
/** A folder imported using a [chat folder deep link »](https://core.telegram.org/api/links#chat-folder-links). */
|
|
48503
48778
|
export class DialogFilterChatlist_ extends _DialogFilter_ {
|
|
48504
48779
|
get [id]() {
|
|
48505
|
-
return
|
|
48780
|
+
return 0x9FE28EA4;
|
|
48506
48781
|
}
|
|
48507
48782
|
static get [name]() {
|
|
48508
48783
|
return "dialogFilterChatlist";
|
|
@@ -48514,6 +48789,7 @@ export class DialogFilterChatlist_ extends _DialogFilter_ {
|
|
|
48514
48789
|
["id", "number", "int"],
|
|
48515
48790
|
["title", "string", "string"],
|
|
48516
48791
|
["emoticon", "string", "flags.25?string"],
|
|
48792
|
+
["color", "number", "flags.27?int"],
|
|
48517
48793
|
["pinned_peers", [_InputPeer_], "Vector<InputPeer>"],
|
|
48518
48794
|
["include_peers", [_InputPeer_], "Vector<InputPeer>"],
|
|
48519
48795
|
];
|
|
@@ -48525,6 +48801,7 @@ export class DialogFilterChatlist_ extends _DialogFilter_ {
|
|
|
48525
48801
|
[this.id, "number", "int"],
|
|
48526
48802
|
[this.title, "string", "string"],
|
|
48527
48803
|
[this.emoticon ?? null, "string", "flags.25?string"],
|
|
48804
|
+
[this.color ?? null, "number", "flags.27?int"],
|
|
48528
48805
|
[this.pinned_peers, [_InputPeer_], "Vector<InputPeer>"],
|
|
48529
48806
|
[this.include_peers, [_InputPeer_], "Vector<InputPeer>"],
|
|
48530
48807
|
];
|
|
@@ -48559,6 +48836,12 @@ export class DialogFilterChatlist_ extends _DialogFilter_ {
|
|
|
48559
48836
|
writable: true,
|
|
48560
48837
|
value: void 0
|
|
48561
48838
|
});
|
|
48839
|
+
Object.defineProperty(this, "color", {
|
|
48840
|
+
enumerable: true,
|
|
48841
|
+
configurable: true,
|
|
48842
|
+
writable: true,
|
|
48843
|
+
value: void 0
|
|
48844
|
+
});
|
|
48562
48845
|
/** Pinned chats, [folders](https://core.telegram.org/api/folders) can have unlimited pinned chats */
|
|
48563
48846
|
Object.defineProperty(this, "pinned_peers", {
|
|
48564
48847
|
enumerable: true,
|
|
@@ -48577,6 +48860,7 @@ export class DialogFilterChatlist_ extends _DialogFilter_ {
|
|
|
48577
48860
|
this.id = params.id;
|
|
48578
48861
|
this.title = params.title;
|
|
48579
48862
|
this.emoticon = params.emoticon;
|
|
48863
|
+
this.color = params.color;
|
|
48580
48864
|
this.pinned_peers = params.pinned_peers;
|
|
48581
48865
|
this.include_peers = params.include_peers;
|
|
48582
48866
|
}
|
|
@@ -61709,317 +61993,1451 @@ export class OutboxReadDate_ extends _OutboxReadDate_ {
|
|
|
61709
61993
|
this.date = params.date;
|
|
61710
61994
|
}
|
|
61711
61995
|
}
|
|
61712
|
-
export
|
|
61713
|
-
|
|
61714
|
-
|
|
61715
|
-
|
|
61716
|
-
|
|
61717
|
-
|
|
61718
|
-
|
|
61719
|
-
|
|
61720
|
-
|
|
61721
|
-
|
|
61722
|
-
|
|
61723
|
-
|
|
61724
|
-
|
|
61725
|
-
|
|
61726
|
-
|
|
61727
|
-
|
|
61728
|
-
|
|
61729
|
-
|
|
61730
|
-
|
|
61731
|
-
|
|
61732
|
-
|
|
61733
|
-
|
|
61734
|
-
|
|
61735
|
-
|
|
61736
|
-
|
|
61737
|
-
|
|
61738
|
-
|
|
61739
|
-
|
|
61740
|
-
|
|
61741
|
-
|
|
61742
|
-
|
|
61743
|
-
|
|
61744
|
-
|
|
61745
|
-
|
|
61746
|
-
|
|
61747
|
-
|
|
61748
|
-
|
|
61749
|
-
|
|
61750
|
-
|
|
61751
|
-
|
|
61752
|
-
|
|
61753
|
-
|
|
61754
|
-
|
|
61755
|
-
|
|
61756
|
-
|
|
61757
|
-
|
|
61758
|
-
|
|
61759
|
-
|
|
61760
|
-
|
|
61761
|
-
|
|
61762
|
-
|
|
61763
|
-
|
|
61764
|
-
|
|
61765
|
-
|
|
61766
|
-
|
|
61767
|
-
|
|
61768
|
-
|
|
61769
|
-
|
|
61770
|
-
|
|
61771
|
-
|
|
61772
|
-
|
|
61773
|
-
|
|
61774
|
-
|
|
61775
|
-
|
|
61776
|
-
|
|
61777
|
-
|
|
61778
|
-
|
|
61779
|
-
|
|
61780
|
-
|
|
61781
|
-
|
|
61782
|
-
|
|
61783
|
-
|
|
61784
|
-
|
|
61785
|
-
|
|
61786
|
-
|
|
61787
|
-
|
|
61788
|
-
|
|
61789
|
-
|
|
61790
|
-
|
|
61791
|
-
|
|
61792
|
-
|
|
61793
|
-
|
|
61794
|
-
|
|
61795
|
-
|
|
61796
|
-
|
|
61797
|
-
|
|
61798
|
-
|
|
61799
|
-
|
|
61800
|
-
|
|
61801
|
-
|
|
61802
|
-
|
|
61803
|
-
|
|
61804
|
-
|
|
61805
|
-
|
|
61806
|
-
|
|
61807
|
-
|
|
61808
|
-
|
|
61809
|
-
|
|
61810
|
-
|
|
61811
|
-
|
|
61812
|
-
|
|
61813
|
-
|
|
61814
|
-
|
|
61815
|
-
|
|
61816
|
-
|
|
61817
|
-
|
|
61818
|
-
|
|
61819
|
-
|
|
61820
|
-
|
|
61821
|
-
|
|
61822
|
-
|
|
61823
|
-
|
|
61824
|
-
|
|
61825
|
-
|
|
61826
|
-
|
|
61827
|
-
|
|
61828
|
-
|
|
61829
|
-
|
|
61830
|
-
|
|
61831
|
-
|
|
61832
|
-
|
|
61833
|
-
|
|
61834
|
-
|
|
61835
|
-
|
|
61836
|
-
|
|
61837
|
-
|
|
61838
|
-
|
|
61839
|
-
|
|
61840
|
-
|
|
61841
|
-
|
|
61842
|
-
|
|
61843
|
-
|
|
61844
|
-
|
|
61845
|
-
|
|
61846
|
-
|
|
61847
|
-
|
|
61848
|
-
|
|
61849
|
-
|
|
61850
|
-
|
|
61851
|
-
|
|
61852
|
-
|
|
61853
|
-
|
|
61854
|
-
|
|
61855
|
-
|
|
61856
|
-
|
|
61857
|
-
|
|
61858
|
-
|
|
61859
|
-
|
|
61860
|
-
|
|
61861
|
-
|
|
61862
|
-
|
|
61863
|
-
|
|
61864
|
-
|
|
61865
|
-
|
|
61866
|
-
|
|
61867
|
-
|
|
61868
|
-
|
|
61869
|
-
|
|
61870
|
-
|
|
61871
|
-
|
|
61872
|
-
|
|
61873
|
-
|
|
61874
|
-
|
|
61875
|
-
|
|
61876
|
-
|
|
61877
|
-
|
|
61878
|
-
|
|
61879
|
-
|
|
61880
|
-
|
|
61881
|
-
|
|
61882
|
-
|
|
61883
|
-
|
|
61884
|
-
|
|
61885
|
-
|
|
61886
|
-
|
|
61887
|
-
|
|
61888
|
-
|
|
61889
|
-
|
|
61890
|
-
|
|
61891
|
-
|
|
61892
|
-
|
|
61893
|
-
|
|
61894
|
-
|
|
61895
|
-
|
|
61896
|
-
|
|
61897
|
-
|
|
61898
|
-
|
|
61899
|
-
|
|
61900
|
-
|
|
61901
|
-
|
|
61902
|
-
|
|
61903
|
-
|
|
61904
|
-
|
|
61905
|
-
|
|
61906
|
-
|
|
61907
|
-
|
|
61908
|
-
|
|
61909
|
-
|
|
61910
|
-
|
|
61911
|
-
|
|
61912
|
-
|
|
61913
|
-
|
|
61914
|
-
|
|
61915
|
-
|
|
61916
|
-
|
|
61917
|
-
|
|
61918
|
-
|
|
61919
|
-
|
|
61920
|
-
|
|
61921
|
-
|
|
61922
|
-
|
|
61923
|
-
|
|
61924
|
-
|
|
61925
|
-
|
|
61926
|
-
|
|
61927
|
-
|
|
61928
|
-
|
|
61929
|
-
|
|
61930
|
-
|
|
61931
|
-
|
|
61932
|
-
|
|
61933
|
-
|
|
61934
|
-
|
|
61935
|
-
|
|
61936
|
-
|
|
61937
|
-
|
|
61938
|
-
|
|
61939
|
-
|
|
61940
|
-
|
|
61941
|
-
|
|
61942
|
-
|
|
61943
|
-
|
|
61944
|
-
|
|
61945
|
-
|
|
61946
|
-
|
|
61947
|
-
|
|
61948
|
-
|
|
61949
|
-
|
|
61950
|
-
|
|
61951
|
-
|
|
61952
|
-
|
|
61953
|
-
|
|
61954
|
-
|
|
61955
|
-
|
|
61956
|
-
|
|
61957
|
-
|
|
61958
|
-
|
|
61959
|
-
|
|
61960
|
-
|
|
61961
|
-
|
|
61962
|
-
|
|
61963
|
-
|
|
61964
|
-
|
|
61965
|
-
|
|
61966
|
-
|
|
61967
|
-
|
|
61968
|
-
|
|
61969
|
-
|
|
61970
|
-
|
|
61971
|
-
|
|
61972
|
-
|
|
61973
|
-
|
|
61974
|
-
|
|
61975
|
-
|
|
61976
|
-
|
|
61977
|
-
|
|
61978
|
-
|
|
61979
|
-
|
|
61980
|
-
|
|
61981
|
-
|
|
61982
|
-
|
|
61983
|
-
|
|
61984
|
-
|
|
61985
|
-
|
|
61986
|
-
|
|
61987
|
-
|
|
61988
|
-
|
|
61989
|
-
|
|
61990
|
-
|
|
61991
|
-
|
|
61992
|
-
|
|
61993
|
-
|
|
61994
|
-
|
|
61995
|
-
|
|
61996
|
-
|
|
61997
|
-
|
|
61998
|
-
|
|
61999
|
-
|
|
62000
|
-
|
|
62001
|
-
|
|
62002
|
-
|
|
62003
|
-
|
|
62004
|
-
|
|
62005
|
-
|
|
62006
|
-
|
|
62007
|
-
|
|
62008
|
-
|
|
62009
|
-
|
|
62010
|
-
|
|
62011
|
-
|
|
62012
|
-
|
|
62013
|
-
|
|
62014
|
-
|
|
62015
|
-
|
|
62016
|
-
|
|
62017
|
-
|
|
62018
|
-
|
|
62019
|
-
|
|
62020
|
-
|
|
62021
|
-
|
|
62022
|
-
|
|
61996
|
+
export class smsjobs_EligibleToJoin_ extends _smsjobs_EligibilityToJoin_ {
|
|
61997
|
+
get [id]() {
|
|
61998
|
+
return 0xDC8B44CF;
|
|
61999
|
+
}
|
|
62000
|
+
static get [name]() {
|
|
62001
|
+
return "smsjobs.eligibleToJoin";
|
|
62002
|
+
}
|
|
62003
|
+
static get [paramDesc]() {
|
|
62004
|
+
return [
|
|
62005
|
+
["terms_url", "string", "string"],
|
|
62006
|
+
["monthly_sent_sms", "number", "int"],
|
|
62007
|
+
];
|
|
62008
|
+
}
|
|
62009
|
+
get [params]() {
|
|
62010
|
+
return [
|
|
62011
|
+
[this.terms_url, "string", "string"],
|
|
62012
|
+
[this.monthly_sent_sms, "number", "int"],
|
|
62013
|
+
];
|
|
62014
|
+
}
|
|
62015
|
+
constructor(params) {
|
|
62016
|
+
super();
|
|
62017
|
+
Object.defineProperty(this, "terms_url", {
|
|
62018
|
+
enumerable: true,
|
|
62019
|
+
configurable: true,
|
|
62020
|
+
writable: true,
|
|
62021
|
+
value: void 0
|
|
62022
|
+
});
|
|
62023
|
+
Object.defineProperty(this, "monthly_sent_sms", {
|
|
62024
|
+
enumerable: true,
|
|
62025
|
+
configurable: true,
|
|
62026
|
+
writable: true,
|
|
62027
|
+
value: void 0
|
|
62028
|
+
});
|
|
62029
|
+
this.terms_url = params.terms_url;
|
|
62030
|
+
this.monthly_sent_sms = params.monthly_sent_sms;
|
|
62031
|
+
}
|
|
62032
|
+
}
|
|
62033
|
+
export class smsjobs_Status_ extends _smsjobs_Status_ {
|
|
62034
|
+
get [id]() {
|
|
62035
|
+
return 0x2AEE9191;
|
|
62036
|
+
}
|
|
62037
|
+
static get [name]() {
|
|
62038
|
+
return "smsjobs.status";
|
|
62039
|
+
}
|
|
62040
|
+
static get [paramDesc]() {
|
|
62041
|
+
return [
|
|
62042
|
+
["flags", flags, "#"],
|
|
62043
|
+
["allow_international", "true", "flags.0?true"],
|
|
62044
|
+
["recent_sent", "number", "int"],
|
|
62045
|
+
["recent_since", "number", "int"],
|
|
62046
|
+
["recent_remains", "number", "int"],
|
|
62047
|
+
["total_sent", "number", "int"],
|
|
62048
|
+
["total_since", "number", "int"],
|
|
62049
|
+
["last_gift_slug", "string", "flags.1?string"],
|
|
62050
|
+
["terms_url", "string", "string"],
|
|
62051
|
+
];
|
|
62052
|
+
}
|
|
62053
|
+
get [params]() {
|
|
62054
|
+
return [
|
|
62055
|
+
["flags", flags, "#"],
|
|
62056
|
+
[this.allow_international ?? null, "true", "flags.0?true"],
|
|
62057
|
+
[this.recent_sent, "number", "int"],
|
|
62058
|
+
[this.recent_since, "number", "int"],
|
|
62059
|
+
[this.recent_remains, "number", "int"],
|
|
62060
|
+
[this.total_sent, "number", "int"],
|
|
62061
|
+
[this.total_since, "number", "int"],
|
|
62062
|
+
[this.last_gift_slug ?? null, "string", "flags.1?string"],
|
|
62063
|
+
[this.terms_url, "string", "string"],
|
|
62064
|
+
];
|
|
62065
|
+
}
|
|
62066
|
+
constructor(params) {
|
|
62067
|
+
super();
|
|
62068
|
+
Object.defineProperty(this, "allow_international", {
|
|
62069
|
+
enumerable: true,
|
|
62070
|
+
configurable: true,
|
|
62071
|
+
writable: true,
|
|
62072
|
+
value: void 0
|
|
62073
|
+
});
|
|
62074
|
+
Object.defineProperty(this, "recent_sent", {
|
|
62075
|
+
enumerable: true,
|
|
62076
|
+
configurable: true,
|
|
62077
|
+
writable: true,
|
|
62078
|
+
value: void 0
|
|
62079
|
+
});
|
|
62080
|
+
Object.defineProperty(this, "recent_since", {
|
|
62081
|
+
enumerable: true,
|
|
62082
|
+
configurable: true,
|
|
62083
|
+
writable: true,
|
|
62084
|
+
value: void 0
|
|
62085
|
+
});
|
|
62086
|
+
Object.defineProperty(this, "recent_remains", {
|
|
62087
|
+
enumerable: true,
|
|
62088
|
+
configurable: true,
|
|
62089
|
+
writable: true,
|
|
62090
|
+
value: void 0
|
|
62091
|
+
});
|
|
62092
|
+
Object.defineProperty(this, "total_sent", {
|
|
62093
|
+
enumerable: true,
|
|
62094
|
+
configurable: true,
|
|
62095
|
+
writable: true,
|
|
62096
|
+
value: void 0
|
|
62097
|
+
});
|
|
62098
|
+
Object.defineProperty(this, "total_since", {
|
|
62099
|
+
enumerable: true,
|
|
62100
|
+
configurable: true,
|
|
62101
|
+
writable: true,
|
|
62102
|
+
value: void 0
|
|
62103
|
+
});
|
|
62104
|
+
Object.defineProperty(this, "last_gift_slug", {
|
|
62105
|
+
enumerable: true,
|
|
62106
|
+
configurable: true,
|
|
62107
|
+
writable: true,
|
|
62108
|
+
value: void 0
|
|
62109
|
+
});
|
|
62110
|
+
Object.defineProperty(this, "terms_url", {
|
|
62111
|
+
enumerable: true,
|
|
62112
|
+
configurable: true,
|
|
62113
|
+
writable: true,
|
|
62114
|
+
value: void 0
|
|
62115
|
+
});
|
|
62116
|
+
this.allow_international = params.allow_international;
|
|
62117
|
+
this.recent_sent = params.recent_sent;
|
|
62118
|
+
this.recent_since = params.recent_since;
|
|
62119
|
+
this.recent_remains = params.recent_remains;
|
|
62120
|
+
this.total_sent = params.total_sent;
|
|
62121
|
+
this.total_since = params.total_since;
|
|
62122
|
+
this.last_gift_slug = params.last_gift_slug;
|
|
62123
|
+
this.terms_url = params.terms_url;
|
|
62124
|
+
}
|
|
62125
|
+
}
|
|
62126
|
+
export class SmsJob_ extends _SmsJob_ {
|
|
62127
|
+
get [id]() {
|
|
62128
|
+
return 0xE6A1EEB8;
|
|
62129
|
+
}
|
|
62130
|
+
static get [name]() {
|
|
62131
|
+
return "smsJob";
|
|
62132
|
+
}
|
|
62133
|
+
static get [paramDesc]() {
|
|
62134
|
+
return [
|
|
62135
|
+
["job_id", "string", "string"],
|
|
62136
|
+
["phone_number", "string", "string"],
|
|
62137
|
+
["text", "string", "string"],
|
|
62138
|
+
];
|
|
62139
|
+
}
|
|
62140
|
+
get [params]() {
|
|
62141
|
+
return [
|
|
62142
|
+
[this.job_id, "string", "string"],
|
|
62143
|
+
[this.phone_number, "string", "string"],
|
|
62144
|
+
[this.text, "string", "string"],
|
|
62145
|
+
];
|
|
62146
|
+
}
|
|
62147
|
+
constructor(params) {
|
|
62148
|
+
super();
|
|
62149
|
+
Object.defineProperty(this, "job_id", {
|
|
62150
|
+
enumerable: true,
|
|
62151
|
+
configurable: true,
|
|
62152
|
+
writable: true,
|
|
62153
|
+
value: void 0
|
|
62154
|
+
});
|
|
62155
|
+
Object.defineProperty(this, "phone_number", {
|
|
62156
|
+
enumerable: true,
|
|
62157
|
+
configurable: true,
|
|
62158
|
+
writable: true,
|
|
62159
|
+
value: void 0
|
|
62160
|
+
});
|
|
62161
|
+
Object.defineProperty(this, "text", {
|
|
62162
|
+
enumerable: true,
|
|
62163
|
+
configurable: true,
|
|
62164
|
+
writable: true,
|
|
62165
|
+
value: void 0
|
|
62166
|
+
});
|
|
62167
|
+
this.job_id = params.job_id;
|
|
62168
|
+
this.phone_number = params.phone_number;
|
|
62169
|
+
this.text = params.text;
|
|
62170
|
+
}
|
|
62171
|
+
}
|
|
62172
|
+
export class BusinessWeeklyOpen_ extends _BusinessWeeklyOpen_ {
|
|
62173
|
+
get [id]() {
|
|
62174
|
+
return 0x120B1AB9;
|
|
62175
|
+
}
|
|
62176
|
+
static get [name]() {
|
|
62177
|
+
return "businessWeeklyOpen";
|
|
62178
|
+
}
|
|
62179
|
+
static get [paramDesc]() {
|
|
62180
|
+
return [
|
|
62181
|
+
["start_minute", "number", "int"],
|
|
62182
|
+
["end_minute", "number", "int"],
|
|
62183
|
+
];
|
|
62184
|
+
}
|
|
62185
|
+
get [params]() {
|
|
62186
|
+
return [
|
|
62187
|
+
[this.start_minute, "number", "int"],
|
|
62188
|
+
[this.end_minute, "number", "int"],
|
|
62189
|
+
];
|
|
62190
|
+
}
|
|
62191
|
+
constructor(params) {
|
|
62192
|
+
super();
|
|
62193
|
+
Object.defineProperty(this, "start_minute", {
|
|
62194
|
+
enumerable: true,
|
|
62195
|
+
configurable: true,
|
|
62196
|
+
writable: true,
|
|
62197
|
+
value: void 0
|
|
62198
|
+
});
|
|
62199
|
+
Object.defineProperty(this, "end_minute", {
|
|
62200
|
+
enumerable: true,
|
|
62201
|
+
configurable: true,
|
|
62202
|
+
writable: true,
|
|
62203
|
+
value: void 0
|
|
62204
|
+
});
|
|
62205
|
+
this.start_minute = params.start_minute;
|
|
62206
|
+
this.end_minute = params.end_minute;
|
|
62207
|
+
}
|
|
62208
|
+
}
|
|
62209
|
+
export class BusinessWorkHours_ extends _BusinessWorkHours_ {
|
|
62210
|
+
get [id]() {
|
|
62211
|
+
return 0x8C92B098;
|
|
62212
|
+
}
|
|
62213
|
+
static get [name]() {
|
|
62214
|
+
return "businessWorkHours";
|
|
62215
|
+
}
|
|
62216
|
+
static get [paramDesc]() {
|
|
62217
|
+
return [
|
|
62218
|
+
["flags", flags, "#"],
|
|
62219
|
+
["open_now", "true", "flags.0?true"],
|
|
62220
|
+
["timezone_id", "string", "string"],
|
|
62221
|
+
["weekly_open", [_BusinessWeeklyOpen_], "Vector<BusinessWeeklyOpen>"],
|
|
62222
|
+
];
|
|
62223
|
+
}
|
|
62224
|
+
get [params]() {
|
|
62225
|
+
return [
|
|
62226
|
+
["flags", flags, "#"],
|
|
62227
|
+
[this.open_now ?? null, "true", "flags.0?true"],
|
|
62228
|
+
[this.timezone_id, "string", "string"],
|
|
62229
|
+
[this.weekly_open, [_BusinessWeeklyOpen_], "Vector<BusinessWeeklyOpen>"],
|
|
62230
|
+
];
|
|
62231
|
+
}
|
|
62232
|
+
constructor(params) {
|
|
62233
|
+
super();
|
|
62234
|
+
Object.defineProperty(this, "open_now", {
|
|
62235
|
+
enumerable: true,
|
|
62236
|
+
configurable: true,
|
|
62237
|
+
writable: true,
|
|
62238
|
+
value: void 0
|
|
62239
|
+
});
|
|
62240
|
+
Object.defineProperty(this, "timezone_id", {
|
|
62241
|
+
enumerable: true,
|
|
62242
|
+
configurable: true,
|
|
62243
|
+
writable: true,
|
|
62244
|
+
value: void 0
|
|
62245
|
+
});
|
|
62246
|
+
Object.defineProperty(this, "weekly_open", {
|
|
62247
|
+
enumerable: true,
|
|
62248
|
+
configurable: true,
|
|
62249
|
+
writable: true,
|
|
62250
|
+
value: void 0
|
|
62251
|
+
});
|
|
62252
|
+
this.open_now = params.open_now;
|
|
62253
|
+
this.timezone_id = params.timezone_id;
|
|
62254
|
+
this.weekly_open = params.weekly_open;
|
|
62255
|
+
}
|
|
62256
|
+
}
|
|
62257
|
+
export class BusinessLocation_ extends _BusinessLocation_ {
|
|
62258
|
+
get [id]() {
|
|
62259
|
+
return 0xAC5C1AF7;
|
|
62260
|
+
}
|
|
62261
|
+
static get [name]() {
|
|
62262
|
+
return "businessLocation";
|
|
62263
|
+
}
|
|
62264
|
+
static get [paramDesc]() {
|
|
62265
|
+
return [
|
|
62266
|
+
["flags", flags, "#"],
|
|
62267
|
+
["geo_point", _GeoPoint_, "flags.0?GeoPoint"],
|
|
62268
|
+
["address", "string", "string"],
|
|
62269
|
+
];
|
|
62270
|
+
}
|
|
62271
|
+
get [params]() {
|
|
62272
|
+
return [
|
|
62273
|
+
["flags", flags, "#"],
|
|
62274
|
+
[this.geo_point ?? null, _GeoPoint_, "flags.0?GeoPoint"],
|
|
62275
|
+
[this.address, "string", "string"],
|
|
62276
|
+
];
|
|
62277
|
+
}
|
|
62278
|
+
constructor(params) {
|
|
62279
|
+
super();
|
|
62280
|
+
Object.defineProperty(this, "geo_point", {
|
|
62281
|
+
enumerable: true,
|
|
62282
|
+
configurable: true,
|
|
62283
|
+
writable: true,
|
|
62284
|
+
value: void 0
|
|
62285
|
+
});
|
|
62286
|
+
Object.defineProperty(this, "address", {
|
|
62287
|
+
enumerable: true,
|
|
62288
|
+
configurable: true,
|
|
62289
|
+
writable: true,
|
|
62290
|
+
value: void 0
|
|
62291
|
+
});
|
|
62292
|
+
this.geo_point = params.geo_point;
|
|
62293
|
+
this.address = params.address;
|
|
62294
|
+
}
|
|
62295
|
+
}
|
|
62296
|
+
export class InputBusinessRecipients_ extends _InputBusinessRecipients_ {
|
|
62297
|
+
get [id]() {
|
|
62298
|
+
return 0x6F8B32AA;
|
|
62299
|
+
}
|
|
62300
|
+
static get [name]() {
|
|
62301
|
+
return "inputBusinessRecipients";
|
|
62302
|
+
}
|
|
62303
|
+
static get [paramDesc]() {
|
|
62304
|
+
return [
|
|
62305
|
+
["flags", flags, "#"],
|
|
62306
|
+
["existing_chats", "true", "flags.0?true"],
|
|
62307
|
+
["new_chats", "true", "flags.1?true"],
|
|
62308
|
+
["contacts", "true", "flags.2?true"],
|
|
62309
|
+
["non_contacts", "true", "flags.3?true"],
|
|
62310
|
+
["exclude_selected", "true", "flags.5?true"],
|
|
62311
|
+
["users", [_InputUser_], "flags.4?Vector<InputUser>"],
|
|
62312
|
+
];
|
|
62313
|
+
}
|
|
62314
|
+
get [params]() {
|
|
62315
|
+
return [
|
|
62316
|
+
["flags", flags, "#"],
|
|
62317
|
+
[this.existing_chats ?? null, "true", "flags.0?true"],
|
|
62318
|
+
[this.new_chats ?? null, "true", "flags.1?true"],
|
|
62319
|
+
[this.contacts ?? null, "true", "flags.2?true"],
|
|
62320
|
+
[this.non_contacts ?? null, "true", "flags.3?true"],
|
|
62321
|
+
[this.exclude_selected ?? null, "true", "flags.5?true"],
|
|
62322
|
+
[this.users ?? null, [_InputUser_], "flags.4?Vector<InputUser>"],
|
|
62323
|
+
];
|
|
62324
|
+
}
|
|
62325
|
+
constructor(params) {
|
|
62326
|
+
super();
|
|
62327
|
+
Object.defineProperty(this, "existing_chats", {
|
|
62328
|
+
enumerable: true,
|
|
62329
|
+
configurable: true,
|
|
62330
|
+
writable: true,
|
|
62331
|
+
value: void 0
|
|
62332
|
+
});
|
|
62333
|
+
Object.defineProperty(this, "new_chats", {
|
|
62334
|
+
enumerable: true,
|
|
62335
|
+
configurable: true,
|
|
62336
|
+
writable: true,
|
|
62337
|
+
value: void 0
|
|
62338
|
+
});
|
|
62339
|
+
Object.defineProperty(this, "contacts", {
|
|
62340
|
+
enumerable: true,
|
|
62341
|
+
configurable: true,
|
|
62342
|
+
writable: true,
|
|
62343
|
+
value: void 0
|
|
62344
|
+
});
|
|
62345
|
+
Object.defineProperty(this, "non_contacts", {
|
|
62346
|
+
enumerable: true,
|
|
62347
|
+
configurable: true,
|
|
62348
|
+
writable: true,
|
|
62349
|
+
value: void 0
|
|
62350
|
+
});
|
|
62351
|
+
Object.defineProperty(this, "exclude_selected", {
|
|
62352
|
+
enumerable: true,
|
|
62353
|
+
configurable: true,
|
|
62354
|
+
writable: true,
|
|
62355
|
+
value: void 0
|
|
62356
|
+
});
|
|
62357
|
+
Object.defineProperty(this, "users", {
|
|
62358
|
+
enumerable: true,
|
|
62359
|
+
configurable: true,
|
|
62360
|
+
writable: true,
|
|
62361
|
+
value: void 0
|
|
62362
|
+
});
|
|
62363
|
+
this.existing_chats = params?.existing_chats;
|
|
62364
|
+
this.new_chats = params?.new_chats;
|
|
62365
|
+
this.contacts = params?.contacts;
|
|
62366
|
+
this.non_contacts = params?.non_contacts;
|
|
62367
|
+
this.exclude_selected = params?.exclude_selected;
|
|
62368
|
+
this.users = params?.users;
|
|
62369
|
+
}
|
|
62370
|
+
}
|
|
62371
|
+
export class BusinessRecipients_ extends _BusinessRecipients_ {
|
|
62372
|
+
get [id]() {
|
|
62373
|
+
return 0x21108FF7;
|
|
62374
|
+
}
|
|
62375
|
+
static get [name]() {
|
|
62376
|
+
return "businessRecipients";
|
|
62377
|
+
}
|
|
62378
|
+
static get [paramDesc]() {
|
|
62379
|
+
return [
|
|
62380
|
+
["flags", flags, "#"],
|
|
62381
|
+
["existing_chats", "true", "flags.0?true"],
|
|
62382
|
+
["new_chats", "true", "flags.1?true"],
|
|
62383
|
+
["contacts", "true", "flags.2?true"],
|
|
62384
|
+
["non_contacts", "true", "flags.3?true"],
|
|
62385
|
+
["exclude_selected", "true", "flags.5?true"],
|
|
62386
|
+
["users", ["bigint"], "flags.4?Vector<long>"],
|
|
62387
|
+
];
|
|
62388
|
+
}
|
|
62389
|
+
get [params]() {
|
|
62390
|
+
return [
|
|
62391
|
+
["flags", flags, "#"],
|
|
62392
|
+
[this.existing_chats ?? null, "true", "flags.0?true"],
|
|
62393
|
+
[this.new_chats ?? null, "true", "flags.1?true"],
|
|
62394
|
+
[this.contacts ?? null, "true", "flags.2?true"],
|
|
62395
|
+
[this.non_contacts ?? null, "true", "flags.3?true"],
|
|
62396
|
+
[this.exclude_selected ?? null, "true", "flags.5?true"],
|
|
62397
|
+
[this.users ?? null, ["bigint"], "flags.4?Vector<long>"],
|
|
62398
|
+
];
|
|
62399
|
+
}
|
|
62400
|
+
constructor(params) {
|
|
62401
|
+
super();
|
|
62402
|
+
Object.defineProperty(this, "existing_chats", {
|
|
62403
|
+
enumerable: true,
|
|
62404
|
+
configurable: true,
|
|
62405
|
+
writable: true,
|
|
62406
|
+
value: void 0
|
|
62407
|
+
});
|
|
62408
|
+
Object.defineProperty(this, "new_chats", {
|
|
62409
|
+
enumerable: true,
|
|
62410
|
+
configurable: true,
|
|
62411
|
+
writable: true,
|
|
62412
|
+
value: void 0
|
|
62413
|
+
});
|
|
62414
|
+
Object.defineProperty(this, "contacts", {
|
|
62415
|
+
enumerable: true,
|
|
62416
|
+
configurable: true,
|
|
62417
|
+
writable: true,
|
|
62418
|
+
value: void 0
|
|
62419
|
+
});
|
|
62420
|
+
Object.defineProperty(this, "non_contacts", {
|
|
62421
|
+
enumerable: true,
|
|
62422
|
+
configurable: true,
|
|
62423
|
+
writable: true,
|
|
62424
|
+
value: void 0
|
|
62425
|
+
});
|
|
62426
|
+
Object.defineProperty(this, "exclude_selected", {
|
|
62427
|
+
enumerable: true,
|
|
62428
|
+
configurable: true,
|
|
62429
|
+
writable: true,
|
|
62430
|
+
value: void 0
|
|
62431
|
+
});
|
|
62432
|
+
Object.defineProperty(this, "users", {
|
|
62433
|
+
enumerable: true,
|
|
62434
|
+
configurable: true,
|
|
62435
|
+
writable: true,
|
|
62436
|
+
value: void 0
|
|
62437
|
+
});
|
|
62438
|
+
this.existing_chats = params?.existing_chats;
|
|
62439
|
+
this.new_chats = params?.new_chats;
|
|
62440
|
+
this.contacts = params?.contacts;
|
|
62441
|
+
this.non_contacts = params?.non_contacts;
|
|
62442
|
+
this.exclude_selected = params?.exclude_selected;
|
|
62443
|
+
this.users = params?.users;
|
|
62444
|
+
}
|
|
62445
|
+
}
|
|
62446
|
+
export class BusinessAwayMessageScheduleAlways_ extends _BusinessAwayMessageSchedule_ {
|
|
62447
|
+
get [id]() {
|
|
62448
|
+
return 0xC9B9E2B9;
|
|
62449
|
+
}
|
|
62450
|
+
static get [name]() {
|
|
62451
|
+
return "businessAwayMessageScheduleAlways";
|
|
62452
|
+
}
|
|
62453
|
+
static get [paramDesc]() {
|
|
62454
|
+
return [];
|
|
62455
|
+
}
|
|
62456
|
+
get [params]() {
|
|
62457
|
+
return [];
|
|
62458
|
+
}
|
|
62459
|
+
constructor() {
|
|
62460
|
+
super();
|
|
62461
|
+
}
|
|
62462
|
+
}
|
|
62463
|
+
export class BusinessAwayMessageScheduleOutsideWorkHours_ extends _BusinessAwayMessageSchedule_ {
|
|
62464
|
+
get [id]() {
|
|
62465
|
+
return 0xC3F2F501;
|
|
62466
|
+
}
|
|
62467
|
+
static get [name]() {
|
|
62468
|
+
return "businessAwayMessageScheduleOutsideWorkHours";
|
|
62469
|
+
}
|
|
62470
|
+
static get [paramDesc]() {
|
|
62471
|
+
return [];
|
|
62472
|
+
}
|
|
62473
|
+
get [params]() {
|
|
62474
|
+
return [];
|
|
62475
|
+
}
|
|
62476
|
+
constructor() {
|
|
62477
|
+
super();
|
|
62478
|
+
}
|
|
62479
|
+
}
|
|
62480
|
+
export class BusinessAwayMessageScheduleCustom_ extends _BusinessAwayMessageSchedule_ {
|
|
62481
|
+
get [id]() {
|
|
62482
|
+
return 0xCC4D9ECC;
|
|
62483
|
+
}
|
|
62484
|
+
static get [name]() {
|
|
62485
|
+
return "businessAwayMessageScheduleCustom";
|
|
62486
|
+
}
|
|
62487
|
+
static get [paramDesc]() {
|
|
62488
|
+
return [
|
|
62489
|
+
["start_date", "number", "int"],
|
|
62490
|
+
["end_date", "number", "int"],
|
|
62491
|
+
];
|
|
62492
|
+
}
|
|
62493
|
+
get [params]() {
|
|
62494
|
+
return [
|
|
62495
|
+
[this.start_date, "number", "int"],
|
|
62496
|
+
[this.end_date, "number", "int"],
|
|
62497
|
+
];
|
|
62498
|
+
}
|
|
62499
|
+
constructor(params) {
|
|
62500
|
+
super();
|
|
62501
|
+
Object.defineProperty(this, "start_date", {
|
|
62502
|
+
enumerable: true,
|
|
62503
|
+
configurable: true,
|
|
62504
|
+
writable: true,
|
|
62505
|
+
value: void 0
|
|
62506
|
+
});
|
|
62507
|
+
Object.defineProperty(this, "end_date", {
|
|
62508
|
+
enumerable: true,
|
|
62509
|
+
configurable: true,
|
|
62510
|
+
writable: true,
|
|
62511
|
+
value: void 0
|
|
62512
|
+
});
|
|
62513
|
+
this.start_date = params.start_date;
|
|
62514
|
+
this.end_date = params.end_date;
|
|
62515
|
+
}
|
|
62516
|
+
}
|
|
62517
|
+
export class InputBusinessGreetingMessage_ extends _InputBusinessGreetingMessage_ {
|
|
62518
|
+
get [id]() {
|
|
62519
|
+
return 0x0194CB3B;
|
|
62520
|
+
}
|
|
62521
|
+
static get [name]() {
|
|
62522
|
+
return "inputBusinessGreetingMessage";
|
|
62523
|
+
}
|
|
62524
|
+
static get [paramDesc]() {
|
|
62525
|
+
return [
|
|
62526
|
+
["shortcut_id", "number", "int"],
|
|
62527
|
+
["recipients", _InputBusinessRecipients_, "InputBusinessRecipients"],
|
|
62528
|
+
["no_activity_days", "number", "int"],
|
|
62529
|
+
];
|
|
62530
|
+
}
|
|
62531
|
+
get [params]() {
|
|
62532
|
+
return [
|
|
62533
|
+
[this.shortcut_id, "number", "int"],
|
|
62534
|
+
[this.recipients, _InputBusinessRecipients_, "InputBusinessRecipients"],
|
|
62535
|
+
[this.no_activity_days, "number", "int"],
|
|
62536
|
+
];
|
|
62537
|
+
}
|
|
62538
|
+
constructor(params) {
|
|
62539
|
+
super();
|
|
62540
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
62541
|
+
enumerable: true,
|
|
62542
|
+
configurable: true,
|
|
62543
|
+
writable: true,
|
|
62544
|
+
value: void 0
|
|
62545
|
+
});
|
|
62546
|
+
Object.defineProperty(this, "recipients", {
|
|
62547
|
+
enumerable: true,
|
|
62548
|
+
configurable: true,
|
|
62549
|
+
writable: true,
|
|
62550
|
+
value: void 0
|
|
62551
|
+
});
|
|
62552
|
+
Object.defineProperty(this, "no_activity_days", {
|
|
62553
|
+
enumerable: true,
|
|
62554
|
+
configurable: true,
|
|
62555
|
+
writable: true,
|
|
62556
|
+
value: void 0
|
|
62557
|
+
});
|
|
62558
|
+
this.shortcut_id = params.shortcut_id;
|
|
62559
|
+
this.recipients = params.recipients;
|
|
62560
|
+
this.no_activity_days = params.no_activity_days;
|
|
62561
|
+
}
|
|
62562
|
+
}
|
|
62563
|
+
export class BusinessGreetingMessage_ extends _BusinessGreetingMessage_ {
|
|
62564
|
+
get [id]() {
|
|
62565
|
+
return 0xE519ABAB;
|
|
62566
|
+
}
|
|
62567
|
+
static get [name]() {
|
|
62568
|
+
return "businessGreetingMessage";
|
|
62569
|
+
}
|
|
62570
|
+
static get [paramDesc]() {
|
|
62571
|
+
return [
|
|
62572
|
+
["shortcut_id", "number", "int"],
|
|
62573
|
+
["recipients", _BusinessRecipients_, "BusinessRecipients"],
|
|
62574
|
+
["no_activity_days", "number", "int"],
|
|
62575
|
+
];
|
|
62576
|
+
}
|
|
62577
|
+
get [params]() {
|
|
62578
|
+
return [
|
|
62579
|
+
[this.shortcut_id, "number", "int"],
|
|
62580
|
+
[this.recipients, _BusinessRecipients_, "BusinessRecipients"],
|
|
62581
|
+
[this.no_activity_days, "number", "int"],
|
|
62582
|
+
];
|
|
62583
|
+
}
|
|
62584
|
+
constructor(params) {
|
|
62585
|
+
super();
|
|
62586
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
62587
|
+
enumerable: true,
|
|
62588
|
+
configurable: true,
|
|
62589
|
+
writable: true,
|
|
62590
|
+
value: void 0
|
|
62591
|
+
});
|
|
62592
|
+
Object.defineProperty(this, "recipients", {
|
|
62593
|
+
enumerable: true,
|
|
62594
|
+
configurable: true,
|
|
62595
|
+
writable: true,
|
|
62596
|
+
value: void 0
|
|
62597
|
+
});
|
|
62598
|
+
Object.defineProperty(this, "no_activity_days", {
|
|
62599
|
+
enumerable: true,
|
|
62600
|
+
configurable: true,
|
|
62601
|
+
writable: true,
|
|
62602
|
+
value: void 0
|
|
62603
|
+
});
|
|
62604
|
+
this.shortcut_id = params.shortcut_id;
|
|
62605
|
+
this.recipients = params.recipients;
|
|
62606
|
+
this.no_activity_days = params.no_activity_days;
|
|
62607
|
+
}
|
|
62608
|
+
}
|
|
62609
|
+
export class InputBusinessAwayMessage_ extends _InputBusinessAwayMessage_ {
|
|
62610
|
+
get [id]() {
|
|
62611
|
+
return 0x832175E0;
|
|
62612
|
+
}
|
|
62613
|
+
static get [name]() {
|
|
62614
|
+
return "inputBusinessAwayMessage";
|
|
62615
|
+
}
|
|
62616
|
+
static get [paramDesc]() {
|
|
62617
|
+
return [
|
|
62618
|
+
["flags", flags, "#"],
|
|
62619
|
+
["offline_only", "true", "flags.0?true"],
|
|
62620
|
+
["shortcut_id", "number", "int"],
|
|
62621
|
+
["schedule", _BusinessAwayMessageSchedule_, "BusinessAwayMessageSchedule"],
|
|
62622
|
+
["recipients", _InputBusinessRecipients_, "InputBusinessRecipients"],
|
|
62623
|
+
];
|
|
62624
|
+
}
|
|
62625
|
+
get [params]() {
|
|
62626
|
+
return [
|
|
62627
|
+
["flags", flags, "#"],
|
|
62628
|
+
[this.offline_only ?? null, "true", "flags.0?true"],
|
|
62629
|
+
[this.shortcut_id, "number", "int"],
|
|
62630
|
+
[this.schedule, _BusinessAwayMessageSchedule_, "BusinessAwayMessageSchedule"],
|
|
62631
|
+
[this.recipients, _InputBusinessRecipients_, "InputBusinessRecipients"],
|
|
62632
|
+
];
|
|
62633
|
+
}
|
|
62634
|
+
constructor(params) {
|
|
62635
|
+
super();
|
|
62636
|
+
Object.defineProperty(this, "offline_only", {
|
|
62637
|
+
enumerable: true,
|
|
62638
|
+
configurable: true,
|
|
62639
|
+
writable: true,
|
|
62640
|
+
value: void 0
|
|
62641
|
+
});
|
|
62642
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
62643
|
+
enumerable: true,
|
|
62644
|
+
configurable: true,
|
|
62645
|
+
writable: true,
|
|
62646
|
+
value: void 0
|
|
62647
|
+
});
|
|
62648
|
+
Object.defineProperty(this, "schedule", {
|
|
62649
|
+
enumerable: true,
|
|
62650
|
+
configurable: true,
|
|
62651
|
+
writable: true,
|
|
62652
|
+
value: void 0
|
|
62653
|
+
});
|
|
62654
|
+
Object.defineProperty(this, "recipients", {
|
|
62655
|
+
enumerable: true,
|
|
62656
|
+
configurable: true,
|
|
62657
|
+
writable: true,
|
|
62658
|
+
value: void 0
|
|
62659
|
+
});
|
|
62660
|
+
this.offline_only = params.offline_only;
|
|
62661
|
+
this.shortcut_id = params.shortcut_id;
|
|
62662
|
+
this.schedule = params.schedule;
|
|
62663
|
+
this.recipients = params.recipients;
|
|
62664
|
+
}
|
|
62665
|
+
}
|
|
62666
|
+
export class BusinessAwayMessage_ extends _BusinessAwayMessage_ {
|
|
62667
|
+
get [id]() {
|
|
62668
|
+
return 0xEF156A5C;
|
|
62669
|
+
}
|
|
62670
|
+
static get [name]() {
|
|
62671
|
+
return "businessAwayMessage";
|
|
62672
|
+
}
|
|
62673
|
+
static get [paramDesc]() {
|
|
62674
|
+
return [
|
|
62675
|
+
["flags", flags, "#"],
|
|
62676
|
+
["offline_only", "true", "flags.0?true"],
|
|
62677
|
+
["shortcut_id", "number", "int"],
|
|
62678
|
+
["schedule", _BusinessAwayMessageSchedule_, "BusinessAwayMessageSchedule"],
|
|
62679
|
+
["recipients", _BusinessRecipients_, "BusinessRecipients"],
|
|
62680
|
+
];
|
|
62681
|
+
}
|
|
62682
|
+
get [params]() {
|
|
62683
|
+
return [
|
|
62684
|
+
["flags", flags, "#"],
|
|
62685
|
+
[this.offline_only ?? null, "true", "flags.0?true"],
|
|
62686
|
+
[this.shortcut_id, "number", "int"],
|
|
62687
|
+
[this.schedule, _BusinessAwayMessageSchedule_, "BusinessAwayMessageSchedule"],
|
|
62688
|
+
[this.recipients, _BusinessRecipients_, "BusinessRecipients"],
|
|
62689
|
+
];
|
|
62690
|
+
}
|
|
62691
|
+
constructor(params) {
|
|
62692
|
+
super();
|
|
62693
|
+
Object.defineProperty(this, "offline_only", {
|
|
62694
|
+
enumerable: true,
|
|
62695
|
+
configurable: true,
|
|
62696
|
+
writable: true,
|
|
62697
|
+
value: void 0
|
|
62698
|
+
});
|
|
62699
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
62700
|
+
enumerable: true,
|
|
62701
|
+
configurable: true,
|
|
62702
|
+
writable: true,
|
|
62703
|
+
value: void 0
|
|
62704
|
+
});
|
|
62705
|
+
Object.defineProperty(this, "schedule", {
|
|
62706
|
+
enumerable: true,
|
|
62707
|
+
configurable: true,
|
|
62708
|
+
writable: true,
|
|
62709
|
+
value: void 0
|
|
62710
|
+
});
|
|
62711
|
+
Object.defineProperty(this, "recipients", {
|
|
62712
|
+
enumerable: true,
|
|
62713
|
+
configurable: true,
|
|
62714
|
+
writable: true,
|
|
62715
|
+
value: void 0
|
|
62716
|
+
});
|
|
62717
|
+
this.offline_only = params.offline_only;
|
|
62718
|
+
this.shortcut_id = params.shortcut_id;
|
|
62719
|
+
this.schedule = params.schedule;
|
|
62720
|
+
this.recipients = params.recipients;
|
|
62721
|
+
}
|
|
62722
|
+
}
|
|
62723
|
+
export class Timezone_ extends _Timezone_ {
|
|
62724
|
+
get [id]() {
|
|
62725
|
+
return 0xFF9289F5;
|
|
62726
|
+
}
|
|
62727
|
+
static get [name]() {
|
|
62728
|
+
return "timezone";
|
|
62729
|
+
}
|
|
62730
|
+
static get [paramDesc]() {
|
|
62731
|
+
return [
|
|
62732
|
+
["id", "string", "string"],
|
|
62733
|
+
["name", "string", "string"],
|
|
62734
|
+
["utc_offset", "number", "int"],
|
|
62735
|
+
];
|
|
62736
|
+
}
|
|
62737
|
+
get [params]() {
|
|
62738
|
+
return [
|
|
62739
|
+
[this.id, "string", "string"],
|
|
62740
|
+
[this.name, "string", "string"],
|
|
62741
|
+
[this.utc_offset, "number", "int"],
|
|
62742
|
+
];
|
|
62743
|
+
}
|
|
62744
|
+
constructor(params) {
|
|
62745
|
+
super();
|
|
62746
|
+
Object.defineProperty(this, "id", {
|
|
62747
|
+
enumerable: true,
|
|
62748
|
+
configurable: true,
|
|
62749
|
+
writable: true,
|
|
62750
|
+
value: void 0
|
|
62751
|
+
});
|
|
62752
|
+
Object.defineProperty(this, "name", {
|
|
62753
|
+
enumerable: true,
|
|
62754
|
+
configurable: true,
|
|
62755
|
+
writable: true,
|
|
62756
|
+
value: void 0
|
|
62757
|
+
});
|
|
62758
|
+
Object.defineProperty(this, "utc_offset", {
|
|
62759
|
+
enumerable: true,
|
|
62760
|
+
configurable: true,
|
|
62761
|
+
writable: true,
|
|
62762
|
+
value: void 0
|
|
62763
|
+
});
|
|
62764
|
+
this.id = params.id;
|
|
62765
|
+
this.name = params.name;
|
|
62766
|
+
this.utc_offset = params.utc_offset;
|
|
62767
|
+
}
|
|
62768
|
+
}
|
|
62769
|
+
export class help_TimezonesListNotModified_ extends _help_TimezonesList_ {
|
|
62770
|
+
get [id]() {
|
|
62771
|
+
return 0x970708CC;
|
|
62772
|
+
}
|
|
62773
|
+
static get [name]() {
|
|
62774
|
+
return "help.timezonesListNotModified";
|
|
62775
|
+
}
|
|
62776
|
+
static get [paramDesc]() {
|
|
62777
|
+
return [];
|
|
62778
|
+
}
|
|
62779
|
+
get [params]() {
|
|
62780
|
+
return [];
|
|
62781
|
+
}
|
|
62782
|
+
constructor() {
|
|
62783
|
+
super();
|
|
62784
|
+
}
|
|
62785
|
+
}
|
|
62786
|
+
export class help_TimezonesList_ extends _help_TimezonesList_ {
|
|
62787
|
+
get [id]() {
|
|
62788
|
+
return 0x7B74ED71;
|
|
62789
|
+
}
|
|
62790
|
+
static get [name]() {
|
|
62791
|
+
return "help.timezonesList";
|
|
62792
|
+
}
|
|
62793
|
+
static get [paramDesc]() {
|
|
62794
|
+
return [
|
|
62795
|
+
["timezones", [_Timezone_], "Vector<Timezone>"],
|
|
62796
|
+
["hash", "number", "int"],
|
|
62797
|
+
];
|
|
62798
|
+
}
|
|
62799
|
+
get [params]() {
|
|
62800
|
+
return [
|
|
62801
|
+
[this.timezones, [_Timezone_], "Vector<Timezone>"],
|
|
62802
|
+
[this.hash, "number", "int"],
|
|
62803
|
+
];
|
|
62804
|
+
}
|
|
62805
|
+
constructor(params) {
|
|
62806
|
+
super();
|
|
62807
|
+
Object.defineProperty(this, "timezones", {
|
|
62808
|
+
enumerable: true,
|
|
62809
|
+
configurable: true,
|
|
62810
|
+
writable: true,
|
|
62811
|
+
value: void 0
|
|
62812
|
+
});
|
|
62813
|
+
Object.defineProperty(this, "hash", {
|
|
62814
|
+
enumerable: true,
|
|
62815
|
+
configurable: true,
|
|
62816
|
+
writable: true,
|
|
62817
|
+
value: void 0
|
|
62818
|
+
});
|
|
62819
|
+
this.timezones = params.timezones;
|
|
62820
|
+
this.hash = params.hash;
|
|
62821
|
+
}
|
|
62822
|
+
}
|
|
62823
|
+
export class QuickReply_ extends _QuickReply_ {
|
|
62824
|
+
get [id]() {
|
|
62825
|
+
return 0x0697102B;
|
|
62826
|
+
}
|
|
62827
|
+
static get [name]() {
|
|
62828
|
+
return "quickReply";
|
|
62829
|
+
}
|
|
62830
|
+
static get [paramDesc]() {
|
|
62831
|
+
return [
|
|
62832
|
+
["shortcut_id", "number", "int"],
|
|
62833
|
+
["shortcut", "string", "string"],
|
|
62834
|
+
["top_message", "number", "int"],
|
|
62835
|
+
["count", "number", "int"],
|
|
62836
|
+
];
|
|
62837
|
+
}
|
|
62838
|
+
get [params]() {
|
|
62839
|
+
return [
|
|
62840
|
+
[this.shortcut_id, "number", "int"],
|
|
62841
|
+
[this.shortcut, "string", "string"],
|
|
62842
|
+
[this.top_message, "number", "int"],
|
|
62843
|
+
[this.count, "number", "int"],
|
|
62844
|
+
];
|
|
62845
|
+
}
|
|
62846
|
+
constructor(params) {
|
|
62847
|
+
super();
|
|
62848
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
62849
|
+
enumerable: true,
|
|
62850
|
+
configurable: true,
|
|
62851
|
+
writable: true,
|
|
62852
|
+
value: void 0
|
|
62853
|
+
});
|
|
62854
|
+
Object.defineProperty(this, "shortcut", {
|
|
62855
|
+
enumerable: true,
|
|
62856
|
+
configurable: true,
|
|
62857
|
+
writable: true,
|
|
62858
|
+
value: void 0
|
|
62859
|
+
});
|
|
62860
|
+
Object.defineProperty(this, "top_message", {
|
|
62861
|
+
enumerable: true,
|
|
62862
|
+
configurable: true,
|
|
62863
|
+
writable: true,
|
|
62864
|
+
value: void 0
|
|
62865
|
+
});
|
|
62866
|
+
Object.defineProperty(this, "count", {
|
|
62867
|
+
enumerable: true,
|
|
62868
|
+
configurable: true,
|
|
62869
|
+
writable: true,
|
|
62870
|
+
value: void 0
|
|
62871
|
+
});
|
|
62872
|
+
this.shortcut_id = params.shortcut_id;
|
|
62873
|
+
this.shortcut = params.shortcut;
|
|
62874
|
+
this.top_message = params.top_message;
|
|
62875
|
+
this.count = params.count;
|
|
62876
|
+
}
|
|
62877
|
+
}
|
|
62878
|
+
export class InputQuickReplyShortcut_ extends _InputQuickReplyShortcut_ {
|
|
62879
|
+
get [id]() {
|
|
62880
|
+
return 0x24596D41;
|
|
62881
|
+
}
|
|
62882
|
+
static get [name]() {
|
|
62883
|
+
return "inputQuickReplyShortcut";
|
|
62884
|
+
}
|
|
62885
|
+
static get [paramDesc]() {
|
|
62886
|
+
return [
|
|
62887
|
+
["shortcut", "string", "string"],
|
|
62888
|
+
];
|
|
62889
|
+
}
|
|
62890
|
+
get [params]() {
|
|
62891
|
+
return [
|
|
62892
|
+
[this.shortcut, "string", "string"],
|
|
62893
|
+
];
|
|
62894
|
+
}
|
|
62895
|
+
constructor(params) {
|
|
62896
|
+
super();
|
|
62897
|
+
Object.defineProperty(this, "shortcut", {
|
|
62898
|
+
enumerable: true,
|
|
62899
|
+
configurable: true,
|
|
62900
|
+
writable: true,
|
|
62901
|
+
value: void 0
|
|
62902
|
+
});
|
|
62903
|
+
this.shortcut = params.shortcut;
|
|
62904
|
+
}
|
|
62905
|
+
}
|
|
62906
|
+
export class InputQuickReplyShortcutId_ extends _InputQuickReplyShortcut_ {
|
|
62907
|
+
get [id]() {
|
|
62908
|
+
return 0x01190CF1;
|
|
62909
|
+
}
|
|
62910
|
+
static get [name]() {
|
|
62911
|
+
return "inputQuickReplyShortcutId";
|
|
62912
|
+
}
|
|
62913
|
+
static get [paramDesc]() {
|
|
62914
|
+
return [
|
|
62915
|
+
["shortcut_id", "number", "int"],
|
|
62916
|
+
];
|
|
62917
|
+
}
|
|
62918
|
+
get [params]() {
|
|
62919
|
+
return [
|
|
62920
|
+
[this.shortcut_id, "number", "int"],
|
|
62921
|
+
];
|
|
62922
|
+
}
|
|
62923
|
+
constructor(params) {
|
|
62924
|
+
super();
|
|
62925
|
+
Object.defineProperty(this, "shortcut_id", {
|
|
62926
|
+
enumerable: true,
|
|
62927
|
+
configurable: true,
|
|
62928
|
+
writable: true,
|
|
62929
|
+
value: void 0
|
|
62930
|
+
});
|
|
62931
|
+
this.shortcut_id = params.shortcut_id;
|
|
62932
|
+
}
|
|
62933
|
+
}
|
|
62934
|
+
export class messages_QuickReplies_ extends _messages_QuickReplies_ {
|
|
62935
|
+
get [id]() {
|
|
62936
|
+
return 0xC68D6695;
|
|
62937
|
+
}
|
|
62938
|
+
static get [name]() {
|
|
62939
|
+
return "messages.quickReplies";
|
|
62940
|
+
}
|
|
62941
|
+
static get [paramDesc]() {
|
|
62942
|
+
return [
|
|
62943
|
+
["quick_replies", [_QuickReply_], "Vector<QuickReply>"],
|
|
62944
|
+
["messages", [_Message_], "Vector<Message>"],
|
|
62945
|
+
["chats", [_Chat_], "Vector<Chat>"],
|
|
62946
|
+
["users", [_User_], "Vector<User>"],
|
|
62947
|
+
];
|
|
62948
|
+
}
|
|
62949
|
+
get [params]() {
|
|
62950
|
+
return [
|
|
62951
|
+
[this.quick_replies, [_QuickReply_], "Vector<QuickReply>"],
|
|
62952
|
+
[this.messages, [_Message_], "Vector<Message>"],
|
|
62953
|
+
[this.chats, [_Chat_], "Vector<Chat>"],
|
|
62954
|
+
[this.users, [_User_], "Vector<User>"],
|
|
62955
|
+
];
|
|
62956
|
+
}
|
|
62957
|
+
constructor(params) {
|
|
62958
|
+
super();
|
|
62959
|
+
Object.defineProperty(this, "quick_replies", {
|
|
62960
|
+
enumerable: true,
|
|
62961
|
+
configurable: true,
|
|
62962
|
+
writable: true,
|
|
62963
|
+
value: void 0
|
|
62964
|
+
});
|
|
62965
|
+
Object.defineProperty(this, "messages", {
|
|
62966
|
+
enumerable: true,
|
|
62967
|
+
configurable: true,
|
|
62968
|
+
writable: true,
|
|
62969
|
+
value: void 0
|
|
62970
|
+
});
|
|
62971
|
+
Object.defineProperty(this, "chats", {
|
|
62972
|
+
enumerable: true,
|
|
62973
|
+
configurable: true,
|
|
62974
|
+
writable: true,
|
|
62975
|
+
value: void 0
|
|
62976
|
+
});
|
|
62977
|
+
Object.defineProperty(this, "users", {
|
|
62978
|
+
enumerable: true,
|
|
62979
|
+
configurable: true,
|
|
62980
|
+
writable: true,
|
|
62981
|
+
value: void 0
|
|
62982
|
+
});
|
|
62983
|
+
this.quick_replies = params.quick_replies;
|
|
62984
|
+
this.messages = params.messages;
|
|
62985
|
+
this.chats = params.chats;
|
|
62986
|
+
this.users = params.users;
|
|
62987
|
+
}
|
|
62988
|
+
}
|
|
62989
|
+
export class messages_QuickRepliesNotModified_ extends _messages_QuickReplies_ {
|
|
62990
|
+
get [id]() {
|
|
62991
|
+
return 0x5F91EB5B;
|
|
62992
|
+
}
|
|
62993
|
+
static get [name]() {
|
|
62994
|
+
return "messages.quickRepliesNotModified";
|
|
62995
|
+
}
|
|
62996
|
+
static get [paramDesc]() {
|
|
62997
|
+
return [];
|
|
62998
|
+
}
|
|
62999
|
+
get [params]() {
|
|
63000
|
+
return [];
|
|
63001
|
+
}
|
|
63002
|
+
constructor() {
|
|
63003
|
+
super();
|
|
63004
|
+
}
|
|
63005
|
+
}
|
|
63006
|
+
export class ConnectedBot_ extends _ConnectedBot_ {
|
|
63007
|
+
get [id]() {
|
|
63008
|
+
return 0xE7E999E7;
|
|
63009
|
+
}
|
|
63010
|
+
static get [name]() {
|
|
63011
|
+
return "connectedBot";
|
|
63012
|
+
}
|
|
63013
|
+
static get [paramDesc]() {
|
|
63014
|
+
return [
|
|
63015
|
+
["flags", flags, "#"],
|
|
63016
|
+
["can_reply", "true", "flags.0?true"],
|
|
63017
|
+
["bot_id", "bigint", "long"],
|
|
63018
|
+
["recipients", _BusinessRecipients_, "BusinessRecipients"],
|
|
63019
|
+
];
|
|
63020
|
+
}
|
|
63021
|
+
get [params]() {
|
|
63022
|
+
return [
|
|
63023
|
+
["flags", flags, "#"],
|
|
63024
|
+
[this.can_reply ?? null, "true", "flags.0?true"],
|
|
63025
|
+
[this.bot_id, "bigint", "long"],
|
|
63026
|
+
[this.recipients, _BusinessRecipients_, "BusinessRecipients"],
|
|
63027
|
+
];
|
|
63028
|
+
}
|
|
63029
|
+
constructor(params) {
|
|
63030
|
+
super();
|
|
63031
|
+
Object.defineProperty(this, "can_reply", {
|
|
63032
|
+
enumerable: true,
|
|
63033
|
+
configurable: true,
|
|
63034
|
+
writable: true,
|
|
63035
|
+
value: void 0
|
|
63036
|
+
});
|
|
63037
|
+
Object.defineProperty(this, "bot_id", {
|
|
63038
|
+
enumerable: true,
|
|
63039
|
+
configurable: true,
|
|
63040
|
+
writable: true,
|
|
63041
|
+
value: void 0
|
|
63042
|
+
});
|
|
63043
|
+
Object.defineProperty(this, "recipients", {
|
|
63044
|
+
enumerable: true,
|
|
63045
|
+
configurable: true,
|
|
63046
|
+
writable: true,
|
|
63047
|
+
value: void 0
|
|
63048
|
+
});
|
|
63049
|
+
this.can_reply = params.can_reply;
|
|
63050
|
+
this.bot_id = params.bot_id;
|
|
63051
|
+
this.recipients = params.recipients;
|
|
63052
|
+
}
|
|
63053
|
+
}
|
|
63054
|
+
export class account_ConnectedBots_ extends _account_ConnectedBots_ {
|
|
63055
|
+
get [id]() {
|
|
63056
|
+
return 0x17D7F87B;
|
|
63057
|
+
}
|
|
63058
|
+
static get [name]() {
|
|
63059
|
+
return "account.connectedBots";
|
|
63060
|
+
}
|
|
63061
|
+
static get [paramDesc]() {
|
|
63062
|
+
return [
|
|
63063
|
+
["connected_bots", [_ConnectedBot_], "Vector<ConnectedBot>"],
|
|
63064
|
+
["users", [_User_], "Vector<User>"],
|
|
63065
|
+
];
|
|
63066
|
+
}
|
|
63067
|
+
get [params]() {
|
|
63068
|
+
return [
|
|
63069
|
+
[this.connected_bots, [_ConnectedBot_], "Vector<ConnectedBot>"],
|
|
63070
|
+
[this.users, [_User_], "Vector<User>"],
|
|
63071
|
+
];
|
|
63072
|
+
}
|
|
63073
|
+
constructor(params) {
|
|
63074
|
+
super();
|
|
63075
|
+
Object.defineProperty(this, "connected_bots", {
|
|
63076
|
+
enumerable: true,
|
|
63077
|
+
configurable: true,
|
|
63078
|
+
writable: true,
|
|
63079
|
+
value: void 0
|
|
63080
|
+
});
|
|
63081
|
+
Object.defineProperty(this, "users", {
|
|
63082
|
+
enumerable: true,
|
|
63083
|
+
configurable: true,
|
|
63084
|
+
writable: true,
|
|
63085
|
+
value: void 0
|
|
63086
|
+
});
|
|
63087
|
+
this.connected_bots = params.connected_bots;
|
|
63088
|
+
this.users = params.users;
|
|
63089
|
+
}
|
|
63090
|
+
}
|
|
63091
|
+
export class messages_DialogFilters_ extends _messages_DialogFilters_ {
|
|
63092
|
+
get [id]() {
|
|
63093
|
+
return 0x2AD93719;
|
|
63094
|
+
}
|
|
63095
|
+
static get [name]() {
|
|
63096
|
+
return "messages.dialogFilters";
|
|
63097
|
+
}
|
|
63098
|
+
static get [paramDesc]() {
|
|
63099
|
+
return [
|
|
63100
|
+
["flags", flags, "#"],
|
|
63101
|
+
["tags_enabled", "true", "flags.0?true"],
|
|
63102
|
+
["filters", [_DialogFilter_], "Vector<DialogFilter>"],
|
|
63103
|
+
];
|
|
63104
|
+
}
|
|
63105
|
+
get [params]() {
|
|
63106
|
+
return [
|
|
63107
|
+
["flags", flags, "#"],
|
|
63108
|
+
[this.tags_enabled ?? null, "true", "flags.0?true"],
|
|
63109
|
+
[this.filters, [_DialogFilter_], "Vector<DialogFilter>"],
|
|
63110
|
+
];
|
|
63111
|
+
}
|
|
63112
|
+
constructor(params) {
|
|
63113
|
+
super();
|
|
63114
|
+
Object.defineProperty(this, "tags_enabled", {
|
|
63115
|
+
enumerable: true,
|
|
63116
|
+
configurable: true,
|
|
63117
|
+
writable: true,
|
|
63118
|
+
value: void 0
|
|
63119
|
+
});
|
|
63120
|
+
Object.defineProperty(this, "filters", {
|
|
63121
|
+
enumerable: true,
|
|
63122
|
+
configurable: true,
|
|
63123
|
+
writable: true,
|
|
63124
|
+
value: void 0
|
|
63125
|
+
});
|
|
63126
|
+
this.tags_enabled = params.tags_enabled;
|
|
63127
|
+
this.filters = params.filters;
|
|
63128
|
+
}
|
|
63129
|
+
}
|
|
63130
|
+
export const types = {
|
|
63131
|
+
Type: Type_,
|
|
63132
|
+
TypeX: TypeX_,
|
|
63133
|
+
_ResPQ: _ResPQ_,
|
|
63134
|
+
_P_Q_inner_data: _P_Q_inner_data_,
|
|
63135
|
+
_Server_DH_Params: _Server_DH_Params_,
|
|
63136
|
+
_Server_DH_inner_data: _Server_DH_inner_data_,
|
|
63137
|
+
_Client_DH_Inner_Data: _Client_DH_Inner_Data_,
|
|
63138
|
+
_Set_client_DH_params_answer: _Set_client_DH_params_answer_,
|
|
63139
|
+
_BindAuthKeyInner: _BindAuthKeyInner_,
|
|
63140
|
+
_RpcError: _RpcError_,
|
|
63141
|
+
_RpcDropAnswer: _RpcDropAnswer_,
|
|
63142
|
+
_FutureSalt: _FutureSalt_,
|
|
63143
|
+
_FutureSalts: _FutureSalts_,
|
|
63144
|
+
_Pong: _Pong_,
|
|
63145
|
+
_DestroySessionRes: _DestroySessionRes_,
|
|
63146
|
+
_NewSession: _NewSession_,
|
|
63147
|
+
_Object: _Object_,
|
|
63148
|
+
_MsgsAck: _MsgsAck_,
|
|
63149
|
+
_BadMsgNotification: _BadMsgNotification_,
|
|
63150
|
+
_MsgResendReq: _MsgResendReq_,
|
|
63151
|
+
_MsgsStateReq: _MsgsStateReq_,
|
|
63152
|
+
_MsgsStateInfo: _MsgsStateInfo_,
|
|
63153
|
+
_MsgsAllInfo: _MsgsAllInfo_,
|
|
63154
|
+
_MsgDetailedInfo: _MsgDetailedInfo_,
|
|
63155
|
+
_DestroyAuthKeyRes: _DestroyAuthKeyRes_,
|
|
63156
|
+
_HttpWait: _HttpWait_,
|
|
63157
|
+
_True: _True_,
|
|
63158
|
+
_Error: _Error_,
|
|
63159
|
+
_Null: _Null_,
|
|
63160
|
+
_InputPeer: _InputPeer_,
|
|
63161
|
+
_InputUser: _InputUser_,
|
|
63162
|
+
_InputContact: _InputContact_,
|
|
63163
|
+
_InputFile: _InputFile_,
|
|
63164
|
+
_InputMedia: _InputMedia_,
|
|
63165
|
+
_InputChatPhoto: _InputChatPhoto_,
|
|
63166
|
+
_InputGeoPoint: _InputGeoPoint_,
|
|
63167
|
+
_InputPhoto: _InputPhoto_,
|
|
63168
|
+
_InputFileLocation: _InputFileLocation_,
|
|
63169
|
+
_Peer: _Peer_,
|
|
63170
|
+
_storage_FileType: _storage_FileType_,
|
|
63171
|
+
_User: _User_,
|
|
63172
|
+
_UserProfilePhoto: _UserProfilePhoto_,
|
|
63173
|
+
_UserStatus: _UserStatus_,
|
|
63174
|
+
_Chat: _Chat_,
|
|
63175
|
+
_ChatFull: _ChatFull_,
|
|
63176
|
+
_ChatParticipant: _ChatParticipant_,
|
|
63177
|
+
_ChatParticipants: _ChatParticipants_,
|
|
63178
|
+
_ChatPhoto: _ChatPhoto_,
|
|
63179
|
+
_Message: _Message_,
|
|
63180
|
+
_MessageMedia: _MessageMedia_,
|
|
63181
|
+
_MessageAction: _MessageAction_,
|
|
63182
|
+
_Dialog: _Dialog_,
|
|
63183
|
+
_Photo: _Photo_,
|
|
63184
|
+
_PhotoSize: _PhotoSize_,
|
|
63185
|
+
_GeoPoint: _GeoPoint_,
|
|
63186
|
+
_auth_SentCode: _auth_SentCode_,
|
|
63187
|
+
_auth_Authorization: _auth_Authorization_,
|
|
63188
|
+
_auth_ExportedAuthorization: _auth_ExportedAuthorization_,
|
|
63189
|
+
_InputNotifyPeer: _InputNotifyPeer_,
|
|
63190
|
+
_InputPeerNotifySettings: _InputPeerNotifySettings_,
|
|
63191
|
+
_PeerNotifySettings: _PeerNotifySettings_,
|
|
63192
|
+
_PeerSettings: _PeerSettings_,
|
|
63193
|
+
_WallPaper: _WallPaper_,
|
|
63194
|
+
_ReportReason: _ReportReason_,
|
|
63195
|
+
_UserFull: _UserFull_,
|
|
63196
|
+
_Contact: _Contact_,
|
|
63197
|
+
_ImportedContact: _ImportedContact_,
|
|
63198
|
+
_ContactStatus: _ContactStatus_,
|
|
63199
|
+
_contacts_Contacts: _contacts_Contacts_,
|
|
63200
|
+
_contacts_ImportedContacts: _contacts_ImportedContacts_,
|
|
63201
|
+
_contacts_Blocked: _contacts_Blocked_,
|
|
63202
|
+
_messages_Dialogs: _messages_Dialogs_,
|
|
63203
|
+
_messages_Messages: _messages_Messages_,
|
|
63204
|
+
_messages_Chats: _messages_Chats_,
|
|
63205
|
+
_messages_ChatFull: _messages_ChatFull_,
|
|
63206
|
+
_messages_AffectedHistory: _messages_AffectedHistory_,
|
|
63207
|
+
_MessagesFilter: _MessagesFilter_,
|
|
63208
|
+
_Update: _Update_,
|
|
63209
|
+
_updates_State: _updates_State_,
|
|
63210
|
+
_updates_Difference: _updates_Difference_,
|
|
63211
|
+
_Updates: _Updates_,
|
|
63212
|
+
_photos_Photos: _photos_Photos_,
|
|
63213
|
+
_photos_Photo: _photos_Photo_,
|
|
63214
|
+
_upload_File: _upload_File_,
|
|
63215
|
+
_DcOption: _DcOption_,
|
|
63216
|
+
_Config: _Config_,
|
|
63217
|
+
_NearestDc: _NearestDc_,
|
|
63218
|
+
_help_AppUpdate: _help_AppUpdate_,
|
|
63219
|
+
_help_InviteText: _help_InviteText_,
|
|
63220
|
+
_EncryptedChat: _EncryptedChat_,
|
|
63221
|
+
_InputEncryptedChat: _InputEncryptedChat_,
|
|
63222
|
+
_EncryptedFile: _EncryptedFile_,
|
|
63223
|
+
_InputEncryptedFile: _InputEncryptedFile_,
|
|
63224
|
+
_EncryptedMessage: _EncryptedMessage_,
|
|
63225
|
+
_messages_DhConfig: _messages_DhConfig_,
|
|
63226
|
+
_messages_SentEncryptedMessage: _messages_SentEncryptedMessage_,
|
|
63227
|
+
_InputDocument: _InputDocument_,
|
|
63228
|
+
_Document: _Document_,
|
|
63229
|
+
_help_Support: _help_Support_,
|
|
63230
|
+
_NotifyPeer: _NotifyPeer_,
|
|
63231
|
+
_SendMessageAction: _SendMessageAction_,
|
|
63232
|
+
_contacts_Found: _contacts_Found_,
|
|
63233
|
+
_InputPrivacyKey: _InputPrivacyKey_,
|
|
63234
|
+
_PrivacyKey: _PrivacyKey_,
|
|
63235
|
+
_InputPrivacyRule: _InputPrivacyRule_,
|
|
63236
|
+
_PrivacyRule: _PrivacyRule_,
|
|
63237
|
+
_account_PrivacyRules: _account_PrivacyRules_,
|
|
63238
|
+
_AccountDaysTTL: _AccountDaysTTL_,
|
|
63239
|
+
_DocumentAttribute: _DocumentAttribute_,
|
|
63240
|
+
_messages_Stickers: _messages_Stickers_,
|
|
63241
|
+
_StickerPack: _StickerPack_,
|
|
63242
|
+
_messages_AllStickers: _messages_AllStickers_,
|
|
63243
|
+
_messages_AffectedMessages: _messages_AffectedMessages_,
|
|
63244
|
+
_WebPage: _WebPage_,
|
|
63245
|
+
_Authorization: _Authorization_,
|
|
63246
|
+
_account_Authorizations: _account_Authorizations_,
|
|
63247
|
+
_account_Password: _account_Password_,
|
|
63248
|
+
_account_PasswordSettings: _account_PasswordSettings_,
|
|
63249
|
+
_account_PasswordInputSettings: _account_PasswordInputSettings_,
|
|
63250
|
+
_auth_PasswordRecovery: _auth_PasswordRecovery_,
|
|
63251
|
+
_ReceivedNotifyMessage: _ReceivedNotifyMessage_,
|
|
63252
|
+
_ExportedChatInvite: _ExportedChatInvite_,
|
|
63253
|
+
_ChatInvite: _ChatInvite_,
|
|
63254
|
+
_InputStickerSet: _InputStickerSet_,
|
|
63255
|
+
_StickerSet: _StickerSet_,
|
|
63256
|
+
_messages_StickerSet: _messages_StickerSet_,
|
|
63257
|
+
_BotCommand: _BotCommand_,
|
|
63258
|
+
_BotInfo: _BotInfo_,
|
|
63259
|
+
_KeyboardButton: _KeyboardButton_,
|
|
63260
|
+
_KeyboardButtonRow: _KeyboardButtonRow_,
|
|
63261
|
+
_ReplyMarkup: _ReplyMarkup_,
|
|
63262
|
+
_MessageEntity: _MessageEntity_,
|
|
63263
|
+
_InputChannel: _InputChannel_,
|
|
63264
|
+
_contacts_ResolvedPeer: _contacts_ResolvedPeer_,
|
|
63265
|
+
_MessageRange: _MessageRange_,
|
|
63266
|
+
_updates_ChannelDifference: _updates_ChannelDifference_,
|
|
63267
|
+
_ChannelMessagesFilter: _ChannelMessagesFilter_,
|
|
63268
|
+
_ChannelParticipant: _ChannelParticipant_,
|
|
63269
|
+
_ChannelParticipantsFilter: _ChannelParticipantsFilter_,
|
|
63270
|
+
_channels_ChannelParticipants: _channels_ChannelParticipants_,
|
|
63271
|
+
_channels_ChannelParticipant: _channels_ChannelParticipant_,
|
|
63272
|
+
_help_TermsOfService: _help_TermsOfService_,
|
|
63273
|
+
_messages_SavedGifs: _messages_SavedGifs_,
|
|
63274
|
+
_InputBotInlineMessage: _InputBotInlineMessage_,
|
|
63275
|
+
_InputBotInlineResult: _InputBotInlineResult_,
|
|
63276
|
+
_BotInlineMessage: _BotInlineMessage_,
|
|
63277
|
+
_BotInlineResult: _BotInlineResult_,
|
|
63278
|
+
_messages_BotResults: _messages_BotResults_,
|
|
63279
|
+
_ExportedMessageLink: _ExportedMessageLink_,
|
|
63280
|
+
_MessageFwdHeader: _MessageFwdHeader_,
|
|
63281
|
+
_auth_CodeType: _auth_CodeType_,
|
|
63282
|
+
_auth_SentCodeType: _auth_SentCodeType_,
|
|
63283
|
+
_messages_BotCallbackAnswer: _messages_BotCallbackAnswer_,
|
|
63284
|
+
_messages_MessageEditData: _messages_MessageEditData_,
|
|
63285
|
+
_InputBotInlineMessageID: _InputBotInlineMessageID_,
|
|
63286
|
+
_InlineBotSwitchPM: _InlineBotSwitchPM_,
|
|
63287
|
+
_messages_PeerDialogs: _messages_PeerDialogs_,
|
|
63288
|
+
_TopPeer: _TopPeer_,
|
|
63289
|
+
_TopPeerCategory: _TopPeerCategory_,
|
|
63290
|
+
_TopPeerCategoryPeers: _TopPeerCategoryPeers_,
|
|
63291
|
+
_contacts_TopPeers: _contacts_TopPeers_,
|
|
63292
|
+
_DraftMessage: _DraftMessage_,
|
|
63293
|
+
_messages_FeaturedStickers: _messages_FeaturedStickers_,
|
|
63294
|
+
_messages_RecentStickers: _messages_RecentStickers_,
|
|
63295
|
+
_messages_ArchivedStickers: _messages_ArchivedStickers_,
|
|
63296
|
+
_messages_StickerSetInstallResult: _messages_StickerSetInstallResult_,
|
|
63297
|
+
_StickerSetCovered: _StickerSetCovered_,
|
|
63298
|
+
_MaskCoords: _MaskCoords_,
|
|
63299
|
+
_InputStickeredMedia: _InputStickeredMedia_,
|
|
63300
|
+
_Game: _Game_,
|
|
63301
|
+
_InputGame: _InputGame_,
|
|
63302
|
+
_HighScore: _HighScore_,
|
|
63303
|
+
_messages_HighScores: _messages_HighScores_,
|
|
63304
|
+
_RichText: _RichText_,
|
|
63305
|
+
_PageBlock: _PageBlock_,
|
|
63306
|
+
_PhoneCallDiscardReason: _PhoneCallDiscardReason_,
|
|
63307
|
+
_DataJSON: _DataJSON_,
|
|
63308
|
+
_LabeledPrice: _LabeledPrice_,
|
|
63309
|
+
_Invoice: _Invoice_,
|
|
63310
|
+
_PaymentCharge: _PaymentCharge_,
|
|
63311
|
+
_PostAddress: _PostAddress_,
|
|
63312
|
+
_PaymentRequestedInfo: _PaymentRequestedInfo_,
|
|
63313
|
+
_PaymentSavedCredentials: _PaymentSavedCredentials_,
|
|
63314
|
+
_WebDocument: _WebDocument_,
|
|
63315
|
+
_InputWebDocument: _InputWebDocument_,
|
|
63316
|
+
_InputWebFileLocation: _InputWebFileLocation_,
|
|
63317
|
+
_upload_WebFile: _upload_WebFile_,
|
|
63318
|
+
_payments_PaymentForm: _payments_PaymentForm_,
|
|
63319
|
+
_payments_ValidatedRequestedInfo: _payments_ValidatedRequestedInfo_,
|
|
63320
|
+
_payments_PaymentResult: _payments_PaymentResult_,
|
|
63321
|
+
_payments_PaymentReceipt: _payments_PaymentReceipt_,
|
|
63322
|
+
_payments_SavedInfo: _payments_SavedInfo_,
|
|
63323
|
+
_InputPaymentCredentials: _InputPaymentCredentials_,
|
|
63324
|
+
_account_TmpPassword: _account_TmpPassword_,
|
|
63325
|
+
_ShippingOption: _ShippingOption_,
|
|
63326
|
+
_InputStickerSetItem: _InputStickerSetItem_,
|
|
63327
|
+
_InputPhoneCall: _InputPhoneCall_,
|
|
63328
|
+
_PhoneCall: _PhoneCall_,
|
|
63329
|
+
_PhoneConnection: _PhoneConnection_,
|
|
63330
|
+
_PhoneCallProtocol: _PhoneCallProtocol_,
|
|
63331
|
+
_phone_PhoneCall: _phone_PhoneCall_,
|
|
63332
|
+
_upload_CdnFile: _upload_CdnFile_,
|
|
63333
|
+
_CdnPublicKey: _CdnPublicKey_,
|
|
63334
|
+
_CdnConfig: _CdnConfig_,
|
|
63335
|
+
_LangPackString: _LangPackString_,
|
|
63336
|
+
_LangPackDifference: _LangPackDifference_,
|
|
63337
|
+
_LangPackLanguage: _LangPackLanguage_,
|
|
63338
|
+
_ChannelAdminLogEventAction: _ChannelAdminLogEventAction_,
|
|
63339
|
+
_ChannelAdminLogEvent: _ChannelAdminLogEvent_,
|
|
63340
|
+
_channels_AdminLogResults: _channels_AdminLogResults_,
|
|
63341
|
+
_ChannelAdminLogEventsFilter: _ChannelAdminLogEventsFilter_,
|
|
63342
|
+
_PopularContact: _PopularContact_,
|
|
63343
|
+
_messages_FavedStickers: _messages_FavedStickers_,
|
|
63344
|
+
_RecentMeUrl: _RecentMeUrl_,
|
|
63345
|
+
_help_RecentMeUrls: _help_RecentMeUrls_,
|
|
63346
|
+
_InputSingleMedia: _InputSingleMedia_,
|
|
63347
|
+
_WebAuthorization: _WebAuthorization_,
|
|
63348
|
+
_account_WebAuthorizations: _account_WebAuthorizations_,
|
|
63349
|
+
_InputMessage: _InputMessage_,
|
|
63350
|
+
_InputDialogPeer: _InputDialogPeer_,
|
|
63351
|
+
_DialogPeer: _DialogPeer_,
|
|
63352
|
+
_messages_FoundStickerSets: _messages_FoundStickerSets_,
|
|
63353
|
+
_FileHash: _FileHash_,
|
|
63354
|
+
_InputClientProxy: _InputClientProxy_,
|
|
63355
|
+
_help_TermsOfServiceUpdate: _help_TermsOfServiceUpdate_,
|
|
63356
|
+
_InputSecureFile: _InputSecureFile_,
|
|
63357
|
+
_SecureFile: _SecureFile_,
|
|
63358
|
+
_SecureData: _SecureData_,
|
|
63359
|
+
_SecurePlainData: _SecurePlainData_,
|
|
63360
|
+
_SecureValueType: _SecureValueType_,
|
|
63361
|
+
_SecureValue: _SecureValue_,
|
|
63362
|
+
_InputSecureValue: _InputSecureValue_,
|
|
63363
|
+
_SecureValueHash: _SecureValueHash_,
|
|
63364
|
+
_SecureValueError: _SecureValueError_,
|
|
63365
|
+
_SecureCredentialsEncrypted: _SecureCredentialsEncrypted_,
|
|
63366
|
+
_account_AuthorizationForm: _account_AuthorizationForm_,
|
|
63367
|
+
_account_SentEmailCode: _account_SentEmailCode_,
|
|
63368
|
+
_help_DeepLinkInfo: _help_DeepLinkInfo_,
|
|
63369
|
+
_SavedContact: _SavedContact_,
|
|
63370
|
+
_account_Takeout: _account_Takeout_,
|
|
63371
|
+
_PasswordKdfAlgo: _PasswordKdfAlgo_,
|
|
63372
|
+
_SecurePasswordKdfAlgo: _SecurePasswordKdfAlgo_,
|
|
63373
|
+
_SecureSecretSettings: _SecureSecretSettings_,
|
|
63374
|
+
_InputCheckPasswordSRP: _InputCheckPasswordSRP_,
|
|
63375
|
+
_SecureRequiredType: _SecureRequiredType_,
|
|
63376
|
+
_help_PassportConfig: _help_PassportConfig_,
|
|
63377
|
+
_InputAppEvent: _InputAppEvent_,
|
|
63378
|
+
_JSONObjectValue: _JSONObjectValue_,
|
|
63379
|
+
_JSONValue: _JSONValue_,
|
|
63380
|
+
_PageTableCell: _PageTableCell_,
|
|
63381
|
+
_PageTableRow: _PageTableRow_,
|
|
63382
|
+
_PageCaption: _PageCaption_,
|
|
63383
|
+
_PageListItem: _PageListItem_,
|
|
63384
|
+
_PageListOrderedItem: _PageListOrderedItem_,
|
|
63385
|
+
_PageRelatedArticle: _PageRelatedArticle_,
|
|
63386
|
+
_Page: _Page_,
|
|
63387
|
+
_help_SupportName: _help_SupportName_,
|
|
63388
|
+
_help_UserInfo: _help_UserInfo_,
|
|
63389
|
+
_PollAnswer: _PollAnswer_,
|
|
63390
|
+
_Poll: _Poll_,
|
|
63391
|
+
_PollAnswerVoters: _PollAnswerVoters_,
|
|
63392
|
+
_PollResults: _PollResults_,
|
|
63393
|
+
_ChatOnlines: _ChatOnlines_,
|
|
63394
|
+
_StatsURL: _StatsURL_,
|
|
63395
|
+
_ChatAdminRights: _ChatAdminRights_,
|
|
63396
|
+
_ChatBannedRights: _ChatBannedRights_,
|
|
63397
|
+
_InputWallPaper: _InputWallPaper_,
|
|
63398
|
+
_account_WallPapers: _account_WallPapers_,
|
|
63399
|
+
_CodeSettings: _CodeSettings_,
|
|
63400
|
+
_WallPaperSettings: _WallPaperSettings_,
|
|
63401
|
+
_AutoDownloadSettings: _AutoDownloadSettings_,
|
|
63402
|
+
_account_AutoDownloadSettings: _account_AutoDownloadSettings_,
|
|
63403
|
+
_EmojiKeyword: _EmojiKeyword_,
|
|
63404
|
+
_EmojiKeywordsDifference: _EmojiKeywordsDifference_,
|
|
63405
|
+
_EmojiURL: _EmojiURL_,
|
|
63406
|
+
_EmojiLanguage: _EmojiLanguage_,
|
|
63407
|
+
_Folder: _Folder_,
|
|
63408
|
+
_InputFolderPeer: _InputFolderPeer_,
|
|
63409
|
+
_FolderPeer: _FolderPeer_,
|
|
63410
|
+
_messages_SearchCounter: _messages_SearchCounter_,
|
|
63411
|
+
_UrlAuthResult: _UrlAuthResult_,
|
|
63412
|
+
_ChannelLocation: _ChannelLocation_,
|
|
63413
|
+
_PeerLocated: _PeerLocated_,
|
|
63414
|
+
_RestrictionReason: _RestrictionReason_,
|
|
63415
|
+
_InputTheme: _InputTheme_,
|
|
63416
|
+
_Theme: _Theme_,
|
|
63417
|
+
_account_Themes: _account_Themes_,
|
|
63418
|
+
_auth_LoginToken: _auth_LoginToken_,
|
|
63419
|
+
_account_ContentSettings: _account_ContentSettings_,
|
|
63420
|
+
_messages_InactiveChats: _messages_InactiveChats_,
|
|
63421
|
+
_BaseTheme: _BaseTheme_,
|
|
63422
|
+
_InputThemeSettings: _InputThemeSettings_,
|
|
63423
|
+
_ThemeSettings: _ThemeSettings_,
|
|
63424
|
+
_WebPageAttribute: _WebPageAttribute_,
|
|
63425
|
+
_messages_VotesList: _messages_VotesList_,
|
|
63426
|
+
_BankCardOpenUrl: _BankCardOpenUrl_,
|
|
63427
|
+
_payments_BankCardData: _payments_BankCardData_,
|
|
63428
|
+
_DialogFilter: _DialogFilter_,
|
|
63429
|
+
_DialogFilterSuggested: _DialogFilterSuggested_,
|
|
63430
|
+
_StatsDateRangeDays: _StatsDateRangeDays_,
|
|
63431
|
+
_StatsAbsValueAndPrev: _StatsAbsValueAndPrev_,
|
|
63432
|
+
_StatsPercentValue: _StatsPercentValue_,
|
|
63433
|
+
_StatsGraph: _StatsGraph_,
|
|
63434
|
+
_stats_BroadcastStats: _stats_BroadcastStats_,
|
|
63435
|
+
_help_PromoData: _help_PromoData_,
|
|
63436
|
+
_VideoSize: _VideoSize_,
|
|
63437
|
+
_StatsGroupTopPoster: _StatsGroupTopPoster_,
|
|
63438
|
+
_StatsGroupTopAdmin: _StatsGroupTopAdmin_,
|
|
63439
|
+
_StatsGroupTopInviter: _StatsGroupTopInviter_,
|
|
63440
|
+
_stats_MegagroupStats: _stats_MegagroupStats_,
|
|
62023
63441
|
_GlobalPrivacySettings: _GlobalPrivacySettings_,
|
|
62024
63442
|
_help_CountryCode: _help_CountryCode_,
|
|
62025
63443
|
_help_Country: _help_Country_,
|
|
@@ -62175,6 +63593,27 @@ export const types = {
|
|
|
62175
63593
|
_SavedReactionTag: _SavedReactionTag_,
|
|
62176
63594
|
_messages_SavedReactionTags: _messages_SavedReactionTags_,
|
|
62177
63595
|
_OutboxReadDate: _OutboxReadDate_,
|
|
63596
|
+
_smsjobs_EligibilityToJoin: _smsjobs_EligibilityToJoin_,
|
|
63597
|
+
_smsjobs_Status: _smsjobs_Status_,
|
|
63598
|
+
_SmsJob: _SmsJob_,
|
|
63599
|
+
_BusinessWeeklyOpen: _BusinessWeeklyOpen_,
|
|
63600
|
+
_BusinessWorkHours: _BusinessWorkHours_,
|
|
63601
|
+
_BusinessLocation: _BusinessLocation_,
|
|
63602
|
+
_InputBusinessRecipients: _InputBusinessRecipients_,
|
|
63603
|
+
_BusinessRecipients: _BusinessRecipients_,
|
|
63604
|
+
_BusinessAwayMessageSchedule: _BusinessAwayMessageSchedule_,
|
|
63605
|
+
_InputBusinessGreetingMessage: _InputBusinessGreetingMessage_,
|
|
63606
|
+
_BusinessGreetingMessage: _BusinessGreetingMessage_,
|
|
63607
|
+
_InputBusinessAwayMessage: _InputBusinessAwayMessage_,
|
|
63608
|
+
_BusinessAwayMessage: _BusinessAwayMessage_,
|
|
63609
|
+
_Timezone: _Timezone_,
|
|
63610
|
+
_help_TimezonesList: _help_TimezonesList_,
|
|
63611
|
+
_QuickReply: _QuickReply_,
|
|
63612
|
+
_InputQuickReplyShortcut: _InputQuickReplyShortcut_,
|
|
63613
|
+
_messages_QuickReplies: _messages_QuickReplies_,
|
|
63614
|
+
_ConnectedBot: _ConnectedBot_,
|
|
63615
|
+
_account_ConnectedBots: _account_ConnectedBots_,
|
|
63616
|
+
_messages_DialogFilters: _messages_DialogFilters_,
|
|
62178
63617
|
ResPQ: ResPQ_,
|
|
62179
63618
|
P_q_inner_data_dc: P_q_inner_data_dc_,
|
|
62180
63619
|
P_q_inner_data_temp_dc: P_q_inner_data_temp_dc_,
|
|
@@ -62526,6 +63965,12 @@ export const types = {
|
|
|
62526
63965
|
UpdateSavedDialogPinned: UpdateSavedDialogPinned_,
|
|
62527
63966
|
UpdatePinnedSavedDialogs: UpdatePinnedSavedDialogs_,
|
|
62528
63967
|
UpdateSavedReactionTags: UpdateSavedReactionTags_,
|
|
63968
|
+
UpdateSmsJob: UpdateSmsJob_,
|
|
63969
|
+
UpdateQuickReplies: UpdateQuickReplies_,
|
|
63970
|
+
UpdateNewQuickReply: UpdateNewQuickReply_,
|
|
63971
|
+
UpdateDeleteQuickReply: UpdateDeleteQuickReply_,
|
|
63972
|
+
UpdateQuickReplyMessage: UpdateQuickReplyMessage_,
|
|
63973
|
+
UpdateDeleteQuickReplyMessages: UpdateDeleteQuickReplyMessages_,
|
|
62529
63974
|
UpdatesTooLong: UpdatesTooLong_,
|
|
62530
63975
|
UpdateShortMessage: UpdateShortMessage_,
|
|
62531
63976
|
UpdateShortChatMessage: UpdateShortChatMessage_,
|
|
@@ -63181,6 +64626,24 @@ export const types = {
|
|
|
63181
64626
|
SavedDialog: SavedDialog_,
|
|
63182
64627
|
SavedReactionTag: SavedReactionTag_,
|
|
63183
64628
|
OutboxReadDate: OutboxReadDate_,
|
|
64629
|
+
SmsJob: SmsJob_,
|
|
64630
|
+
BusinessWeeklyOpen: BusinessWeeklyOpen_,
|
|
64631
|
+
BusinessWorkHours: BusinessWorkHours_,
|
|
64632
|
+
BusinessLocation: BusinessLocation_,
|
|
64633
|
+
InputBusinessRecipients: InputBusinessRecipients_,
|
|
64634
|
+
BusinessRecipients: BusinessRecipients_,
|
|
64635
|
+
BusinessAwayMessageScheduleAlways: BusinessAwayMessageScheduleAlways_,
|
|
64636
|
+
BusinessAwayMessageScheduleOutsideWorkHours: BusinessAwayMessageScheduleOutsideWorkHours_,
|
|
64637
|
+
BusinessAwayMessageScheduleCustom: BusinessAwayMessageScheduleCustom_,
|
|
64638
|
+
InputBusinessGreetingMessage: InputBusinessGreetingMessage_,
|
|
64639
|
+
BusinessGreetingMessage: BusinessGreetingMessage_,
|
|
64640
|
+
InputBusinessAwayMessage: InputBusinessAwayMessage_,
|
|
64641
|
+
BusinessAwayMessage: BusinessAwayMessage_,
|
|
64642
|
+
Timezone: Timezone_,
|
|
64643
|
+
QuickReply: QuickReply_,
|
|
64644
|
+
InputQuickReplyShortcut: InputQuickReplyShortcut_,
|
|
64645
|
+
InputQuickReplyShortcutId: InputQuickReplyShortcutId_,
|
|
64646
|
+
ConnectedBot: ConnectedBot_,
|
|
63184
64647
|
storage: {
|
|
63185
64648
|
FileUnknown: storage_FileUnknown_,
|
|
63186
64649
|
FilePartial: storage_FilePartial_,
|
|
@@ -63308,6 +64771,9 @@ export const types = {
|
|
|
63308
64771
|
SavedDialogsNotModified: messages_SavedDialogsNotModified_,
|
|
63309
64772
|
SavedReactionTagsNotModified: messages_SavedReactionTagsNotModified_,
|
|
63310
64773
|
SavedReactionTags: messages_SavedReactionTags_,
|
|
64774
|
+
QuickReplies: messages_QuickReplies_,
|
|
64775
|
+
QuickRepliesNotModified: messages_QuickRepliesNotModified_,
|
|
64776
|
+
DialogFilters: messages_DialogFilters_,
|
|
63311
64777
|
},
|
|
63312
64778
|
updates: {
|
|
63313
64779
|
State: updates_State_,
|
|
@@ -63361,6 +64827,8 @@ export const types = {
|
|
|
63361
64827
|
PeerColorOption: help_PeerColorOption_,
|
|
63362
64828
|
PeerColorsNotModified: help_PeerColorsNotModified_,
|
|
63363
64829
|
PeerColors: help_PeerColors_,
|
|
64830
|
+
TimezonesListNotModified: help_TimezonesListNotModified_,
|
|
64831
|
+
TimezonesList: help_TimezonesList_,
|
|
63364
64832
|
},
|
|
63365
64833
|
account: {
|
|
63366
64834
|
PrivacyRules: account_PrivacyRules_,
|
|
@@ -63391,6 +64859,7 @@ export const types = {
|
|
|
63391
64859
|
EmailVerified: account_EmailVerified_,
|
|
63392
64860
|
EmailVerifiedLogin: account_EmailVerifiedLogin_,
|
|
63393
64861
|
AutoSaveSettings: account_AutoSaveSettings_,
|
|
64862
|
+
ConnectedBots: account_ConnectedBots_,
|
|
63394
64863
|
},
|
|
63395
64864
|
channels: {
|
|
63396
64865
|
ChannelParticipants: channels_ChannelParticipants_,
|
|
@@ -63458,6 +64927,10 @@ export const types = {
|
|
|
63458
64927
|
MyBoosts: premium_MyBoosts_,
|
|
63459
64928
|
BoostsStatus: premium_BoostsStatus_,
|
|
63460
64929
|
},
|
|
64930
|
+
smsjobs: {
|
|
64931
|
+
EligibleToJoin: smsjobs_EligibleToJoin_,
|
|
64932
|
+
Status: smsjobs_Status_,
|
|
64933
|
+
},
|
|
63461
64934
|
};
|
|
63462
64935
|
export const map = new Map([
|
|
63463
64936
|
[0x05162463, ResPQ_],
|
|
@@ -63583,7 +65056,7 @@ export const map = new Map([
|
|
|
63583
65056
|
[0x37C1011C, ChatPhotoEmpty_],
|
|
63584
65057
|
[0x1C6E1C11, ChatPhoto_],
|
|
63585
65058
|
[0x90A6CA84, MessageEmpty_],
|
|
63586
|
-
[
|
|
65059
|
+
[0xA66C7EFC, Message_],
|
|
63587
65060
|
[0x2B085862, MessageService_],
|
|
63588
65061
|
[0x3DED6320, MessageMediaEmpty_],
|
|
63589
65062
|
[0x695150D7, MessageMediaPhoto_],
|
|
@@ -63680,7 +65153,7 @@ export const map = new Map([
|
|
|
63680
65153
|
[0xF5DDD6E7, InputReportReasonFake_],
|
|
63681
65154
|
[0x0A8EB2BE, InputReportReasonIllegalDrugs_],
|
|
63682
65155
|
[0x9EC7863D, InputReportReasonPersonalDetails_],
|
|
63683
|
-
[
|
|
65156
|
+
[0x22FF3E85, UserFull_],
|
|
63684
65157
|
[0x145ADE0B, Contact_],
|
|
63685
65158
|
[0xC13E3C50, ImportedContact_],
|
|
63686
65159
|
[0x16D9703B, ContactStatus_],
|
|
@@ -63842,6 +65315,12 @@ export const map = new Map([
|
|
|
63842
65315
|
[0xAEAF9E74, UpdateSavedDialogPinned_],
|
|
63843
65316
|
[0x686C85A6, UpdatePinnedSavedDialogs_],
|
|
63844
65317
|
[0x39C67432, UpdateSavedReactionTags_],
|
|
65318
|
+
[0xF16269D4, UpdateSmsJob_],
|
|
65319
|
+
[0xF9470AB2, UpdateQuickReplies_],
|
|
65320
|
+
[0xF53DA717, UpdateNewQuickReply_],
|
|
65321
|
+
[0x53E6F1EC, UpdateDeleteQuickReply_],
|
|
65322
|
+
[0x3E050D0F, UpdateQuickReplyMessage_],
|
|
65323
|
+
[0x566FE7CD, UpdateDeleteQuickReplyMessages_],
|
|
63845
65324
|
[0xA56C2A3E, updates_State_],
|
|
63846
65325
|
[0x5D75A138, updates_DifferenceEmpty_],
|
|
63847
65326
|
[0x00F49CA0, updates_Difference_],
|
|
@@ -64448,9 +65927,9 @@ export const map = new Map([
|
|
|
64448
65927
|
[0x4899484E, messages_VotesList_],
|
|
64449
65928
|
[0xF568028A, BankCardOpenUrl_],
|
|
64450
65929
|
[0x3E24E573, payments_BankCardData_],
|
|
64451
|
-
[
|
|
65930
|
+
[0x5FB5523B, DialogFilter_],
|
|
64452
65931
|
[0x363293AE, DialogFilterDefault_],
|
|
64453
|
-
[
|
|
65932
|
+
[0x9FE28EA4, DialogFilterChatlist_],
|
|
64454
65933
|
[0x77744D4A, DialogFilterSuggested_],
|
|
64455
65934
|
[0xB637EDAF, StatsDateRangeDays_],
|
|
64456
65935
|
[0xCB43ACDE, StatsAbsValueAndPrev_],
|
|
@@ -64705,5 +66184,31 @@ export const map = new Map([
|
|
|
64705
66184
|
[0x889B59EF, messages_SavedReactionTagsNotModified_],
|
|
64706
66185
|
[0x3259950A, messages_SavedReactionTags_],
|
|
64707
66186
|
[0x3BB842AC, OutboxReadDate_],
|
|
66187
|
+
[0xDC8B44CF, smsjobs_EligibleToJoin_],
|
|
66188
|
+
[0x2AEE9191, smsjobs_Status_],
|
|
66189
|
+
[0xE6A1EEB8, SmsJob_],
|
|
66190
|
+
[0x120B1AB9, BusinessWeeklyOpen_],
|
|
66191
|
+
[0x8C92B098, BusinessWorkHours_],
|
|
66192
|
+
[0xAC5C1AF7, BusinessLocation_],
|
|
66193
|
+
[0x6F8B32AA, InputBusinessRecipients_],
|
|
66194
|
+
[0x21108FF7, BusinessRecipients_],
|
|
66195
|
+
[0xC9B9E2B9, BusinessAwayMessageScheduleAlways_],
|
|
66196
|
+
[0xC3F2F501, BusinessAwayMessageScheduleOutsideWorkHours_],
|
|
66197
|
+
[0xCC4D9ECC, BusinessAwayMessageScheduleCustom_],
|
|
66198
|
+
[0x0194CB3B, InputBusinessGreetingMessage_],
|
|
66199
|
+
[0xE519ABAB, BusinessGreetingMessage_],
|
|
66200
|
+
[0x832175E0, InputBusinessAwayMessage_],
|
|
66201
|
+
[0xEF156A5C, BusinessAwayMessage_],
|
|
66202
|
+
[0xFF9289F5, Timezone_],
|
|
66203
|
+
[0x970708CC, help_TimezonesListNotModified_],
|
|
66204
|
+
[0x7B74ED71, help_TimezonesList_],
|
|
66205
|
+
[0x0697102B, QuickReply_],
|
|
66206
|
+
[0x24596D41, InputQuickReplyShortcut_],
|
|
66207
|
+
[0x01190CF1, InputQuickReplyShortcutId_],
|
|
66208
|
+
[0xC68D6695, messages_QuickReplies_],
|
|
66209
|
+
[0x5F91EB5B, messages_QuickRepliesNotModified_],
|
|
66210
|
+
[0xE7E999E7, ConnectedBot_],
|
|
66211
|
+
[0x17D7F87B, account_ConnectedBots_],
|
|
66212
|
+
[0x2AD93719, messages_DialogFilters_],
|
|
64708
66213
|
// deno-lint-ignore no-explicit-any
|
|
64709
66214
|
]);
|