@mtcute/tl 216.0.0 → 218.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api-schema.json +1 -1
- package/binary/reader.js +54 -34
- package/binary/writer.js +101 -72
- package/compat/index.d.ts +318 -10
- package/compat/reader.js +8 -0
- package/index.d.ts +12661 -8787
- package/index.js +38 -31
- package/package.json +1 -1
package/binary/writer.js
CHANGED
|
@@ -4,10 +4,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
4
4
|
function h(o,p){var q=o[p];if(q===void 0)throw Error('Object '+o._+' is missing required property '+p);return q}
|
|
5
5
|
var m={
|
|
6
6
|
'error':function(w,v){w.uint(3300522427);w.int(h(v,'code'));w.string(h(v,'text'));},
|
|
7
|
-
'ipPort':function(w,v){w.uint(3560156531);w.int(h(v,'ipv4'));w.int(h(v,'port'));},
|
|
8
|
-
'ipPortSecret':function(w,v){w.uint(932718150);w.int(h(v,'ipv4'));w.int(h(v,'port'));w.bytes(h(v,'secret'));},
|
|
9
|
-
'accessPointRule':function(w,v){w.uint(1182381663);w.string(h(v,'phonePrefixRules'));w.int(h(v,'dcId'));w.vector(w.object,h(v,'ips'),1);},
|
|
10
|
-
'help.configSimple':function(w,v){w.uint(1515793004);w.int(h(v,'date'));w.int(h(v,'expires'));w.vector(w.object,h(v,'rules'),1);},
|
|
11
7
|
'inputPeerPhotoFileLocationLegacy':function(w,v){w.uint(668375447);var flags=0;if(v.big===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.long(h(v,'volumeId'));w.int(h(v,'localId'));},
|
|
12
8
|
'inputStickerSetThumbLegacy':function(w,v){w.uint(230353641);w.object(h(v,'stickerset'));w.long(h(v,'volumeId'));w.int(h(v,'localId'));},
|
|
13
9
|
'inputPeerEmpty':function(w){w.uint(2134579434);},
|
|
@@ -21,7 +17,7 @@ var m={
|
|
|
21
17
|
'inputUserSelf':function(w){w.uint(4156666175);},
|
|
22
18
|
'inputUser':function(w,v){w.uint(4061223110);w.int53(h(v,'userId'));w.long(h(v,'accessHash'));},
|
|
23
19
|
'inputUserFromMessage':function(w,v){w.uint(497305826);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int53(h(v,'userId'));},
|
|
24
|
-
'inputPhoneContact':function(w,v){w.uint(
|
|
20
|
+
'inputPhoneContact':function(w,v){w.uint(1780335806);var flags=0;var _note=v.note!==undefined;if(_note)flags|=1;w.uint(flags);w.long(h(v,'clientId'));w.string(h(v,'phone'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));if(_note)w.object(v.note);},
|
|
25
21
|
'inputFile':function(w,v){w.uint(4113560191);w.long(h(v,'id'));w.int(h(v,'parts'));w.string(h(v,'name'));w.string(h(v,'md5Checksum'));},
|
|
26
22
|
'inputFileBig':function(w,v){w.uint(4199484341);w.long(h(v,'id'));w.int(h(v,'parts'));w.string(h(v,'name'));},
|
|
27
23
|
'inputFileStoryDocument':function(w,v){w.uint(1658620744);w.object(h(v,'id'));},
|
|
@@ -75,7 +71,7 @@ var m={
|
|
|
75
71
|
'storage.fileMp4':function(w){w.uint(3016663268);},
|
|
76
72
|
'storage.fileWebp':function(w){w.uint(276907596);},
|
|
77
73
|
'userEmpty':function(w,v){w.uint(3552332666);w.int53(h(v,'id'));},
|
|
78
|
-
'user':function(w,v){w.uint(
|
|
74
|
+
'user':function(w,v){w.uint(829899656);var flags=0;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=1;var _firstName=v.firstName!==undefined;if(_firstName)flags|=2;var _lastName=v.lastName!==undefined;if(_lastName)flags|=4;var _username=v.username!==undefined;if(_username)flags|=8;var _phone=v.phone!==undefined;if(_phone)flags|=16;var _photo=v.photo!==undefined;if(_photo)flags|=32;var _status=v.status!==undefined;if(_status)flags|=64;if(v.self===true)flags|=1024;if(v.contact===true)flags|=2048;if(v.mutualContact===true)flags|=4096;if(v.deleted===true)flags|=8192;var _botInfoVersion=v.botInfoVersion!==undefined;var _flags_14=v.bot===true||_botInfoVersion;if(_flags_14)flags|=16384;if(v.botChatHistory===true)flags|=32768;if(v.botNochats===true)flags|=65536;if(v.verified===true)flags|=131072;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_18=v.restricted===true||_restrictionReason;if(_flags_18)flags|=262144;var _botInlinePlaceholder=v.botInlinePlaceholder!==undefined;if(_botInlinePlaceholder)flags|=524288;if(v.min===true)flags|=1048576;if(v.botInlineGeo===true)flags|=2097152;var _langCode=v.langCode!==undefined;if(_langCode)flags|=4194304;if(v.support===true)flags|=8388608;if(v.scam===true)flags|=16777216;if(v.applyMinPhoto===true)flags|=33554432;if(v.fake===true)flags|=67108864;if(v.botAttachMenu===true)flags|=134217728;if(v.premium===true)flags|=268435456;if(v.attachMenuEnabled===true)flags|=536870912;var _emojiStatus=v.emojiStatus!==undefined;if(_emojiStatus)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.botCanEdit===true)flags2|=2;if(v.closeFriend===true)flags2|=4;if(v.storiesHidden===true)flags2|=8;if(v.storiesUnavailable===true)flags2|=16;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=32;var _color=v.color!==undefined;if(_color)flags2|=256;var _profileColor=v.profileColor!==undefined;if(_profileColor)flags2|=512;if(v.contactRequirePremium===true)flags2|=1024;if(v.botBusiness===true)flags2|=2048;var _botActiveUsers=v.botActiveUsers!==undefined;if(_botActiveUsers)flags2|=4096;if(v.botHasMainApp===true)flags2|=8192;var _botVerificationIcon=v.botVerificationIcon!==undefined;if(_botVerificationIcon)flags2|=16384;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=32768;if(v.botForumView===true)flags2|=65536;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);if(_firstName)w.string(v.firstName);if(_lastName)w.string(v.lastName);if(_username)w.string(v.username);if(_phone)w.string(v.phone);if(_photo)w.object(v.photo);if(_status)w.object(v.status);if(_flags_14)w.int(v.botInfoVersion);if(_flags_18)w.vector(w.object,v.restrictionReason);if(_botInlinePlaceholder)w.string(v.botInlinePlaceholder);if(_langCode)w.string(v.langCode);if(_emojiStatus)w.object(v.emojiStatus);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.object(v.storiesMaxId);if(_color)w.object(v.color);if(_profileColor)w.object(v.profileColor);if(_botActiveUsers)w.int(v.botActiveUsers);if(_botVerificationIcon)w.long(v.botVerificationIcon);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);},
|
|
79
75
|
'userProfilePhotoEmpty':function(w){w.uint(1326562017);},
|
|
80
76
|
'userProfilePhoto':function(w,v){w.uint(2194798342);var flags=0;if(v.hasVideo===true)flags|=1;var _strippedThumb=v.strippedThumb!==undefined;if(_strippedThumb)flags|=2;if(v.personal===true)flags|=4;w.uint(flags);w.long(h(v,'photoId'));if(_strippedThumb)w.bytes(v.strippedThumb);w.int(h(v,'dcId'));},
|
|
81
77
|
'userStatusEmpty':function(w){w.uint(164646985);},
|
|
@@ -87,7 +83,7 @@ var m={
|
|
|
87
83
|
'chatEmpty':function(w,v){w.uint(693512293);w.int53(h(v,'id'));},
|
|
88
84
|
'chat':function(w,v){w.uint(1103884886);var flags=0;if(v.creator===true)flags|=1;if(v.left===true)flags|=4;if(v.deactivated===true)flags|=32;var _migratedTo=v.migratedTo!==undefined;if(_migratedTo)flags|=64;var _adminRights=v.adminRights!==undefined;if(_adminRights)flags|=16384;var _defaultBannedRights=v.defaultBannedRights!==undefined;if(_defaultBannedRights)flags|=262144;if(v.callActive===true)flags|=8388608;if(v.callNotEmpty===true)flags|=16777216;if(v.noforwards===true)flags|=33554432;w.uint(flags);w.int53(h(v,'id'));w.string(h(v,'title'));w.object(h(v,'photo'));w.int(h(v,'participantsCount'));w.int(h(v,'date'));w.int(h(v,'version'));if(_migratedTo)w.object(v.migratedTo);if(_adminRights)w.object(v.adminRights);if(_defaultBannedRights)w.object(v.defaultBannedRights);},
|
|
89
85
|
'chatForbidden':function(w,v){w.uint(1704108455);w.int53(h(v,'id'));w.string(h(v,'title'));},
|
|
90
|
-
'channel':function(w,v){w.uint(
|
|
86
|
+
'channel':function(w,v){w.uint(473084188);var flags=0;if(v.creator===true)flags|=1;if(v.left===true)flags|=4;if(v.broadcast===true)flags|=32;var _username=v.username!==undefined;if(_username)flags|=64;if(v.verified===true)flags|=128;if(v.megagroup===true)flags|=256;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_9=v.restricted===true||_restrictionReason;if(_flags_9)flags|=512;if(v.signatures===true)flags|=2048;if(v.min===true)flags|=4096;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=8192;var _adminRights=v.adminRights!==undefined;if(_adminRights)flags|=16384;var _bannedRights=v.bannedRights!==undefined;if(_bannedRights)flags|=32768;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=131072;var _defaultBannedRights=v.defaultBannedRights!==undefined;if(_defaultBannedRights)flags|=262144;if(v.scam===true)flags|=524288;if(v.hasLink===true)flags|=1048576;if(v.hasGeo===true)flags|=2097152;if(v.slowmodeEnabled===true)flags|=4194304;if(v.callActive===true)flags|=8388608;if(v.callNotEmpty===true)flags|=16777216;if(v.fake===true)flags|=33554432;if(v.gigagroup===true)flags|=67108864;if(v.noforwards===true)flags|=134217728;if(v.joinToSend===true)flags|=268435456;if(v.joinRequest===true)flags|=536870912;if(v.forum===true)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.storiesHidden===true)flags2|=2;if(v.storiesHiddenMin===true)flags2|=4;if(v.storiesUnavailable===true)flags2|=8;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=16;var _color=v.color!==undefined;if(_color)flags2|=128;var _profileColor=v.profileColor!==undefined;if(_profileColor)flags2|=256;var _emojiStatus=v.emojiStatus!==undefined;if(_emojiStatus)flags2|=512;var _level=v.level!==undefined;if(_level)flags2|=1024;var _subscriptionUntilDate=v.subscriptionUntilDate!==undefined;if(_subscriptionUntilDate)flags2|=2048;if(v.signatureProfiles===true)flags2|=4096;var _botVerificationIcon=v.botVerificationIcon!==undefined;if(_botVerificationIcon)flags2|=8192;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=16384;if(v.autotranslation===true)flags2|=32768;if(v.broadcastMessagesAllowed===true)flags2|=65536;if(v.monoforum===true)flags2|=131072;var _linkedMonoforumId=v.linkedMonoforumId!==undefined;if(_linkedMonoforumId)flags2|=262144;if(v.forumTabs===true)flags2|=524288;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);w.string(h(v,'title'));if(_username)w.string(v.username);w.object(h(v,'photo'));w.int(h(v,'date'));if(_flags_9)w.vector(w.object,v.restrictionReason);if(_adminRights)w.object(v.adminRights);if(_bannedRights)w.object(v.bannedRights);if(_defaultBannedRights)w.object(v.defaultBannedRights);if(_participantsCount)w.int(v.participantsCount);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.object(v.storiesMaxId);if(_color)w.object(v.color);if(_profileColor)w.object(v.profileColor);if(_emojiStatus)w.object(v.emojiStatus);if(_level)w.int(v.level);if(_subscriptionUntilDate)w.int(v.subscriptionUntilDate);if(_botVerificationIcon)w.long(v.botVerificationIcon);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_linkedMonoforumId)w.int53(v.linkedMonoforumId);},
|
|
91
87
|
'channelForbidden':function(w,v){w.uint(399807445);var flags=0;if(v.broadcast===true)flags|=32;if(v.megagroup===true)flags|=256;var _untilDate=v.untilDate!==undefined;if(_untilDate)flags|=65536;w.uint(flags);w.int53(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'title'));if(_untilDate)w.int(v.untilDate);},
|
|
92
88
|
'chatFull':function(w,v){w.uint(640893467);var flags=0;var _chatPhoto=v.chatPhoto!==undefined;if(_chatPhoto)flags|=4;var _botInfo=v.botInfo&&v.botInfo.length;if(_botInfo)flags|=8;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canSetUsername===true)flags|=128;if(v.hasScheduled===true)flags|=256;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _call=v.call!==undefined;if(_call)flags|=4096;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=32768;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=65536;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_17=_requestsPending||_recentRequesters;if(_flags_17)flags|=131072;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=262144;if(v.translationsDisabled===true)flags|=524288;var _reactionsLimit=v.reactionsLimit!==undefined;if(_reactionsLimit)flags|=1048576;w.uint(flags);w.int53(h(v,'id'));w.string(h(v,'about'));w.object(h(v,'participants'));if(_chatPhoto)w.object(v.chatPhoto);w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);if(_botInfo)w.vector(w.object,v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_folderId)w.int(v.folderId);if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_17)w.int(v.requestsPending);if(_flags_17)w.vector(w.long,v.recentRequesters);if(_availableReactions)w.object(v.availableReactions);if(_reactionsLimit)w.int(v.reactionsLimit);},
|
|
93
89
|
'channelFull':function(w,v){w.uint(3839931037);var flags=0;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=1;var _adminsCount=v.adminsCount!==undefined;if(_adminsCount)flags|=2;var _kickedCount=v.kickedCount!==undefined;var _bannedCount=v.bannedCount!==undefined;var _flags_2=_kickedCount||_bannedCount;if(_flags_2)flags|=4;if(v.canViewParticipants===true)flags|=8;var _migratedFromChatId=v.migratedFromChatId!==undefined;var _migratedFromMaxId=v.migratedFromMaxId!==undefined;var _flags_4=_migratedFromChatId||_migratedFromMaxId;if(_flags_4)flags|=16;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=32;if(v.canSetUsername===true)flags|=64;if(v.canSetStickers===true)flags|=128;var _stickerset=v.stickerset!==undefined;if(_stickerset)flags|=256;var _availableMinId=v.availableMinId!==undefined;if(_availableMinId)flags|=512;if(v.hiddenPrehistory===true)flags|=1024;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _statsDc=v.statsDc!==undefined;if(_statsDc)flags|=4096;var _onlineCount=v.onlineCount!==undefined;if(_onlineCount)flags|=8192;var _linkedChatId=v.linkedChatId!==undefined;if(_linkedChatId)flags|=16384;var _location=v.location!==undefined;if(_location)flags|=32768;if(v.canSetLocation===true)flags|=65536;var _slowmodeSeconds=v.slowmodeSeconds!==undefined;if(_slowmodeSeconds)flags|=131072;var _slowmodeNextSendDate=v.slowmodeNextSendDate!==undefined;if(_slowmodeNextSendDate)flags|=262144;if(v.hasScheduled===true)flags|=524288;if(v.canViewStats===true)flags|=1048576;var _call=v.call!==undefined;if(_call)flags|=2097152;if(v.blocked===true)flags|=4194304;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8388608;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16777216;var _pendingSuggestions=v.pendingSuggestions&&v.pendingSuggestions.length;if(_pendingSuggestions)flags|=33554432;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=67108864;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=134217728;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_28=_requestsPending||_recentRequesters;if(_flags_28)flags|=268435456;var _defaultSendAs=v.defaultSendAs!==undefined;if(_defaultSendAs)flags|=536870912;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=1073741824;w.uint(flags);var flags2=0;if(v.canDeleteChannel===true)flags2|=1;if(v.antispam===true)flags2|=2;if(v.participantsHidden===true)flags2|=4;if(v.translationsDisabled===true)flags2|=8;var _stories=v.stories!==undefined;if(_stories)flags2|=16;if(v.storiesPinnedAvailable===true)flags2|=32;if(v.viewForumAsMessages===true)flags2|=64;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags2|=128;var _boostsApplied=v.boostsApplied!==undefined;if(_boostsApplied)flags2|=256;var _boostsUnrestrict=v.boostsUnrestrict!==undefined;if(_boostsUnrestrict)flags2|=512;var _emojiset=v.emojiset!==undefined;if(_emojiset)flags2|=1024;if(v.restrictedSponsored===true)flags2|=2048;if(v.canViewRevenue===true)flags2|=4096;var _reactionsLimit=v.reactionsLimit!==undefined;if(_reactionsLimit)flags2|=8192;if(v.paidMediaAllowed===true)flags2|=16384;if(v.canViewStarsRevenue===true)flags2|=32768;if(v.paidReactionsAvailable===true)flags2|=65536;var _botVerification=v.botVerification!==undefined;if(_botVerification)flags2|=131072;var _stargiftsCount=v.stargiftsCount!==undefined;if(_stargiftsCount)flags2|=262144;if(v.stargiftsAvailable===true)flags2|=524288;if(v.paidMessagesAvailable===true)flags2|=1048576;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=2097152;var _mainTab=v.mainTab!==undefined;if(_mainTab)flags2|=4194304;w.uint(flags2);w.int53(h(v,'id'));w.string(h(v,'about'));if(_participantsCount)w.int(v.participantsCount);if(_adminsCount)w.int(v.adminsCount);if(_flags_2)w.int(v.kickedCount);if(_flags_2)w.int(v.bannedCount);if(_onlineCount)w.int(v.onlineCount);w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.object(h(v,'chatPhoto'));w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);w.vector(w.object,h(v,'botInfo'));if(_flags_4)w.long(v.migratedFromChatId);if(_flags_4)w.int(v.migratedFromMaxId);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_stickerset)w.object(v.stickerset);if(_availableMinId)w.int(v.availableMinId);if(_folderId)w.int(v.folderId);if(_linkedChatId)w.int53(v.linkedChatId);if(_location)w.object(v.location);if(_slowmodeSeconds)w.int(v.slowmodeSeconds);if(_slowmodeNextSendDate)w.int(v.slowmodeNextSendDate);if(_statsDc)w.int(v.statsDc);w.int(h(v,'pts'));if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_pendingSuggestions)w.vector(w.string,v.pendingSuggestions);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_28)w.int(v.requestsPending);if(_flags_28)w.vector(w.int53,v.recentRequesters);if(_defaultSendAs)w.object(v.defaultSendAs);if(_availableReactions)w.object(v.availableReactions);if(_reactionsLimit)w.int(v.reactionsLimit);if(_stories)w.object(v.stories);if(_wallpaper)w.object(v.wallpaper);if(_boostsApplied)w.int(v.boostsApplied);if(_boostsUnrestrict)w.int(v.boostsUnrestrict);if(_emojiset)w.object(v.emojiset);if(_botVerification)w.object(v.botVerification);if(_stargiftsCount)w.int(v.stargiftsCount);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_mainTab)w.object(v.mainTab);},
|
|
@@ -99,7 +95,7 @@ var m={
|
|
|
99
95
|
'chatPhotoEmpty':function(w){w.uint(935395612);},
|
|
100
96
|
'chatPhoto':function(w,v){w.uint(476978193);var flags=0;if(v.hasVideo===true)flags|=1;var _strippedThumb=v.strippedThumb!==undefined;if(_strippedThumb)flags|=2;w.uint(flags);w.long(h(v,'photoId'));if(_strippedThumb)w.bytes(v.strippedThumb);w.int(h(v,'dcId'));},
|
|
101
97
|
'messageEmpty':function(w,v){w.uint(2426849924);var flags=0;var _peerId=v.peerId!==undefined;if(_peerId)flags|=1;w.uint(flags);w.int(h(v,'id'));if(_peerId)w.object(v.peerId);},
|
|
102
|
-
'message':function(w,v){w.uint(
|
|
98
|
+
'message':function(w,v){w.uint(3106895567);var flags=0;if(v.out===true)flags|=2;var _fwdFrom=v.fwdFrom!==undefined;if(_fwdFrom)flags|=4;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=8;if(v.mentioned===true)flags|=16;if(v.mediaUnread===true)flags|=32;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=64;var _entities=v.entities&&v.entities.length;if(_entities)flags|=128;var _fromId=v.fromId!==undefined;if(_fromId)flags|=256;var _media=v.media!==undefined;if(_media)flags|=512;var _views=v.views!==undefined;var _forwards=v.forwards!==undefined;var _flags_10=_views||_forwards;if(_flags_10)flags|=1024;var _viaBotId=v.viaBotId!==undefined;if(_viaBotId)flags|=2048;if(v.silent===true)flags|=8192;if(v.post===true)flags|=16384;var _editDate=v.editDate!==undefined;if(_editDate)flags|=32768;var _postAuthor=v.postAuthor!==undefined;if(_postAuthor)flags|=65536;var _groupedId=v.groupedId!==undefined;if(_groupedId)flags|=131072;if(v.fromScheduled===true)flags|=262144;if(v.legacy===true)flags|=524288;var _reactions=v.reactions!==undefined;if(_reactions)flags|=1048576;if(v.editHide===true)flags|=2097152;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;if(_restrictionReason)flags|=4194304;var _replies=v.replies!==undefined;if(_replies)flags|=8388608;if(v.pinned===true)flags|=16777216;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;if(v.noforwards===true)flags|=67108864;if(v.invertMedia===true)flags|=134217728;var _savedPeerId=v.savedPeerId!==undefined;if(_savedPeerId)flags|=268435456;var _fromBoostsApplied=v.fromBoostsApplied!==undefined;if(_fromBoostsApplied)flags|=536870912;var _quickReplyShortcutId=v.quickReplyShortcutId!==undefined;if(_quickReplyShortcutId)flags|=1073741824;w.uint(flags);var flags2=0;var _viaBusinessBotId=v.viaBusinessBotId!==undefined;if(_viaBusinessBotId)flags2|=1;if(v.offline===true)flags2|=2;var _effect=v.effect!==undefined;if(_effect)flags2|=4;var _factcheck=v.factcheck!==undefined;if(_factcheck)flags2|=8;if(v.videoProcessingPending===true)flags2|=16;var _reportDeliveryUntilDate=v.reportDeliveryUntilDate!==undefined;if(_reportDeliveryUntilDate)flags2|=32;var _paidMessageStars=v.paidMessageStars!==undefined;if(_paidMessageStars)flags2|=64;var _suggestedPost=v.suggestedPost!==undefined;if(_suggestedPost)flags2|=128;if(v.paidSuggestedPostStars===true)flags2|=256;if(v.paidSuggestedPostTon===true)flags2|=512;var _scheduleRepeatPeriod=v.scheduleRepeatPeriod!==undefined;if(_scheduleRepeatPeriod)flags2|=1024;w.uint(flags2);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);if(_fromBoostsApplied)w.int(v.fromBoostsApplied);w.object(h(v,'peerId'));if(_savedPeerId)w.object(v.savedPeerId);if(_fwdFrom)w.object(v.fwdFrom);if(_viaBotId)w.int53(v.viaBotId);if(_viaBusinessBotId)w.int53(v.viaBusinessBotId);if(_replyTo)w.object(v.replyTo);w.int(h(v,'date'));w.string(h(v,'message'));if(_media)w.object(v.media);if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);if(_flags_10)w.int(v.views);if(_flags_10)w.int(v.forwards);if(_replies)w.object(v.replies);if(_editDate)w.int(v.editDate);if(_postAuthor)w.string(v.postAuthor);if(_groupedId)w.long(v.groupedId);if(_reactions)w.object(v.reactions);if(_restrictionReason)w.vector(w.object,v.restrictionReason);if(_ttlPeriod)w.int(v.ttlPeriod);if(_quickReplyShortcutId)w.int(v.quickReplyShortcutId);if(_effect)w.long(v.effect);if(_factcheck)w.object(v.factcheck);if(_reportDeliveryUntilDate)w.int(v.reportDeliveryUntilDate);if(_paidMessageStars)w.long(v.paidMessageStars);if(_suggestedPost)w.object(v.suggestedPost);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);},
|
|
103
99
|
'messageService':function(w,v){w.uint(2055212554);var flags=0;if(v.out===true)flags|=2;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=8;if(v.mentioned===true)flags|=16;if(v.mediaUnread===true)flags|=32;var _fromId=v.fromId!==undefined;if(_fromId)flags|=256;if(v.reactionsArePossible===true)flags|=512;if(v.silent===true)flags|=8192;if(v.post===true)flags|=16384;if(v.legacy===true)flags|=524288;var _reactions=v.reactions!==undefined;if(_reactions)flags|=1048576;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;var _savedPeerId=v.savedPeerId!==undefined;if(_savedPeerId)flags|=268435456;w.uint(flags);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);w.object(h(v,'peerId'));if(_savedPeerId)w.object(v.savedPeerId);if(_replyTo)w.object(v.replyTo);w.int(h(v,'date'));w.object(h(v,'action'));if(_reactions)w.object(v.reactions);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
104
100
|
'messageMediaEmpty':function(w){w.uint(1038967584);},
|
|
105
101
|
'messageMediaPhoto':function(w,v){w.uint(1766936791);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=4;if(v.spoiler===true)flags|=8;w.uint(flags);if(_photo)w.object(v.photo);if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
@@ -151,13 +147,13 @@ var m={
|
|
|
151
147
|
'messageActionChatJoinedByRequest':function(w){w.uint(3955008459);},
|
|
152
148
|
'messageActionWebViewDataSentMe':function(w,v){w.uint(1205698681);w.string(h(v,'text'));w.string(h(v,'data'));},
|
|
153
149
|
'messageActionWebViewDataSent':function(w,v){w.uint(3032714421);w.string(h(v,'text'));},
|
|
154
|
-
'messageActionGiftPremium':function(w,v){w.uint(
|
|
150
|
+
'messageActionGiftPremium':function(w,v){w.uint(1223234306);var flags=0;var _cryptoCurrency=v.cryptoCurrency!==undefined;var _cryptoAmount=v.cryptoAmount!==undefined;var _flags_0=_cryptoCurrency||_cryptoAmount;if(_flags_0)flags|=1;var _message=v.message!==undefined;if(_message)flags|=2;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'amount'));w.int(h(v,'days'));if(_flags_0)w.string(v.cryptoCurrency);if(_flags_0)w.long(v.cryptoAmount);if(_message)w.object(v.message);},
|
|
155
151
|
'messageActionTopicCreate':function(w,v){w.uint(228168278);var flags=0;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=1;if(v.titleMissing===true)flags|=2;w.uint(flags);w.string(h(v,'title'));w.int(h(v,'iconColor'));if(_iconEmojiId)w.long(v.iconEmojiId);},
|
|
156
152
|
'messageActionTopicEdit':function(w,v){w.uint(3230943264);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=2;var _closed=v.closed!==undefined;if(_closed)flags|=4;var _hidden=v.hidden!==undefined;if(_hidden)flags|=8;w.uint(flags);if(_title)w.string(v.title);if(_iconEmojiId)w.long(v.iconEmojiId);if(_closed)w.boolean(v.closed);if(_hidden)w.boolean(v.hidden);},
|
|
157
153
|
'messageActionSuggestProfilePhoto':function(w,v){w.uint(1474192222);w.object(h(v,'photo'));},
|
|
158
154
|
'messageActionRequestedPeer':function(w,v){w.uint(827428507);w.int(h(v,'buttonId'));w.vector(w.object,h(v,'peers'));},
|
|
159
155
|
'messageActionSetChatWallPaper':function(w,v){w.uint(1348510708);var flags=0;if(v.same===true)flags|=1;if(v.forBoth===true)flags|=2;w.uint(flags);w.object(h(v,'wallpaper'));},
|
|
160
|
-
'messageActionGiftCode':function(w,v){w.uint(
|
|
156
|
+
'messageActionGiftCode':function(w,v){w.uint(834962247);var flags=0;if(v.viaGiveaway===true)flags|=1;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=2;var _currency=v.currency!==undefined;var _amount=v.amount!==undefined;var _flags_2=_currency||_amount;if(_flags_2)flags|=4;var _cryptoCurrency=v.cryptoCurrency!==undefined;var _cryptoAmount=v.cryptoAmount!==undefined;var _flags_3=_cryptoCurrency||_cryptoAmount;if(_flags_3)flags|=8;var _message=v.message!==undefined;if(_message)flags|=16;if(v.unclaimed===true)flags|=32;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);w.int(h(v,'days'));w.string(h(v,'slug'));if(_flags_2)w.string(v.currency);if(_flags_2)w.long(v.amount);if(_flags_3)w.string(v.cryptoCurrency);if(_flags_3)w.long(v.cryptoAmount);if(_message)w.object(v.message);},
|
|
161
157
|
'messageActionGiveawayLaunch':function(w,v){w.uint(2819576292);var flags=0;var _stars=v.stars!==undefined;if(_stars)flags|=1;w.uint(flags);if(_stars)w.long(v.stars);},
|
|
162
158
|
'messageActionGiveawayResults':function(w,v){w.uint(2279797077);var flags=0;if(v.stars===true)flags|=1;w.uint(flags);w.int(h(v,'winnersCount'));w.int(h(v,'unclaimedCount'));},
|
|
163
159
|
'messageActionBoostApply':function(w,v){w.uint(3422726765);w.int(h(v,'boosts'));},
|
|
@@ -165,7 +161,7 @@ var m={
|
|
|
165
161
|
'messageActionPaymentRefunded':function(w,v){w.uint(1102307842);var flags=0;var _payload=v.payload!==undefined;if(_payload)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'currency'));w.long(h(v,'totalAmount'));if(_payload)w.bytes(v.payload);w.object(h(v,'charge'));},
|
|
166
162
|
'messageActionGiftStars':function(w,v){w.uint(1171632161);var flags=0;var _cryptoCurrency=v.cryptoCurrency!==undefined;var _cryptoAmount=v.cryptoAmount!==undefined;var _flags_0=_cryptoCurrency||_cryptoAmount;if(_flags_0)flags|=1;var _transactionId=v.transactionId!==undefined;if(_transactionId)flags|=2;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'amount'));w.long(h(v,'stars'));if(_flags_0)w.string(v.cryptoCurrency);if(_flags_0)w.long(v.cryptoAmount);if(_transactionId)w.string(v.transactionId);},
|
|
167
163
|
'messageActionPrizeStars':function(w,v){w.uint(2953594786);var flags=0;if(v.unclaimed===true)flags|=1;w.uint(flags);w.long(h(v,'stars'));w.string(h(v,'transactionId'));w.object(h(v,'boostPeer'));w.int(h(v,'giveawayMsgId'));},
|
|
168
|
-
'messageActionStarGift':function(w,v){w.uint(
|
|
164
|
+
'messageActionStarGift':function(w,v){w.uint(3680068944);var flags=0;if(v.nameHidden===true)flags|=1;var _message=v.message!==undefined;if(_message)flags|=2;if(v.saved===true)flags|=4;if(v.converted===true)flags|=8;var _convertStars=v.convertStars!==undefined;if(_convertStars)flags|=16;var _upgradeMsgId=v.upgradeMsgId!==undefined;var _flags_5=v.upgraded===true||_upgradeMsgId;if(_flags_5)flags|=32;var _upgradeStars=v.upgradeStars!==undefined;if(_upgradeStars)flags|=256;if(v.refunded===true)flags|=512;if(v.canUpgrade===true)flags|=1024;var _fromId=v.fromId!==undefined;if(_fromId)flags|=2048;var _peer=v.peer!==undefined;var _savedId=v.savedId!==undefined;var _flags_12=_peer||_savedId;if(_flags_12)flags|=4096;if(v.prepaidUpgrade===true)flags|=8192;var _prepaidUpgradeHash=v.prepaidUpgradeHash!==undefined;if(_prepaidUpgradeHash)flags|=16384;var _giftMsgId=v.giftMsgId!==undefined;if(_giftMsgId)flags|=32768;if(v.upgradeSeparate===true)flags|=65536;if(v.auctionAcquired===true)flags|=131072;var _toId=v.toId!==undefined;if(_toId)flags|=262144;w.uint(flags);w.object(h(v,'gift'));if(_message)w.object(v.message);if(_convertStars)w.long(v.convertStars);if(_flags_5)w.int(v.upgradeMsgId);if(_upgradeStars)w.long(v.upgradeStars);if(_fromId)w.object(v.fromId);if(_flags_12)w.object(v.peer);if(_flags_12)w.long(v.savedId);if(_prepaidUpgradeHash)w.string(v.prepaidUpgradeHash);if(_giftMsgId)w.int(v.giftMsgId);if(_toId)w.object(v.toId);},
|
|
169
165
|
'messageActionStarGiftUnique':function(w,v){w.uint(2507310403);var flags=0;if(v.upgrade===true)flags|=1;if(v.transferred===true)flags|=2;if(v.saved===true)flags|=4;var _canExportAt=v.canExportAt!==undefined;if(_canExportAt)flags|=8;var _transferStars=v.transferStars!==undefined;if(_transferStars)flags|=16;if(v.refunded===true)flags|=32;var _fromId=v.fromId!==undefined;if(_fromId)flags|=64;var _peer=v.peer!==undefined;var _savedId=v.savedId!==undefined;var _flags_7=_peer||_savedId;if(_flags_7)flags|=128;var _resaleAmount=v.resaleAmount!==undefined;if(_resaleAmount)flags|=256;var _canTransferAt=v.canTransferAt!==undefined;if(_canTransferAt)flags|=512;var _canResellAt=v.canResellAt!==undefined;if(_canResellAt)flags|=1024;if(v.prepaidUpgrade===true)flags|=2048;var _dropOriginalDetailsStars=v.dropOriginalDetailsStars!==undefined;if(_dropOriginalDetailsStars)flags|=4096;if(v.assigned===true)flags|=8192;w.uint(flags);w.object(h(v,'gift'));if(_canExportAt)w.int(v.canExportAt);if(_transferStars)w.long(v.transferStars);if(_fromId)w.object(v.fromId);if(_flags_7)w.object(v.peer);if(_flags_7)w.long(v.savedId);if(_resaleAmount)w.object(v.resaleAmount);if(_canTransferAt)w.int(v.canTransferAt);if(_canResellAt)w.int(v.canResellAt);if(_dropOriginalDetailsStars)w.long(v.dropOriginalDetailsStars);},
|
|
170
166
|
'messageActionPaidMessagesRefunded':function(w,v){w.uint(2887720909);w.int(h(v,'count'));w.long(h(v,'stars'));},
|
|
171
167
|
'messageActionPaidMessagesPrice':function(w,v){w.uint(2226685304);var flags=0;if(v.broadcastMessagesAllowed===true)flags|=1;w.uint(flags);w.long(h(v,'stars'));},
|
|
@@ -176,6 +172,7 @@ var m={
|
|
|
176
172
|
'messageActionSuggestedPostSuccess':function(w,v){w.uint(2514341737);w.object(h(v,'price'));},
|
|
177
173
|
'messageActionSuggestedPostRefund':function(w,v){w.uint(1777932024);var flags=0;if(v.payerInitiated===true)flags|=1;w.uint(flags);},
|
|
178
174
|
'messageActionGiftTon':function(w,v){w.uint(2829305497);var flags=0;var _transactionId=v.transactionId!==undefined;if(_transactionId)flags|=1;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'amount'));w.string(h(v,'cryptoCurrency'));w.long(h(v,'cryptoAmount'));if(_transactionId)w.string(v.transactionId);},
|
|
175
|
+
'messageActionSuggestBirthday':function(w,v){w.uint(747579941);w.object(h(v,'birthday'));},
|
|
179
176
|
'dialog':function(w,v){w.uint(3582593222);var flags=0;var _pts=v.pts!==undefined;if(_pts)flags|=1;var _draft=v.draft!==undefined;if(_draft)flags|=2;if(v.pinned===true)flags|=4;if(v.unreadMark===true)flags|=8;var _folderId=v.folderId!==undefined;if(_folderId)flags|=16;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=32;if(v.viewForumAsMessages===true)flags|=64;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.int(h(v,'unreadMentionsCount'));w.int(h(v,'unreadReactionsCount'));w.object(h(v,'notifySettings'));if(_pts)w.int(v.pts);if(_draft)w.object(v.draft);if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
180
177
|
'dialogFolder':function(w,v){w.uint(1908216652);var flags=0;if(v.pinned===true)flags|=4;w.uint(flags);w.object(h(v,'folder'));w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'unreadMutedPeersCount'));w.int(h(v,'unreadUnmutedPeersCount'));w.int(h(v,'unreadMutedMessagesCount'));w.int(h(v,'unreadUnmutedMessagesCount'));},
|
|
181
178
|
'photoEmpty':function(w,v){w.uint(590459437);w.long(h(v,'id'));},
|
|
@@ -337,7 +334,7 @@ var m={
|
|
|
337
334
|
'updatePinnedChannelMessages':function(w,v){w.uint(1538885128);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.vector(w.int,h(v,'messages'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
338
335
|
'updateChat':function(w,v){w.uint(4170869326);w.int53(h(v,'chatId'));},
|
|
339
336
|
'updateGroupCallParticipants':function(w,v){w.uint(4075543374);w.object(h(v,'call'));w.vector(w.object,h(v,'participants'));w.int(h(v,'version'));},
|
|
340
|
-
'updateGroupCall':function(w,v){w.uint(
|
|
337
|
+
'updateGroupCall':function(w,v){w.uint(2636256992);var flags=0;var _peer=v.peer!==undefined;if(_peer)flags|=2;if(v.liveStory===true)flags|=4;w.uint(flags);if(_peer)w.object(v.peer);w.object(h(v,'call'));},
|
|
341
338
|
'updatePeerHistoryTTL':function(w,v){w.uint(3147544997);var flags=0;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
342
339
|
'updateChatParticipant':function(w,v){w.uint(3498534458);var flags=0;var _prevParticipant=v.prevParticipant!==undefined;if(_prevParticipant)flags|=1;var _newParticipant=v.newParticipant!==undefined;if(_newParticipant)flags|=2;var _invite=v.invite!==undefined;if(_invite)flags|=4;w.uint(flags);w.int53(h(v,'chatId'));w.int(h(v,'date'));w.int53(h(v,'actorId'));w.int53(h(v,'userId'));if(_prevParticipant)w.object(v.prevParticipant);if(_newParticipant)w.object(v.newParticipant);if(_invite)w.object(v.invite);w.int(h(v,'qts'));},
|
|
343
340
|
'updateChannelParticipant':function(w,v){w.uint(2556246715);var flags=0;var _prevParticipant=v.prevParticipant!==undefined;if(_prevParticipant)flags|=1;var _newParticipant=v.newParticipant!==undefined;if(_newParticipant)flags|=2;var _invite=v.invite!==undefined;if(_invite)flags|=4;if(v.viaChatlist===true)flags|=8;w.uint(flags);w.int53(h(v,'channelId'));w.int(h(v,'date'));w.int53(h(v,'actorId'));w.int53(h(v,'userId'));if(_prevParticipant)w.object(v.prevParticipant);if(_newParticipant)w.object(v.newParticipant);if(_invite)w.object(v.invite);w.int(h(v,'qts'));},
|
|
@@ -358,8 +355,6 @@ var m={
|
|
|
358
355
|
'updateRecentReactions':function(w){w.uint(1870160884);},
|
|
359
356
|
'updateMoveStickerSetToTop':function(w,v){w.uint(2264715141);var flags=0;if(v.masks===true)flags|=1;if(v.emojis===true)flags|=2;w.uint(flags);w.long(h(v,'stickerset'));},
|
|
360
357
|
'updateMessageExtendedMedia':function(w,v){w.uint(3584300836);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.vector(w.object,h(v,'extendedMedia'));},
|
|
361
|
-
'updateChannelPinnedTopic':function(w,v){w.uint(422509539);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.int(h(v,'topicId'));},
|
|
362
|
-
'updateChannelPinnedTopics':function(w,v){w.uint(4263085570);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_order)w.vector(w.int,v.order);},
|
|
363
358
|
'updateUser':function(w,v){w.uint(542282808);w.int53(h(v,'userId'));},
|
|
364
359
|
'updateAutoSaveSettings':function(w){w.uint(3959795863);},
|
|
365
360
|
'updateStory':function(w,v){w.uint(1974712216);w.object(h(v,'peer'));w.object(h(v,'story'));},
|
|
@@ -396,6 +391,10 @@ var m={
|
|
|
396
391
|
'updateReadMonoForumInbox':function(w,v){w.uint(2008081266);w.int53(h(v,'channelId'));w.object(h(v,'savedPeerId'));w.int(h(v,'readMaxId'));},
|
|
397
392
|
'updateReadMonoForumOutbox':function(w,v){w.uint(2762445686);w.int53(h(v,'channelId'));w.object(h(v,'savedPeerId'));w.int(h(v,'readMaxId'));},
|
|
398
393
|
'updateMonoForumNoPaidException':function(w,v){w.uint(2676042504);var flags=0;if(v.exception===true)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.object(h(v,'savedPeerId'));},
|
|
394
|
+
'updateGroupCallMessage':function(w,v){w.uint(3627183885);w.object(h(v,'call'));w.object(h(v,'message'));},
|
|
395
|
+
'updateGroupCallEncryptedMessage':function(w,v){w.uint(3377964902);w.object(h(v,'call'));w.object(h(v,'fromId'));w.bytes(h(v,'encryptedMessage'));},
|
|
396
|
+
'updatePinnedForumTopic':function(w,v){w.uint(1748708434);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topicId'));},
|
|
397
|
+
'updatePinnedForumTopics':function(w,v){w.uint(3740353488);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_order)w.vector(w.int,v.order);},
|
|
399
398
|
'updates.state':function(w,v){w.uint(2775329342);w.int(h(v,'pts'));w.int(h(v,'qts'));w.int(h(v,'date'));w.int(h(v,'seq'));w.int(h(v,'unreadCount'));},
|
|
400
399
|
'updates.differenceEmpty':function(w,v){w.uint(1567990072);w.int(h(v,'date'));w.int(h(v,'seq'));},
|
|
401
400
|
'updates.difference':function(w,v){w.uint(16030880);w.vector(w.object,h(v,'newMessages'));w.vector(w.object,h(v,'newEncryptedMessages'));w.vector(w.object,h(v,'otherUpdates'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.object(h(v,'state'));},
|
|
@@ -465,6 +464,7 @@ var m={
|
|
|
465
464
|
'sendMessageChooseStickerAction':function(w){w.uint(2958739121);},
|
|
466
465
|
'sendMessageEmojiInteraction':function(w,v){w.uint(630664139);w.string(h(v,'emoticon'));w.int(h(v,'msgId'));w.object(h(v,'interaction'));},
|
|
467
466
|
'sendMessageEmojiInteractionSeen':function(w,v){w.uint(3060109358);w.string(h(v,'emoticon'));},
|
|
467
|
+
'sendMessageTextDraftAction':function(w,v){w.uint(929929052);w.long(h(v,'randomId'));w.object(h(v,'text'));},
|
|
468
468
|
'contacts.found':function(w,v){w.uint(3004386717);w.vector(w.object,h(v,'myResults'));w.vector(w.object,h(v,'results'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
469
469
|
'inputPrivacyKeyStatusTimestamp':function(w){w.uint(1335282456);},
|
|
470
470
|
'inputPrivacyKeyChatInvite':function(w){w.uint(3187344422);},
|
|
@@ -1064,11 +1064,11 @@ var m={
|
|
|
1064
1064
|
'peerBlocked':function(w,v){w.uint(3908927508);w.object(h(v,'peerId'));w.int(h(v,'date'));},
|
|
1065
1065
|
'stats.messageStats':function(w,v){w.uint(2145983508);w.object(h(v,'viewsGraph'));w.object(h(v,'reactionsByEmotionGraph'));},
|
|
1066
1066
|
'groupCallDiscarded':function(w,v){w.uint(2004925620);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'duration'));},
|
|
1067
|
-
'groupCall':function(w,v){w.uint(
|
|
1067
|
+
'groupCall':function(w,v){w.uint(4021466647);var flags=0;if(v.joinMuted===true)flags|=2;if(v.canChangeJoinMuted===true)flags|=4;var _title=v.title!==undefined;if(_title)flags|=8;var _streamDcId=v.streamDcId!==undefined;if(_streamDcId)flags|=16;var _recordStartDate=v.recordStartDate!==undefined;if(_recordStartDate)flags|=32;if(v.joinDateAsc===true)flags|=64;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=128;if(v.scheduleStartSubscribed===true)flags|=256;if(v.canStartVideo===true)flags|=512;var _unmutedVideoCount=v.unmutedVideoCount!==undefined;if(_unmutedVideoCount)flags|=1024;if(v.recordVideoActive===true)flags|=2048;if(v.rtmpStream===true)flags|=4096;if(v.listenersHidden===true)flags|=8192;if(v.conference===true)flags|=16384;if(v.creator===true)flags|=32768;var _inviteLink=v.inviteLink!==undefined;if(_inviteLink)flags|=65536;if(v.messagesEnabled===true)flags|=131072;if(v.canChangeMessagesEnabled===true)flags|=262144;if(v.min===true)flags|=524288;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags|=1048576;var _defaultSendAs=v.defaultSendAs!==undefined;if(_defaultSendAs)flags|=2097152;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'participantsCount'));if(_title)w.string(v.title);if(_streamDcId)w.int(v.streamDcId);if(_recordStartDate)w.int(v.recordStartDate);if(_scheduleDate)w.int(v.scheduleDate);if(_unmutedVideoCount)w.int(v.unmutedVideoCount);w.int(h(v,'unmutedVideoLimit'));w.int(h(v,'version'));if(_inviteLink)w.string(v.inviteLink);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_defaultSendAs)w.object(v.defaultSendAs);},
|
|
1068
1068
|
'inputGroupCall':function(w,v){w.uint(3635053583);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
1069
1069
|
'inputGroupCallSlug':function(w,v){w.uint(4261839423);w.string(h(v,'slug'));},
|
|
1070
1070
|
'inputGroupCallInviteMessage':function(w,v){w.uint(2349883455);w.int(h(v,'msgId'));},
|
|
1071
|
-
'groupCallParticipant':function(w,v){w.uint(
|
|
1071
|
+
'groupCallParticipant':function(w,v){w.uint(708691884);var flags=0;if(v.muted===true)flags|=1;if(v.left===true)flags|=2;if(v.canSelfUnmute===true)flags|=4;var _activeDate=v.activeDate!==undefined;if(_activeDate)flags|=8;if(v.justJoined===true)flags|=16;if(v.versioned===true)flags|=32;var _video=v.video!==undefined;if(_video)flags|=64;var _volume=v.volume!==undefined;if(_volume)flags|=128;if(v.min===true)flags|=256;if(v.mutedByYou===true)flags|=512;if(v.volumeByAdmin===true)flags|=1024;var _about=v.about!==undefined;if(_about)flags|=2048;if(v.self===true)flags|=4096;var _raiseHandRating=v.raiseHandRating!==undefined;if(_raiseHandRating)flags|=8192;var _presentation=v.presentation!==undefined;if(_presentation)flags|=16384;if(v.videoJoined===true)flags|=32768;var _paidStarsTotal=v.paidStarsTotal!==undefined;if(_paidStarsTotal)flags|=65536;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'date'));if(_activeDate)w.int(v.activeDate);w.int(h(v,'source'));if(_volume)w.int(v.volume);if(_about)w.string(v.about);if(_raiseHandRating)w.long(v.raiseHandRating);if(_video)w.object(v.video);if(_presentation)w.object(v.presentation);if(_paidStarsTotal)w.long(v.paidStarsTotal);},
|
|
1072
1072
|
'phone.groupCall':function(w,v){w.uint(2658302637);w.object(h(v,'call'));w.vector(w.object,h(v,'participants'));w.string(h(v,'participantsNextOffset'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1073
1073
|
'phone.groupParticipants':function(w,v){w.uint(4101460406);w.int(h(v,'count'));w.vector(w.object,h(v,'participants'));w.string(h(v,'nextOffset'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.int(h(v,'version'));},
|
|
1074
1074
|
'inlineQueryPeerTypeSameBotPM':function(w){w.uint(813821341);},
|
|
@@ -1164,6 +1164,8 @@ var m={
|
|
|
1164
1164
|
'inputInvoiceBusinessBotTransferStars':function(w,v){w.uint(4103700034);w.object(h(v,'bot'));w.long(h(v,'stars'));},
|
|
1165
1165
|
'inputInvoiceStarGiftResale':function(w,v){w.uint(3281998628);var flags=0;if(v.ton===true)flags|=1;w.uint(flags);w.string(h(v,'slug'));w.object(h(v,'toId'));},
|
|
1166
1166
|
'inputInvoiceStarGiftPrepaidUpgrade':function(w,v){w.uint(2584430776);w.object(h(v,'peer'));w.string(h(v,'hash'));},
|
|
1167
|
+
'inputInvoicePremiumAuthCode':function(w,v){w.uint(1048049172);w.object(h(v,'purpose'));},
|
|
1168
|
+
'inputInvoiceStarGiftDropOriginalDetails':function(w,v){w.uint(153344209);w.object(h(v,'stargift'));},
|
|
1167
1169
|
'payments.exportedInvoice':function(w,v){w.uint(2932919257);w.string(h(v,'url'));},
|
|
1168
1170
|
'messages.transcribedAudio':function(w,v){w.uint(3485063511);var flags=0;if(v.pending===true)flags|=1;var _trialRemainsNum=v.trialRemainsNum!==undefined;var _trialRemainsUntilDate=v.trialRemainsUntilDate!==undefined;var _flags_1=_trialRemainsNum||_trialRemainsUntilDate;if(_flags_1)flags|=2;w.uint(flags);w.long(h(v,'transcriptionId'));w.string(h(v,'text'));if(_flags_1)w.int(v.trialRemainsNum);if(_flags_1)w.int(v.trialRemainsUntilDate);},
|
|
1169
1171
|
'help.premiumPromo':function(w,v){w.uint(1395946908);w.string(h(v,'statusText'));w.vector(w.object,h(v,'statusEntities'));w.vector(w.string,h(v,'videoSections'));w.vector(w.object,h(v,'videos'));w.vector(w.object,h(v,'periodOptions'));w.vector(w.object,h(v,'users'));},
|
|
@@ -1247,7 +1249,7 @@ var m={
|
|
|
1247
1249
|
'messagePeerVoteMultiple':function(w,v){w.uint(1177089766);w.object(h(v,'peer'));w.vector(w.bytes,h(v,'options'));w.int(h(v,'date'));},
|
|
1248
1250
|
'storyViews':function(w,v){w.uint(2371443926);var flags=0;var _recentViewers=v.recentViewers&&v.recentViewers.length;if(_recentViewers)flags|=1;if(v.hasViewers===true)flags|=2;var _forwardsCount=v.forwardsCount!==undefined;if(_forwardsCount)flags|=4;var _reactions=v.reactions&&v.reactions.length;if(_reactions)flags|=8;var _reactionsCount=v.reactionsCount!==undefined;if(_reactionsCount)flags|=16;w.uint(flags);w.int(h(v,'viewsCount'));if(_forwardsCount)w.int(v.forwardsCount);if(_reactions)w.vector(w.object,v.reactions);if(_reactionsCount)w.int(v.reactionsCount);if(_recentViewers)w.vector(w.int53,v.recentViewers);},
|
|
1249
1251
|
'storyItemDeleted':function(w,v){w.uint(1374088783);w.int(h(v,'id'));},
|
|
1250
|
-
'storyItemSkipped':function(w,v){w.uint(4289579283);var flags=0;if(v.closeFriends===true)flags|=256;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));w.int(h(v,'expireDate'));},
|
|
1252
|
+
'storyItemSkipped':function(w,v){w.uint(4289579283);var flags=0;if(v.closeFriends===true)flags|=256;if(v.live===true)flags|=512;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));w.int(h(v,'expireDate'));},
|
|
1251
1253
|
'storyItem':function(w,v){w.uint(3992020209);var flags=0;var _caption=v.caption!==undefined;if(_caption)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _privacy=v.privacy&&v.privacy.length;if(_privacy)flags|=4;var _views=v.views!==undefined;if(_views)flags|=8;if(v.pinned===true)flags|=32;if(v.public===true)flags|=128;if(v.closeFriends===true)flags|=256;if(v.min===true)flags|=512;if(v.noforwards===true)flags|=1024;if(v.edited===true)flags|=2048;if(v.contacts===true)flags|=4096;if(v.selectedContacts===true)flags|=8192;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=16384;var _sentReaction=v.sentReaction!==undefined;if(_sentReaction)flags|=32768;if(v.out===true)flags|=65536;var _fwdFrom=v.fwdFrom!==undefined;if(_fwdFrom)flags|=131072;var _fromId=v.fromId!==undefined;if(_fromId)flags|=262144;var _albums=v.albums&&v.albums.length;if(_albums)flags|=524288;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));if(_fromId)w.object(v.fromId);if(_fwdFrom)w.object(v.fwdFrom);w.int(h(v,'expireDate'));if(_caption)w.string(v.caption);if(_entities)w.vector(w.object,v.entities);w.object(h(v,'media'));if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_privacy)w.vector(w.object,v.privacy);if(_views)w.object(v.views);if(_sentReaction)w.object(v.sentReaction);if(_albums)w.vector(w.int,v.albums);},
|
|
1252
1254
|
'stories.allStoriesNotModified':function(w,v){w.uint(291044926);var flags=0;w.uint(flags);w.string(h(v,'state'));w.object(h(v,'stealthMode'));},
|
|
1253
1255
|
'stories.allStories':function(w,v){w.uint(1862033025);var flags=0;if(v.hasMore===true)flags|=1;w.uint(flags);w.int(h(v,'count'));w.string(h(v,'state'));w.vector(w.object,h(v,'peerStories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.object(h(v,'stealthMode'));},
|
|
@@ -1276,7 +1278,7 @@ var m={
|
|
|
1276
1278
|
'stories.peerStories':function(w,v){w.uint(3404105576);w.object(h(v,'stories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1277
1279
|
'messages.webPage':function(w,v){w.uint(4250800829);w.object(h(v,'webpage'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1278
1280
|
'premiumGiftCodeOption':function(w,v){w.uint(629052971);var flags=0;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=1;var _storeQuantity=v.storeQuantity!==undefined;if(_storeQuantity)flags|=2;w.uint(flags);w.int(h(v,'users'));w.int(h(v,'months'));if(_storeProduct)w.string(v.storeProduct);if(_storeQuantity)w.int(v.storeQuantity);w.string(h(v,'currency'));w.long(h(v,'amount'));},
|
|
1279
|
-
'payments.checkedGiftCode':function(w,v){w.uint(
|
|
1281
|
+
'payments.checkedGiftCode':function(w,v){w.uint(3952623503);var flags=0;var _toId=v.toId!==undefined;if(_toId)flags|=1;var _usedDate=v.usedDate!==undefined;if(_usedDate)flags|=2;if(v.viaGiveaway===true)flags|=4;var _giveawayMsgId=v.giveawayMsgId!==undefined;if(_giveawayMsgId)flags|=8;var _fromId=v.fromId!==undefined;if(_fromId)flags|=16;w.uint(flags);if(_fromId)w.object(v.fromId);if(_giveawayMsgId)w.int(v.giveawayMsgId);if(_toId)w.long(v.toId);w.int(h(v,'date'));w.int(h(v,'days'));if(_usedDate)w.int(v.usedDate);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1280
1282
|
'payments.giveawayInfo':function(w,v){w.uint(1130879648);var flags=0;if(v.participating===true)flags|=1;var _joinedTooEarlyDate=v.joinedTooEarlyDate!==undefined;if(_joinedTooEarlyDate)flags|=2;var _adminDisallowedChatId=v.adminDisallowedChatId!==undefined;if(_adminDisallowedChatId)flags|=4;if(v.preparingResults===true)flags|=8;var _disallowedCountry=v.disallowedCountry!==undefined;if(_disallowedCountry)flags|=16;w.uint(flags);w.int(h(v,'startDate'));if(_joinedTooEarlyDate)w.int(v.joinedTooEarlyDate);if(_adminDisallowedChatId)w.long(v.adminDisallowedChatId);if(_disallowedCountry)w.string(v.disallowedCountry);},
|
|
1281
1283
|
'payments.giveawayInfoResults':function(w,v){w.uint(3782600303);var flags=0;if(v.winner===true)flags|=1;if(v.refunded===true)flags|=2;var _activatedCount=v.activatedCount!==undefined;if(_activatedCount)flags|=4;var _giftCodeSlug=v.giftCodeSlug!==undefined;if(_giftCodeSlug)flags|=8;var _starsPrize=v.starsPrize!==undefined;if(_starsPrize)flags|=16;w.uint(flags);w.int(h(v,'startDate'));if(_giftCodeSlug)w.string(v.giftCodeSlug);if(_starsPrize)w.long(v.starsPrize);w.int(h(v,'finishDate'));w.int(h(v,'winnersCount'));if(_activatedCount)w.int(v.activatedCount);},
|
|
1282
1284
|
'prepaidGiveaway':function(w,v){w.uint(2991824212);w.long(h(v,'id'));w.int(h(v,'months'));w.int(h(v,'quantity'));w.int(h(v,'date'));},
|
|
@@ -1294,6 +1296,8 @@ var m={
|
|
|
1294
1296
|
'publicForwardStory':function(w,v){w.uint(3992169936);w.object(h(v,'peer'));w.object(h(v,'story'));},
|
|
1295
1297
|
'stats.publicForwards':function(w,v){w.uint(2466479648);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.vector(w.object,h(v,'forwards'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1296
1298
|
'peerColor':function(w,v){w.uint(3041614543);var flags=0;var _color=v.color!==undefined;if(_color)flags|=1;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=2;w.uint(flags);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
|
|
1299
|
+
'peerColorCollectible':function(w,v){w.uint(3116393370);var flags=0;var _darkAccentColor=v.darkAccentColor!==undefined;if(_darkAccentColor)flags|=1;var _darkColors=v.darkColors&&v.darkColors.length;if(_darkColors)flags|=2;w.uint(flags);w.long(h(v,'collectibleId'));w.long(h(v,'giftEmojiId'));w.long(h(v,'backgroundEmojiId'));w.int(h(v,'accentColor'));w.vector(w.int,h(v,'colors'));if(_darkAccentColor)w.int(v.darkAccentColor);if(_darkColors)w.vector(w.int,v.darkColors);},
|
|
1300
|
+
'inputPeerColorCollectible':function(w,v){w.uint(3102377641);w.long(h(v,'collectibleId'));},
|
|
1297
1301
|
'help.peerColorSet':function(w,v){w.uint(639736408);w.vector(w.int,h(v,'colors'));},
|
|
1298
1302
|
'help.peerColorProfileSet':function(w,v){w.uint(1987928555);w.vector(w.int,h(v,'paletteColors'));w.vector(w.int,h(v,'bgColors'));w.vector(w.int,h(v,'storyColors'));},
|
|
1299
1303
|
'help.peerColorOption':function(w,v){w.uint(2917953214);var flags=0;if(v.hidden===true)flags|=1;var _colors=v.colors!==undefined;if(_colors)flags|=2;var _darkColors=v.darkColors!==undefined;if(_darkColors)flags|=4;var _channelMinLevel=v.channelMinLevel!==undefined;if(_channelMinLevel)flags|=8;var _groupMinLevel=v.groupMinLevel!==undefined;if(_groupMinLevel)flags|=16;w.uint(flags);w.int(h(v,'colorId'));if(_colors)w.object(v.colors);if(_darkColors)w.object(v.darkColors);if(_channelMinLevel)w.int(v.channelMinLevel);if(_groupMinLevel)w.int(v.groupMinLevel);},
|
|
@@ -1379,7 +1383,7 @@ var m={
|
|
|
1379
1383
|
'starsTransactionPeerAds':function(w){w.uint(1617438738);},
|
|
1380
1384
|
'starsTransactionPeerAPI':function(w){w.uint(4184308397);},
|
|
1381
1385
|
'starsTopupOption':function(w,v){w.uint(198776256);var flags=0;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=1;if(v.extended===true)flags|=2;w.uint(flags);w.long(h(v,'stars'));if(_storeProduct)w.string(v.storeProduct);w.string(h(v,'currency'));w.long(h(v,'amount'));},
|
|
1382
|
-
'starsTransaction':function(w,v){w.uint(325426864);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _description=v.description!==undefined;if(_description)flags|=2;var _photo=v.photo!==undefined;if(_photo)flags|=4;if(v.refund===true)flags|=8;if(v.pending===true)flags|=16;var _transactionDate=v.transactionDate!==undefined;var _transactionUrl=v.transactionUrl!==undefined;var _flags_5=_transactionDate||_transactionUrl;if(_flags_5)flags|=32;if(v.failed===true)flags|=64;var _botPayload=v.botPayload!==undefined;if(_botPayload)flags|=128;var _msgId=v.msgId!==undefined;if(_msgId)flags|=256;var _extendedMedia=v.extendedMedia&&v.extendedMedia.length;if(_extendedMedia)flags|=512;if(v.gift===true)flags|=1024;if(v.reaction===true)flags|=2048;var _subscriptionPeriod=v.subscriptionPeriod!==undefined;if(_subscriptionPeriod)flags|=4096;var _giveawayPostId=v.giveawayPostId!==undefined;if(_giveawayPostId)flags|=8192;var _stargift=v.stargift!==undefined;if(_stargift)flags|=16384;var _floodskipNumber=v.floodskipNumber!==undefined;if(_floodskipNumber)flags|=32768;var _starrefCommissionPermille=v.starrefCommissionPermille!==undefined;if(_starrefCommissionPermille)flags|=65536;var _starrefPeer=v.starrefPeer!==undefined;var _starrefAmount=v.starrefAmount!==undefined;var _flags_17=_starrefPeer||_starrefAmount;if(_flags_17)flags|=131072;if(v.stargiftUpgrade===true)flags|=262144;var _paidMessages=v.paidMessages!==undefined;if(_paidMessages)flags|=524288;var _premiumGiftMonths=v.premiumGiftMonths!==undefined;if(_premiumGiftMonths)flags|=1048576;if(v.businessTransfer===true)flags|=2097152;if(v.stargiftResale===true)flags|=4194304;var _adsProceedsFromDate=v.adsProceedsFromDate!==undefined;var _adsProceedsToDate=v.adsProceedsToDate!==undefined;var _flags_23=_adsProceedsFromDate||_adsProceedsToDate;if(_flags_23)flags|=8388608;if(v.postsSearch===true)flags|=16777216;if(v.stargiftPrepaidUpgrade===true)flags|=33554432;if(v.stargiftDropOriginalDetails===true)flags|=67108864;w.uint(flags);w.string(h(v,'id'));w.object(h(v,'amount'));w.int(h(v,'date'));w.object(h(v,'peer'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_photo)w.object(v.photo);if(_flags_5)w.int(v.transactionDate);if(_flags_5)w.string(v.transactionUrl);if(_botPayload)w.bytes(v.botPayload);if(_msgId)w.int(v.msgId);if(_extendedMedia)w.vector(w.object,v.extendedMedia);if(_subscriptionPeriod)w.int(v.subscriptionPeriod);if(_giveawayPostId)w.int(v.giveawayPostId);if(_stargift)w.object(v.stargift);if(_floodskipNumber)w.int(v.floodskipNumber);if(_starrefCommissionPermille)w.int(v.starrefCommissionPermille);if(_flags_17)w.object(v.starrefPeer);if(_flags_17)w.object(v.starrefAmount);if(_paidMessages)w.int(v.paidMessages);if(_premiumGiftMonths)w.int(v.premiumGiftMonths);if(_flags_23)w.int(v.adsProceedsFromDate);if(_flags_23)w.int(v.adsProceedsToDate);},
|
|
1386
|
+
'starsTransaction':function(w,v){w.uint(325426864);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _description=v.description!==undefined;if(_description)flags|=2;var _photo=v.photo!==undefined;if(_photo)flags|=4;if(v.refund===true)flags|=8;if(v.pending===true)flags|=16;var _transactionDate=v.transactionDate!==undefined;var _transactionUrl=v.transactionUrl!==undefined;var _flags_5=_transactionDate||_transactionUrl;if(_flags_5)flags|=32;if(v.failed===true)flags|=64;var _botPayload=v.botPayload!==undefined;if(_botPayload)flags|=128;var _msgId=v.msgId!==undefined;if(_msgId)flags|=256;var _extendedMedia=v.extendedMedia&&v.extendedMedia.length;if(_extendedMedia)flags|=512;if(v.gift===true)flags|=1024;if(v.reaction===true)flags|=2048;var _subscriptionPeriod=v.subscriptionPeriod!==undefined;if(_subscriptionPeriod)flags|=4096;var _giveawayPostId=v.giveawayPostId!==undefined;if(_giveawayPostId)flags|=8192;var _stargift=v.stargift!==undefined;if(_stargift)flags|=16384;var _floodskipNumber=v.floodskipNumber!==undefined;if(_floodskipNumber)flags|=32768;var _starrefCommissionPermille=v.starrefCommissionPermille!==undefined;if(_starrefCommissionPermille)flags|=65536;var _starrefPeer=v.starrefPeer!==undefined;var _starrefAmount=v.starrefAmount!==undefined;var _flags_17=_starrefPeer||_starrefAmount;if(_flags_17)flags|=131072;if(v.stargiftUpgrade===true)flags|=262144;var _paidMessages=v.paidMessages!==undefined;if(_paidMessages)flags|=524288;var _premiumGiftMonths=v.premiumGiftMonths!==undefined;if(_premiumGiftMonths)flags|=1048576;if(v.businessTransfer===true)flags|=2097152;if(v.stargiftResale===true)flags|=4194304;var _adsProceedsFromDate=v.adsProceedsFromDate!==undefined;var _adsProceedsToDate=v.adsProceedsToDate!==undefined;var _flags_23=_adsProceedsFromDate||_adsProceedsToDate;if(_flags_23)flags|=8388608;if(v.postsSearch===true)flags|=16777216;if(v.stargiftPrepaidUpgrade===true)flags|=33554432;if(v.stargiftDropOriginalDetails===true)flags|=67108864;if(v.phonegroupMessage===true)flags|=134217728;if(v.stargiftAuctionBid===true)flags|=268435456;w.uint(flags);w.string(h(v,'id'));w.object(h(v,'amount'));w.int(h(v,'date'));w.object(h(v,'peer'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_photo)w.object(v.photo);if(_flags_5)w.int(v.transactionDate);if(_flags_5)w.string(v.transactionUrl);if(_botPayload)w.bytes(v.botPayload);if(_msgId)w.int(v.msgId);if(_extendedMedia)w.vector(w.object,v.extendedMedia);if(_subscriptionPeriod)w.int(v.subscriptionPeriod);if(_giveawayPostId)w.int(v.giveawayPostId);if(_stargift)w.object(v.stargift);if(_floodskipNumber)w.int(v.floodskipNumber);if(_starrefCommissionPermille)w.int(v.starrefCommissionPermille);if(_flags_17)w.object(v.starrefPeer);if(_flags_17)w.object(v.starrefAmount);if(_paidMessages)w.int(v.paidMessages);if(_premiumGiftMonths)w.int(v.premiumGiftMonths);if(_flags_23)w.int(v.adsProceedsFromDate);if(_flags_23)w.int(v.adsProceedsToDate);},
|
|
1383
1387
|
'payments.starsStatus':function(w,v){w.uint(1822222573);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;var _subscriptions=v.subscriptions&&v.subscriptions.length;if(_subscriptions)flags|=2;var _subscriptionsNextOffset=v.subscriptionsNextOffset!==undefined;if(_subscriptionsNextOffset)flags|=4;var _history=v.history&&v.history.length;if(_history)flags|=8;var _subscriptionsMissingBalance=v.subscriptionsMissingBalance!==undefined;if(_subscriptionsMissingBalance)flags|=16;w.uint(flags);w.object(h(v,'balance'));if(_subscriptions)w.vector(w.object,v.subscriptions);if(_subscriptionsNextOffset)w.string(v.subscriptionsNextOffset);if(_subscriptionsMissingBalance)w.long(v.subscriptionsMissingBalance);if(_history)w.vector(w.object,v.history);if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1384
1388
|
'foundStory':function(w,v){w.uint(3900361664);w.object(h(v,'peer'));w.object(h(v,'story'));},
|
|
1385
1389
|
'stories.foundStories':function(w,v){w.uint(3806230327);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.vector(w.object,h(v,'stories'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
@@ -1398,7 +1402,7 @@ var m={
|
|
|
1398
1402
|
'messageReactor':function(w,v){w.uint(1269016922);var flags=0;if(v.top===true)flags|=1;if(v.my===true)flags|=2;if(v.anonymous===true)flags|=4;var _peerId=v.peerId!==undefined;if(_peerId)flags|=8;w.uint(flags);if(_peerId)w.object(v.peerId);w.int(h(v,'count'));},
|
|
1399
1403
|
'starsGiveawayOption':function(w,v){w.uint(2496562474);var flags=0;if(v.extended===true)flags|=1;if(v.default===true)flags|=2;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=4;w.uint(flags);w.long(h(v,'stars'));w.int(h(v,'yearlyBoosts'));if(_storeProduct)w.string(v.storeProduct);w.string(h(v,'currency'));w.long(h(v,'amount'));w.vector(w.object,h(v,'winners'));},
|
|
1400
1404
|
'starsGiveawayWinnersOption':function(w,v){w.uint(1411605001);var flags=0;if(v.default===true)flags|=1;w.uint(flags);w.int(h(v,'users'));w.long(h(v,'perUserStars'));},
|
|
1401
|
-
'starGift':function(w,v){w.uint(
|
|
1405
|
+
'starGift':function(w,v){w.uint(463097215);var flags=0;var _availabilityRemains=v.availabilityRemains!==undefined;var _availabilityTotal=v.availabilityTotal!==undefined;var _flags_0=v.limited===true||_availabilityRemains||_availabilityTotal;if(_flags_0)flags|=1;var _firstSaleDate=v.firstSaleDate!==undefined;var _lastSaleDate=v.lastSaleDate!==undefined;var _flags_1=v.soldOut===true||_firstSaleDate||_lastSaleDate;if(_flags_1)flags|=2;if(v.birthday===true)flags|=4;var _upgradeStars=v.upgradeStars!==undefined;if(_upgradeStars)flags|=8;var _availabilityResale=v.availabilityResale!==undefined;var _resellMinStars=v.resellMinStars!==undefined;var _flags_4=_availabilityResale||_resellMinStars;if(_flags_4)flags|=16;var _title=v.title!==undefined;if(_title)flags|=32;var _releasedBy=v.releasedBy!==undefined;if(_releasedBy)flags|=64;if(v.requirePremium===true)flags|=128;var _perUserTotal=v.perUserTotal!==undefined;var _perUserRemains=v.perUserRemains!==undefined;var _flags_8=v.limitedPerUser===true||_perUserTotal||_perUserRemains;if(_flags_8)flags|=256;var _lockedUntilDate=v.lockedUntilDate!==undefined;if(_lockedUntilDate)flags|=512;if(v.peerColorAvailable===true)flags|=1024;var _auctionSlug=v.auctionSlug!==undefined;var _giftsPerRound=v.giftsPerRound!==undefined;var _flags_11=v.auction===true||_auctionSlug||_giftsPerRound;if(_flags_11)flags|=2048;w.uint(flags);w.long(h(v,'id'));w.object(h(v,'sticker'));w.long(h(v,'stars'));if(_flags_0)w.int(v.availabilityRemains);if(_flags_0)w.int(v.availabilityTotal);if(_flags_4)w.long(v.availabilityResale);w.long(h(v,'convertStars'));if(_flags_1)w.int(v.firstSaleDate);if(_flags_1)w.int(v.lastSaleDate);if(_upgradeStars)w.long(v.upgradeStars);if(_flags_4)w.long(v.resellMinStars);if(_title)w.string(v.title);if(_releasedBy)w.object(v.releasedBy);if(_flags_8)w.int(v.perUserTotal);if(_flags_8)w.int(v.perUserRemains);if(_lockedUntilDate)w.int(v.lockedUntilDate);if(_flags_11)w.string(v.auctionSlug);if(_flags_11)w.int(v.giftsPerRound);},
|
|
1402
1406
|
'starGiftUnique':function(w,v){w.uint(2965337115);var flags=0;var _ownerId=v.ownerId!==undefined;if(_ownerId)flags|=1;var _ownerName=v.ownerName!==undefined;if(_ownerName)flags|=2;var _ownerAddress=v.ownerAddress!==undefined;if(_ownerAddress)flags|=4;var _giftAddress=v.giftAddress!==undefined;if(_giftAddress)flags|=8;var _resellAmount=v.resellAmount&&v.resellAmount.length;if(_resellAmount)flags|=16;var _releasedBy=v.releasedBy!==undefined;if(_releasedBy)flags|=32;if(v.requirePremium===true)flags|=64;if(v.resaleTonOnly===true)flags|=128;var _valueAmount=v.valueAmount!==undefined;var _valueCurrency=v.valueCurrency!==undefined;var _flags_8=_valueAmount||_valueCurrency;if(_flags_8)flags|=256;if(v.themeAvailable===true)flags|=512;var _themePeer=v.themePeer!==undefined;if(_themePeer)flags|=1024;var _peerColor=v.peerColor!==undefined;if(_peerColor)flags|=2048;var _hostId=v.hostId!==undefined;if(_hostId)flags|=4096;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'giftId'));w.string(h(v,'title'));w.string(h(v,'slug'));w.int(h(v,'num'));if(_ownerId)w.object(v.ownerId);if(_ownerName)w.string(v.ownerName);if(_ownerAddress)w.string(v.ownerAddress);w.vector(w.object,h(v,'attributes'));w.int(h(v,'availabilityIssued'));w.int(h(v,'availabilityTotal'));if(_giftAddress)w.string(v.giftAddress);if(_resellAmount)w.vector(w.object,v.resellAmount);if(_releasedBy)w.object(v.releasedBy);if(_flags_8)w.long(v.valueAmount);if(_flags_8)w.string(v.valueCurrency);if(_themePeer)w.object(v.themePeer);if(_peerColor)w.object(v.peerColor);if(_hostId)w.object(v.hostId);},
|
|
1403
1407
|
'payments.starGiftsNotModified':function(w){w.uint(2743640936);},
|
|
1404
1408
|
'payments.starGifts':function(w,v){w.uint(785918357);w.int(h(v,'hash'));w.vector(w.object,h(v,'gifts'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
@@ -1442,7 +1446,7 @@ var m={
|
|
|
1442
1446
|
'requirementToContactPremium':function(w){w.uint(3850495209);},
|
|
1443
1447
|
'requirementToContactPaidMessages':function(w,v){w.uint(3036053139);w.long(h(v,'starsAmount'));},
|
|
1444
1448
|
'businessBotRights':function(w,v){w.uint(2690796791);var flags=0;if(v.reply===true)flags|=1;if(v.readMessages===true)flags|=2;if(v.deleteSentMessages===true)flags|=4;if(v.deleteReceivedMessages===true)flags|=8;if(v.editName===true)flags|=16;if(v.editBio===true)flags|=32;if(v.editProfilePhoto===true)flags|=64;if(v.editUsername===true)flags|=128;if(v.viewGifts===true)flags|=256;if(v.sellGifts===true)flags|=512;if(v.changeGiftSettings===true)flags|=1024;if(v.transferAndUpgradeGifts===true)flags|=2048;if(v.transferStars===true)flags|=4096;if(v.manageStories===true)flags|=8192;w.uint(flags);},
|
|
1445
|
-
'disallowedGiftsSettings':function(w,v){w.uint(1911715524);var flags=0;if(v.disallowUnlimitedStargifts===true)flags|=1;if(v.disallowLimitedStargifts===true)flags|=2;if(v.disallowUniqueStargifts===true)flags|=4;if(v.disallowPremiumGifts===true)flags|=8;w.uint(flags);},
|
|
1449
|
+
'disallowedGiftsSettings':function(w,v){w.uint(1911715524);var flags=0;if(v.disallowUnlimitedStargifts===true)flags|=1;if(v.disallowLimitedStargifts===true)flags|=2;if(v.disallowUniqueStargifts===true)flags|=4;if(v.disallowPremiumGifts===true)flags|=8;if(v.disallowStargiftsFromChannels===true)flags|=16;w.uint(flags);},
|
|
1446
1450
|
'sponsoredPeer':function(w,v){w.uint(3331786963);var flags=0;var _sponsorInfo=v.sponsorInfo!==undefined;if(_sponsorInfo)flags|=1;var _additionalInfo=v.additionalInfo!==undefined;if(_additionalInfo)flags|=2;w.uint(flags);w.bytes(h(v,'randomId'));w.object(h(v,'peer'));if(_sponsorInfo)w.string(v.sponsorInfo);if(_additionalInfo)w.string(v.additionalInfo);},
|
|
1447
1451
|
'contacts.sponsoredPeersEmpty':function(w){w.uint(3929191601);},
|
|
1448
1452
|
'contacts.sponsoredPeers':function(w,v){w.uint(3942852740);w.vector(w.object,h(v,'peers'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
@@ -1455,7 +1459,7 @@ var m={
|
|
|
1455
1459
|
'pendingSuggestion':function(w,v){w.uint(3890753042);w.string(h(v,'suggestion'));w.object(h(v,'title'));w.object(h(v,'description'));w.string(h(v,'url'));},
|
|
1456
1460
|
'todoItem':function(w,v){w.uint(3416892719);w.int(h(v,'id'));w.object(h(v,'title'));},
|
|
1457
1461
|
'todoList':function(w,v){w.uint(1236871718);var flags=0;if(v.othersCanAppend===true)flags|=1;if(v.othersCanComplete===true)flags|=2;w.uint(flags);w.object(h(v,'title'));w.vector(w.object,h(v,'list'));},
|
|
1458
|
-
'todoCompletion':function(w,v){w.uint(
|
|
1462
|
+
'todoCompletion':function(w,v){w.uint(572241380);w.int(h(v,'id'));w.object(h(v,'completedBy'));w.int(h(v,'date'));},
|
|
1459
1463
|
'suggestedPost':function(w,v){w.uint(244201445);var flags=0;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=1;if(v.accepted===true)flags|=2;if(v.rejected===true)flags|=4;var _price=v.price!==undefined;if(_price)flags|=8;w.uint(flags);if(_price)w.object(v.price);if(_scheduleDate)w.int(v.scheduleDate);},
|
|
1460
1464
|
'starsRating':function(w,v){w.uint(453922567);var flags=0;var _nextLevelStars=v.nextLevelStars!==undefined;if(_nextLevelStars)flags|=1;w.uint(flags);w.int(h(v,'level'));w.long(h(v,'currentLevelStars'));w.long(h(v,'stars'));if(_nextLevelStars)w.long(v.nextLevelStars);},
|
|
1461
1465
|
'starGiftCollection':function(w,v){w.uint(2641040304);var flags=0;var _icon=v.icon!==undefined;if(_icon)flags|=1;w.uint(flags);w.int(h(v,'collectionId'));w.string(h(v,'title'));if(_icon)w.object(v.icon);w.int(h(v,'giftsCount'));w.long(h(v,'hash'));},
|
|
@@ -1483,23 +1487,34 @@ var m={
|
|
|
1483
1487
|
'inputChatThemeEmpty':function(w){w.uint(2200339587);},
|
|
1484
1488
|
'inputChatTheme':function(w,v){w.uint(3376277852);w.string(h(v,'emoticon'));},
|
|
1485
1489
|
'inputChatThemeUniqueGift':function(w,v){w.uint(2279989220);w.string(h(v,'slug'));},
|
|
1486
|
-
'messageActionSuggestBirthday':function(w,v){w.uint(747579941);w.object(h(v,'birthday'));},
|
|
1487
|
-
'updateGroupCallMessage':function(w,v){w.uint(2026050784);w.object(h(v,'call'));w.object(h(v,'fromId'));w.long(h(v,'randomId'));w.object(h(v,'message'));},
|
|
1488
|
-
'updateGroupCallEncryptedMessage':function(w,v){w.uint(3377964902);w.object(h(v,'call'));w.object(h(v,'fromId'));w.bytes(h(v,'encryptedMessage'));},
|
|
1489
|
-
'updatePinnedForumTopic':function(w,v){w.uint(1748708434);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topicId'));},
|
|
1490
|
-
'updatePinnedForumTopics':function(w,v){w.uint(3740353488);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_order)w.vector(w.int,v.order);},
|
|
1491
|
-
'sendMessageTextDraftAction':function(w,v){w.uint(929929052);w.long(h(v,'randomId'));w.object(h(v,'text'));},
|
|
1492
|
-
'inputInvoicePremiumAuthCode':function(w,v){w.uint(1048049172);w.object(h(v,'purpose'));},
|
|
1493
|
-
'inputInvoiceStarGiftDropOriginalDetails':function(w,v){w.uint(153344209);w.object(h(v,'stargift'));},
|
|
1494
|
-
'peerColorCollectible':function(w,v){w.uint(3116393370);var flags=0;var _darkAccentColor=v.darkAccentColor!==undefined;if(_darkAccentColor)flags|=1;var _darkColors=v.darkColors&&v.darkColors.length;if(_darkColors)flags|=2;w.uint(flags);w.long(h(v,'collectibleId'));w.long(h(v,'giftEmojiId'));w.long(h(v,'backgroundEmojiId'));w.int(h(v,'accentColor'));w.vector(w.int,h(v,'colors'));if(_darkAccentColor)w.int(v.darkAccentColor);if(_darkColors)w.vector(w.int,v.darkColors);},
|
|
1495
|
-
'inputPeerColorCollectible':function(w,v){w.uint(3102377641);w.long(h(v,'collectibleId'));},
|
|
1496
1490
|
'starGiftUpgradePrice':function(w,v){w.uint(2582262557);w.int(h(v,'date'));w.long(h(v,'upgradeStars'));},
|
|
1497
|
-
'
|
|
1498
|
-
'
|
|
1499
|
-
'
|
|
1500
|
-
'
|
|
1501
|
-
'
|
|
1502
|
-
'
|
|
1491
|
+
'messageMediaVideoStream':function(w,v){w.uint(3395070857);var flags=0;if(v.rtmpStream===true)flags|=1;w.uint(flags);w.object(h(v,'call'));},
|
|
1492
|
+
'updateDeleteGroupCallMessages':function(w,v){w.uint(1048963372);w.object(h(v,'call'));w.vector(w.int,h(v,'messages'));},
|
|
1493
|
+
'updateStarGiftAuctionState':function(w,v){w.uint(1222788802);w.long(h(v,'giftId'));w.object(h(v,'state'));},
|
|
1494
|
+
'updateStarGiftAuctionUserState':function(w,v){w.uint(3696816926);w.long(h(v,'giftId'));w.object(h(v,'userState'));},
|
|
1495
|
+
'inputPrivacyKeySavedMusic':function(w){w.uint(1304334886);},
|
|
1496
|
+
'privacyKeySavedMusic':function(w){w.uint(4286207771);},
|
|
1497
|
+
'webPageAttributeStarGiftAuction':function(w,v){w.uint(55150251);w.object(h(v,'gift'));w.int(h(v,'endDate'));w.int(h(v,'centerColor'));w.int(h(v,'edgeColor'));w.int(h(v,'textColor'));},
|
|
1498
|
+
'inputInvoiceStarGiftAuctionBid':function(w,v){w.uint(516618768);var flags=0;if(v.hideName===true)flags|=1;var _message=v.message!==undefined;if(_message)flags|=2;if(v.updateBid===true)flags|=4;var _peer=v.peer!==undefined;if(_peer)flags|=8;w.uint(flags);if(_peer)w.object(v.peer);w.long(h(v,'giftId'));w.long(h(v,'bidAmount'));if(_message)w.object(v.message);},
|
|
1499
|
+
'groupCallMessage':function(w,v){w.uint(445316222);var flags=0;var _paidMessageStars=v.paidMessageStars!==undefined;if(_paidMessageStars)flags|=1;if(v.fromAdmin===true)flags|=2;w.uint(flags);w.int(h(v,'id'));w.object(h(v,'fromId'));w.int(h(v,'date'));w.object(h(v,'message'));if(_paidMessageStars)w.long(v.paidMessageStars);},
|
|
1500
|
+
'groupCallDonor':function(w,v){w.uint(3997371525);var flags=0;if(v.top===true)flags|=1;if(v.my===true)flags|=2;if(v.anonymous===true)flags|=4;var _peerId=v.peerId!==undefined;if(_peerId)flags|=8;w.uint(flags);if(_peerId)w.object(v.peerId);w.long(h(v,'stars'));},
|
|
1501
|
+
'phone.groupCallStars':function(w,v){w.uint(2635971878);w.long(h(v,'totalStars'));w.vector(w.object,h(v,'topDonors'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1502
|
+
'recentStory':function(w,v){w.uint(1897752877);var flags=0;if(v.live===true)flags|=1;var _maxId=v.maxId!==undefined;if(_maxId)flags|=2;w.uint(flags);if(_maxId)w.int(v.maxId);},
|
|
1503
|
+
'auctionBidLevel':function(w,v){w.uint(822231244);w.int(h(v,'pos'));w.long(h(v,'amount'));w.int(h(v,'date'));},
|
|
1504
|
+
'starGiftAuctionStateNotModified':function(w){w.uint(4264769874);},
|
|
1505
|
+
'starGiftAuctionState':function(w,v){w.uint(1571835723);w.int(h(v,'version'));w.int(h(v,'startDate'));w.int(h(v,'endDate'));w.long(h(v,'minBidAmount'));w.vector(w.object,h(v,'bidLevels'));w.vector(w.long,h(v,'topBidders'));w.int(h(v,'nextRoundAt'));w.int(h(v,'giftsLeft'));w.int(h(v,'currentRound'));w.int(h(v,'totalRounds'));},
|
|
1506
|
+
'starGiftAuctionStateFinished':function(w,v){w.uint(2107014202);w.int(h(v,'startDate'));w.int(h(v,'endDate'));w.long(h(v,'averagePrice'));},
|
|
1507
|
+
'starGiftAuctionUserState':function(w,v){w.uint(787403204);var flags=0;var _bidAmount=v.bidAmount!==undefined;var _bidDate=v.bidDate!==undefined;var _minBidAmount=v.minBidAmount!==undefined;var _bidPeer=v.bidPeer!==undefined;var _flags_0=_bidAmount||_bidDate||_minBidAmount||_bidPeer;if(_flags_0)flags|=1;if(v.returned===true)flags|=2;w.uint(flags);if(_flags_0)w.long(v.bidAmount);if(_flags_0)w.int(v.bidDate);if(_flags_0)w.long(v.minBidAmount);if(_flags_0)w.object(v.bidPeer);w.int(h(v,'acquiredCount'));},
|
|
1508
|
+
'payments.starGiftAuctionState':function(w,v){w.uint(244900980);w.object(h(v,'gift'));w.object(h(v,'state'));w.object(h(v,'userState'));w.int(h(v,'timeout'));w.vector(w.object,h(v,'users'));},
|
|
1509
|
+
'starGiftAuctionAcquiredGift':function(w,v){w.uint(2875253259);var flags=0;if(v.nameHidden===true)flags|=1;var _message=v.message!==undefined;if(_message)flags|=2;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'date'));w.long(h(v,'bidAmount'));w.int(h(v,'round'));w.int(h(v,'pos'));if(_message)w.object(v.message);},
|
|
1510
|
+
'payments.starGiftAuctionAcquiredGifts':function(w,v){w.uint(2103169520);w.vector(w.object,h(v,'gifts'));w.vector(w.object,h(v,'users'));w.vector(w.object,h(v,'chats'));},
|
|
1511
|
+
'starGiftActiveAuctionState':function(w,v){w.uint(3541812317);w.object(h(v,'gift'));w.object(h(v,'state'));w.object(h(v,'userState'));},
|
|
1512
|
+
'payments.starGiftActiveAuctionsNotModified':function(w){w.uint(3677608656);},
|
|
1513
|
+
'payments.starGiftActiveAuctions':function(w,v){w.uint(2549188568);w.vector(w.object,h(v,'auctions'));w.vector(w.object,h(v,'users'));},
|
|
1514
|
+
'inputStarGiftAuction':function(w,v){w.uint(48327832);w.long(h(v,'giftId'));},
|
|
1515
|
+
'inputStarGiftAuctionSlug':function(w,v){w.uint(2058715912);w.string(h(v,'slug'));},
|
|
1516
|
+
'updateChannelPinnedTopic':function(w,v){w.uint(422509539);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.int(h(v,'topicId'));},
|
|
1517
|
+
'updateChannelPinnedTopics':function(w,v){w.uint(4263085570);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_order)w.vector(w.int,v.order);},
|
|
1503
1518
|
'invokeAfterMsg':function(w,v){w.uint(3416209197);w.long(h(v,'msgId'));w.object(h(v,'query'));},
|
|
1504
1519
|
'invokeAfterMsgs':function(w,v){w.uint(1036301552);w.vector(w.long,h(v,'msgIds'));w.object(h(v,'query'));},
|
|
1505
1520
|
'initConnection':function(w,v){w.uint(3251461801);var flags=0;var _proxy=v.proxy!==undefined;if(_proxy)flags|=1;var _params=v.params!==undefined;if(_params)flags|=2;w.uint(flags);w.int(h(v,'apiId'));w.string(h(v,'deviceModel'));w.string(h(v,'systemVersion'));w.string(h(v,'appVersion'));w.string(h(v,'systemLangCode'));w.string(h(v,'langPack'));w.string(h(v,'langCode'));if(_proxy)w.object(v.proxy);if(_params)w.object(v.params);w.object(h(v,'query'));},
|
|
@@ -1534,6 +1549,7 @@ var m={
|
|
|
1534
1549
|
'auth.requestFirebaseSms':function(w,v){w.uint(2386109982);var flags=0;var _safetyNetToken=v.safetyNetToken!==undefined;if(_safetyNetToken)flags|=1;var _iosPushSecret=v.iosPushSecret!==undefined;if(_iosPushSecret)flags|=2;var _playIntegrityToken=v.playIntegrityToken!==undefined;if(_playIntegrityToken)flags|=4;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));if(_safetyNetToken)w.string(v.safetyNetToken);if(_playIntegrityToken)w.string(v.playIntegrityToken);if(_iosPushSecret)w.string(v.iosPushSecret);},
|
|
1535
1550
|
'auth.resetLoginEmail':function(w,v){w.uint(2123760019);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));},
|
|
1536
1551
|
'auth.reportMissingCode':function(w,v){w.uint(3416125430);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));w.string(h(v,'mnc'));},
|
|
1552
|
+
'auth.checkPaidAuth':function(w,v){w.uint(1457889180);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));w.long(h(v,'formId'));},
|
|
1537
1553
|
'account.registerDevice':function(w,v){w.uint(3968205178);var flags=0;if(v.noMuted===true)flags|=1;w.uint(flags);w.int(h(v,'tokenType'));w.string(h(v,'token'));w.boolean(h(v,'appSandbox'));w.bytes(h(v,'secret'));w.vector(w.int53,h(v,'otherUids'));},
|
|
1538
1554
|
'account.unregisterDevice':function(w,v){w.uint(1779249670);w.int(h(v,'tokenType'));w.string(h(v,'token'));w.vector(w.int53,h(v,'otherUids'));},
|
|
1539
1555
|
'account.updateNotifySettings':function(w,v){w.uint(2227067795);w.object(h(v,'peer'));w.object(h(v,'settings'));},
|
|
@@ -1659,6 +1675,7 @@ var m={
|
|
|
1659
1675
|
'users.getRequirementsToContact':function(w,v){w.uint(3634004899);w.vector(w.object,h(v,'id'));},
|
|
1660
1676
|
'users.getSavedMusic':function(w,v){w.uint(2022539235);w.object(h(v,'id'));w.int(h(v,'offset'));w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1661
1677
|
'users.getSavedMusicByID':function(w,v){w.uint(1970513129);w.object(h(v,'id'));w.vector(w.object,h(v,'documents'));},
|
|
1678
|
+
'users.suggestBirthday':function(w,v){w.uint(4233311090);w.object(h(v,'id'));w.object(h(v,'birthday'));},
|
|
1662
1679
|
'contacts.getContactIDs':function(w,v){w.uint(2061264541);w.long(h(v,'hash'));},
|
|
1663
1680
|
'contacts.getStatuses':function(w){w.uint(3299038190);},
|
|
1664
1681
|
'contacts.getContacts':function(w,v){w.uint(1574346258);w.long(h(v,'hash'));},
|
|
@@ -1686,6 +1703,7 @@ var m={
|
|
|
1686
1703
|
'contacts.setBlocked':function(w,v){w.uint(2496027766);var flags=0;if(v.myStoriesFrom===true)flags|=1;w.uint(flags);w.vector(w.object,h(v,'id'));w.int(h(v,'limit'));},
|
|
1687
1704
|
'contacts.getBirthdays':function(w){w.uint(3673008228);},
|
|
1688
1705
|
'contacts.getSponsoredPeers':function(w,v){w.uint(3066610579);w.string(h(v,'q'));},
|
|
1706
|
+
'contacts.updateContactNote':function(w,v){w.uint(329212923);w.object(h(v,'id'));w.object(h(v,'note'));},
|
|
1689
1707
|
'messages.getMessages':function(w,v){w.uint(1673946374);w.vector(w.object,h(v,'id'));},
|
|
1690
1708
|
'messages.getDialogs':function(w,v){w.uint(2700397391);var flags=0;if(v.excludePinned===true)flags|=1;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2;w.uint(flags);if(_folderId)w.int(v.folderId);w.int(h(v,'offsetDate'));w.int(h(v,'offsetId'));w.object(h(v,'offsetPeer'));w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1691
1709
|
'messages.getHistory':function(w,v){w.uint(1143203525);w.object(h(v,'peer'));w.int(h(v,'offsetId'));w.int(h(v,'offsetDate'));w.int(h(v,'addOffset'));w.int(h(v,'limit'));w.int(h(v,'maxId'));w.int(h(v,'minId'));w.long(h(v,'hash'));},
|
|
@@ -1695,9 +1713,9 @@ var m={
|
|
|
1695
1713
|
'messages.deleteMessages':function(w,v){w.uint(3851326930);var flags=0;if(v.revoke===true)flags|=1;w.uint(flags);w.vector(w.int,h(v,'id'));},
|
|
1696
1714
|
'messages.receivedMessages':function(w,v){w.uint(94983360);w.int(h(v,'maxId'));},
|
|
1697
1715
|
'messages.setTyping':function(w,v){w.uint(1486110434);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_topMsgId)w.int(v.topMsgId);w.object(h(v,'action'));},
|
|
1698
|
-
'messages.sendMessage':function(w,v){w.uint(
|
|
1699
|
-
'messages.sendMedia':function(w,v){w.uint(
|
|
1700
|
-
'messages.forwardMessages':function(w,v){w.uint(
|
|
1716
|
+
'messages.sendMessage':function(w,v){w.uint(1415369050);var flags=0;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=1;if(v.noWebpage===true)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;if(v.silent===true)flags|=32;if(v.background===true)flags|=64;if(v.clearDraft===true)flags|=128;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=1024;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=8192;if(v.noforwards===true)flags|=16384;if(v.updateStickersetsOrder===true)flags|=32768;if(v.invertMedia===true)flags|=65536;var _quickReplyShortcut=v.quickReplyShortcut!==undefined;if(_quickReplyShortcut)flags|=131072;var _effect=v.effect!==undefined;if(_effect)flags|=262144;if(v.allowPaidFloodskip===true)flags|=524288;var _allowPaidStars=v.allowPaidStars!==undefined;if(_allowPaidStars)flags|=2097152;var _suggestedPost=v.suggestedPost!==undefined;if(_suggestedPost)flags|=4194304;var _scheduleRepeatPeriod=v.scheduleRepeatPeriod!==undefined;if(_scheduleRepeatPeriod)flags|=16777216;w.uint(flags);w.object(h(v,'peer'));if(_replyTo)w.object(v.replyTo);w.string(h(v,'message'));w.long(h(v,'randomId'));if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);if(_scheduleDate)w.int(v.scheduleDate);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);if(_sendAs)w.object(v.sendAs);if(_quickReplyShortcut)w.object(v.quickReplyShortcut);if(_effect)w.long(v.effect);if(_allowPaidStars)w.long(v.allowPaidStars);if(_suggestedPost)w.object(v.suggestedPost);},
|
|
1717
|
+
'messages.sendMedia':function(w,v){w.uint(53536639);var flags=0;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=1;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;if(v.silent===true)flags|=32;if(v.background===true)flags|=64;if(v.clearDraft===true)flags|=128;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=1024;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=8192;if(v.noforwards===true)flags|=16384;if(v.updateStickersetsOrder===true)flags|=32768;if(v.invertMedia===true)flags|=65536;var _quickReplyShortcut=v.quickReplyShortcut!==undefined;if(_quickReplyShortcut)flags|=131072;var _effect=v.effect!==undefined;if(_effect)flags|=262144;if(v.allowPaidFloodskip===true)flags|=524288;var _allowPaidStars=v.allowPaidStars!==undefined;if(_allowPaidStars)flags|=2097152;var _suggestedPost=v.suggestedPost!==undefined;if(_suggestedPost)flags|=4194304;var _scheduleRepeatPeriod=v.scheduleRepeatPeriod!==undefined;if(_scheduleRepeatPeriod)flags|=16777216;w.uint(flags);w.object(h(v,'peer'));if(_replyTo)w.object(v.replyTo);w.object(h(v,'media'));w.string(h(v,'message'));w.long(h(v,'randomId'));if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);if(_scheduleDate)w.int(v.scheduleDate);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);if(_sendAs)w.object(v.sendAs);if(_quickReplyShortcut)w.object(v.quickReplyShortcut);if(_effect)w.long(v.effect);if(_allowPaidStars)w.long(v.allowPaidStars);if(_suggestedPost)w.object(v.suggestedPost);},
|
|
1718
|
+
'messages.forwardMessages':function(w,v){w.uint(1104419550);var flags=0;if(v.silent===true)flags|=32;if(v.background===true)flags|=64;if(v.withMyScore===true)flags|=256;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=512;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=1024;if(v.dropAuthor===true)flags|=2048;if(v.dropMediaCaptions===true)flags|=4096;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=8192;if(v.noforwards===true)flags|=16384;var _quickReplyShortcut=v.quickReplyShortcut!==undefined;if(_quickReplyShortcut)flags|=131072;if(v.allowPaidFloodskip===true)flags|=524288;var _videoTimestamp=v.videoTimestamp!==undefined;if(_videoTimestamp)flags|=1048576;var _allowPaidStars=v.allowPaidStars!==undefined;if(_allowPaidStars)flags|=2097152;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=4194304;var _suggestedPost=v.suggestedPost!==undefined;if(_suggestedPost)flags|=8388608;var _scheduleRepeatPeriod=v.scheduleRepeatPeriod!==undefined;if(_scheduleRepeatPeriod)flags|=16777216;w.uint(flags);w.object(h(v,'fromPeer'));w.vector(w.int,h(v,'id'));w.vector(w.long,h(v,'randomId'));w.object(h(v,'toPeer'));if(_topMsgId)w.int(v.topMsgId);if(_replyTo)w.object(v.replyTo);if(_scheduleDate)w.int(v.scheduleDate);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);if(_sendAs)w.object(v.sendAs);if(_quickReplyShortcut)w.object(v.quickReplyShortcut);if(_videoTimestamp)w.int(v.videoTimestamp);if(_allowPaidStars)w.long(v.allowPaidStars);if(_suggestedPost)w.object(v.suggestedPost);},
|
|
1701
1719
|
'messages.reportSpam':function(w,v){w.uint(3474297563);w.object(h(v,'peer'));},
|
|
1702
1720
|
'messages.getPeerSettings':function(w,v){w.uint(4024018594);w.object(h(v,'peer'));},
|
|
1703
1721
|
'messages.report':function(w,v){w.uint(4235767707);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));w.bytes(h(v,'option'));w.string(h(v,'message'));},
|
|
@@ -1742,7 +1760,7 @@ var m={
|
|
|
1742
1760
|
'messages.setInlineBotResults':function(w,v){w.uint(3138561049);var flags=0;if(v.gallery===true)flags|=1;if(v.private===true)flags|=2;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=4;var _switchPm=v.switchPm!==undefined;if(_switchPm)flags|=8;var _switchWebview=v.switchWebview!==undefined;if(_switchWebview)flags|=16;w.uint(flags);w.long(h(v,'queryId'));w.vector(w.object,h(v,'results'));w.int(h(v,'cacheTime'));if(_nextOffset)w.string(v.nextOffset);if(_switchPm)w.object(v.switchPm);if(_switchWebview)w.object(v.switchWebview);},
|
|
1743
1761
|
'messages.sendInlineBotResult':function(w,v){w.uint(3234821702);var flags=0;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=1;if(v.silent===true)flags|=32;if(v.background===true)flags|=64;if(v.clearDraft===true)flags|=128;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=1024;if(v.hideVia===true)flags|=2048;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=8192;var _quickReplyShortcut=v.quickReplyShortcut!==undefined;if(_quickReplyShortcut)flags|=131072;var _allowPaidStars=v.allowPaidStars!==undefined;if(_allowPaidStars)flags|=2097152;w.uint(flags);w.object(h(v,'peer'));if(_replyTo)w.object(v.replyTo);w.long(h(v,'randomId'));w.long(h(v,'queryId'));w.string(h(v,'id'));if(_scheduleDate)w.int(v.scheduleDate);if(_sendAs)w.object(v.sendAs);if(_quickReplyShortcut)w.object(v.quickReplyShortcut);if(_allowPaidStars)w.long(v.allowPaidStars);},
|
|
1744
1762
|
'messages.getMessageEditData':function(w,v){w.uint(4255550774);w.object(h(v,'peer'));w.int(h(v,'id'));},
|
|
1745
|
-
'messages.editMessage':function(w,v){w.uint(
|
|
1763
|
+
'messages.editMessage':function(w,v){w.uint(1374175969);var flags=0;if(v.noWebpage===true)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;var _message=v.message!==undefined;if(_message)flags|=2048;var _media=v.media!==undefined;if(_media)flags|=16384;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=32768;if(v.invertMedia===true)flags|=65536;var _quickReplyShortcutId=v.quickReplyShortcutId!==undefined;if(_quickReplyShortcutId)flags|=131072;var _scheduleRepeatPeriod=v.scheduleRepeatPeriod!==undefined;if(_scheduleRepeatPeriod)flags|=262144;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_message)w.string(v.message);if(_media)w.object(v.media);if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);if(_scheduleDate)w.int(v.scheduleDate);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);if(_quickReplyShortcutId)w.int(v.quickReplyShortcutId);},
|
|
1746
1764
|
'messages.editInlineBotMessage':function(w,v){w.uint(2203418042);var flags=0;if(v.noWebpage===true)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;var _message=v.message!==undefined;if(_message)flags|=2048;var _media=v.media!==undefined;if(_media)flags|=16384;if(v.invertMedia===true)flags|=65536;w.uint(flags);w.object(h(v,'id'));if(_message)w.string(v.message);if(_media)w.object(v.media);if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);},
|
|
1747
1765
|
'messages.getBotCallbackAnswer':function(w,v){w.uint(2470627847);var flags=0;var _data=v.data!==undefined;if(_data)flags|=1;if(v.game===true)flags|=2;var _password=v.password!==undefined;if(_password)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'msgId'));if(_data)w.bytes(v.data);if(_password)w.object(v.password);},
|
|
1748
1766
|
'messages.setBotCallbackAnswer':function(w,v){w.uint(3582923530);var flags=0;var _message=v.message!==undefined;if(_message)flags|=1;if(v.alert===true)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;w.uint(flags);w.long(h(v,'queryId'));if(_message)w.string(v.message);if(_url)w.string(v.url);w.int(h(v,'cacheTime'));},
|
|
@@ -1916,6 +1934,13 @@ var m={
|
|
|
1916
1934
|
'messages.toggleTodoCompleted':function(w,v){w.uint(3554685220);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.vector(w.int,h(v,'completed'));w.vector(w.int,h(v,'incompleted'));},
|
|
1917
1935
|
'messages.appendTodoList':function(w,v){w.uint(564531287);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.vector(w.object,h(v,'list'));},
|
|
1918
1936
|
'messages.toggleSuggestedPostApproval':function(w,v){w.uint(2164737372);var flags=0;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=1;if(v.reject===true)flags|=2;var _rejectComment=v.rejectComment!==undefined;if(_rejectComment)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'msgId'));if(_scheduleDate)w.int(v.scheduleDate);if(_rejectComment)w.string(v.rejectComment);},
|
|
1937
|
+
'messages.getForumTopics':function(w,v){w.uint(1000635391);var flags=0;var _q=v.q!==undefined;if(_q)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_q)w.string(v.q);w.int(h(v,'offsetDate'));w.int(h(v,'offsetId'));w.int(h(v,'offsetTopic'));w.int(h(v,'limit'));},
|
|
1938
|
+
'messages.getForumTopicsByID':function(w,v){w.uint(2936687112);w.object(h(v,'peer'));w.vector(w.int,h(v,'topics'));},
|
|
1939
|
+
'messages.editForumTopic':function(w,v){w.uint(3469480244);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=2;var _closed=v.closed!==undefined;if(_closed)flags|=4;var _hidden=v.hidden!==undefined;if(_hidden)flags|=8;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topicId'));if(_title)w.string(v.title);if(_iconEmojiId)w.long(v.iconEmojiId);if(_closed)w.boolean(v.closed);if(_hidden)w.boolean(v.hidden);},
|
|
1940
|
+
'messages.updatePinnedForumTopic':function(w,v){w.uint(392032849);w.object(h(v,'peer'));w.int(h(v,'topicId'));w.boolean(h(v,'pinned'));},
|
|
1941
|
+
'messages.reorderPinnedForumTopics':function(w,v){w.uint(242762224);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.vector(w.int,h(v,'order'));},
|
|
1942
|
+
'messages.createForumTopic':function(w,v){w.uint(798540757);var flags=0;var _iconColor=v.iconColor!==undefined;if(_iconColor)flags|=1;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=4;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=8;if(v.titleMissing===true)flags|=16;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'title'));if(_iconColor)w.int(v.iconColor);if(_iconEmojiId)w.long(v.iconEmojiId);w.long(h(v,'randomId'));if(_sendAs)w.object(v.sendAs);},
|
|
1943
|
+
'messages.deleteTopicHistory':function(w,v){w.uint(3531697936);w.object(h(v,'peer'));w.int(h(v,'topMsgId'));},
|
|
1919
1944
|
'updates.getState':function(w){w.uint(3990128682);},
|
|
1920
1945
|
'updates.getDifference':function(w,v){w.uint(432207715);var flags=0;var _ptsTotalLimit=v.ptsTotalLimit!==undefined;if(_ptsTotalLimit)flags|=1;var _ptsLimit=v.ptsLimit!==undefined;if(_ptsLimit)flags|=2;var _qtsLimit=v.qtsLimit!==undefined;if(_qtsLimit)flags|=4;w.uint(flags);w.int(h(v,'pts'));if(_ptsLimit)w.int(v.ptsLimit);if(_ptsTotalLimit)w.int(v.ptsTotalLimit);w.int(h(v,'date'));w.int(h(v,'qts'));if(_qtsLimit)w.int(v.qtsLimit);},
|
|
1921
1946
|
'updates.getChannelDifference':function(w,v){w.uint(51854712);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.object(h(v,'filter'));w.int(h(v,'pts'));w.int(h(v,'limit'));},
|
|
@@ -1992,7 +2017,7 @@ var m={
|
|
|
1992
2017
|
'channels.toggleSlowMode':function(w,v){w.uint(3990134512);w.object(h(v,'channel'));w.int(h(v,'seconds'));},
|
|
1993
2018
|
'channels.getInactiveChannels':function(w){w.uint(300429806);},
|
|
1994
2019
|
'channels.convertToGigagroup':function(w,v){w.uint(187239529);w.object(h(v,'channel'));},
|
|
1995
|
-
'channels.getSendAs':function(w,v){w.uint(3884295231);var flags=0;if(v.forPaidReactions===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
|
|
2020
|
+
'channels.getSendAs':function(w,v){w.uint(3884295231);var flags=0;if(v.forPaidReactions===true)flags|=1;if(v.forLiveStories===true)flags|=2;w.uint(flags);w.object(h(v,'peer'));},
|
|
1996
2021
|
'channels.deleteParticipantHistory':function(w,v){w.uint(913655003);w.object(h(v,'channel'));w.object(h(v,'participant'));},
|
|
1997
2022
|
'channels.toggleJoinToSend':function(w,v){w.uint(3838547328);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1998
2023
|
'channels.toggleJoinRequest':function(w,v){w.uint(1277789622);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
@@ -2000,13 +2025,6 @@ var m={
|
|
|
2000
2025
|
'channels.toggleUsername':function(w,v){w.uint(1358053637);w.object(h(v,'channel'));w.string(h(v,'username'));w.boolean(h(v,'active'));},
|
|
2001
2026
|
'channels.deactivateAllUsernames':function(w,v){w.uint(170155475);w.object(h(v,'channel'));},
|
|
2002
2027
|
'channels.toggleForum':function(w,v){w.uint(1073174324);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));w.boolean(h(v,'tabs'));},
|
|
2003
|
-
'channels.createForumTopic':function(w,v){w.uint(4094427684);var flags=0;var _iconColor=v.iconColor!==undefined;if(_iconColor)flags|=1;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=4;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=8;w.uint(flags);w.object(h(v,'channel'));w.string(h(v,'title'));if(_iconColor)w.int(v.iconColor);if(_iconEmojiId)w.long(v.iconEmojiId);w.long(h(v,'randomId'));if(_sendAs)w.object(v.sendAs);},
|
|
2004
|
-
'channels.getForumTopics':function(w,v){w.uint(233136337);var flags=0;var _q=v.q!==undefined;if(_q)flags|=1;w.uint(flags);w.object(h(v,'channel'));if(_q)w.string(v.q);w.int(h(v,'offsetDate'));w.int(h(v,'offsetId'));w.int(h(v,'offsetTopic'));w.int(h(v,'limit'));},
|
|
2005
|
-
'channels.getForumTopicsByID':function(w,v){w.uint(2961383097);w.object(h(v,'channel'));w.vector(w.int,h(v,'topics'));},
|
|
2006
|
-
'channels.editForumTopic':function(w,v){w.uint(4108296581);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=2;var _closed=v.closed!==undefined;if(_closed)flags|=4;var _hidden=v.hidden!==undefined;if(_hidden)flags|=8;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'topicId'));if(_title)w.string(v.title);if(_iconEmojiId)w.long(v.iconEmojiId);if(_closed)w.boolean(v.closed);if(_hidden)w.boolean(v.hidden);},
|
|
2007
|
-
'channels.updatePinnedForumTopic':function(w,v){w.uint(1814925350);w.object(h(v,'channel'));w.int(h(v,'topicId'));w.boolean(h(v,'pinned'));},
|
|
2008
|
-
'channels.deleteTopicHistory':function(w,v){w.uint(876830509);w.object(h(v,'channel'));w.int(h(v,'topMsgId'));},
|
|
2009
|
-
'channels.reorderPinnedForumTopics':function(w,v){w.uint(693150095);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.vector(w.int,h(v,'order'));},
|
|
2010
2028
|
'channels.toggleAntiSpam':function(w,v){w.uint(1760814315);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
2011
2029
|
'channels.reportAntiSpamFalsePositive':function(w,v){w.uint(2823857811);w.object(h(v,'channel'));w.int(h(v,'msgId'));},
|
|
2012
2030
|
'channels.toggleParticipantsHidden':function(w,v){w.uint(1785624660);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
@@ -2135,7 +2153,7 @@ var m={
|
|
|
2135
2153
|
'phone.leaveGroupCall':function(w,v){w.uint(1342404601);w.object(h(v,'call'));w.int(h(v,'source'));},
|
|
2136
2154
|
'phone.inviteToGroupCall':function(w,v){w.uint(2067345760);w.object(h(v,'call'));w.vector(w.object,h(v,'users'));},
|
|
2137
2155
|
'phone.discardGroupCall':function(w,v){w.uint(2054648117);w.object(h(v,'call'));},
|
|
2138
|
-
'phone.toggleGroupCallSettings':function(w,v){w.uint(
|
|
2156
|
+
'phone.toggleGroupCallSettings':function(w,v){w.uint(2537788146);var flags=0;var _joinMuted=v.joinMuted!==undefined;if(_joinMuted)flags|=1;if(v.resetInviteHash===true)flags|=2;var _messagesEnabled=v.messagesEnabled!==undefined;if(_messagesEnabled)flags|=4;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags|=8;w.uint(flags);w.object(h(v,'call'));if(_joinMuted)w.boolean(v.joinMuted);if(_messagesEnabled)w.boolean(v.messagesEnabled);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);},
|
|
2139
2157
|
'phone.getGroupCall':function(w,v){w.uint(68699611);w.object(h(v,'call'));w.int(h(v,'limit'));},
|
|
2140
2158
|
'phone.getGroupParticipants':function(w,v){w.uint(3310934187);w.object(h(v,'call'));w.vector(w.object,h(v,'ids'));w.vector(w.int,h(v,'sources'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
|
|
2141
2159
|
'phone.checkGroupCall':function(w,v){w.uint(3046963575);w.object(h(v,'call'));w.vector(w.int,h(v,'sources'));},
|
|
@@ -2150,7 +2168,7 @@ var m={
|
|
|
2150
2168
|
'phone.joinGroupCallPresentation':function(w,v){w.uint(3421137860);w.object(h(v,'call'));w.object(h(v,'params'));},
|
|
2151
2169
|
'phone.leaveGroupCallPresentation':function(w,v){w.uint(475058500);w.object(h(v,'call'));},
|
|
2152
2170
|
'phone.getGroupCallStreamChannels':function(w,v){w.uint(447879488);w.object(h(v,'call'));},
|
|
2153
|
-
'phone.getGroupCallStreamRtmpUrl':function(w,v){w.uint(
|
|
2171
|
+
'phone.getGroupCallStreamRtmpUrl':function(w,v){w.uint(1525991226);var flags=0;if(v.liveStory===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.boolean(h(v,'revoke'));},
|
|
2154
2172
|
'phone.saveCallLog':function(w,v){w.uint(1092913030);w.object(h(v,'peer'));w.object(h(v,'file'));},
|
|
2155
2173
|
'phone.createConferenceCall':function(w,v){w.uint(2097431739);var flags=0;if(v.muted===true)flags|=1;if(v.videoStopped===true)flags|=4;var _publicKey=v.publicKey!==undefined;var _block=v.block!==undefined;var _params=v.params!==undefined;var _flags_3=v.join===true||_publicKey||_block||_params;if(_flags_3)flags|=8;w.uint(flags);w.int(h(v,'randomId'));if(_flags_3)w.int256(v.publicKey);if(_flags_3)w.bytes(v.block);if(_flags_3)w.object(v.params);},
|
|
2156
2174
|
'phone.deleteConferenceCallParticipants':function(w,v){w.uint(2359690533);var flags=0;if(v.onlyLeft===true)flags|=1;if(v.kick===true)flags|=2;w.uint(flags);w.object(h(v,'call'));w.vector(w.long,h(v,'ids'));w.bytes(h(v,'block'));},
|
|
@@ -2158,6 +2176,8 @@ var m={
|
|
|
2158
2176
|
'phone.inviteConferenceCallParticipant':function(w,v){w.uint(3169986181);var flags=0;if(v.video===true)flags|=1;w.uint(flags);w.object(h(v,'call'));w.object(h(v,'userId'));},
|
|
2159
2177
|
'phone.declineConferenceCallInvite':function(w,v){w.uint(1011325297);w.int(h(v,'msgId'));},
|
|
2160
2178
|
'phone.getGroupCallChainBlocks':function(w,v){w.uint(4003432614);w.object(h(v,'call'));w.int(h(v,'subChainId'));w.int(h(v,'offset'));w.int(h(v,'limit'));},
|
|
2179
|
+
'phone.sendGroupCallMessage':function(w,v){w.uint(2983269392);var flags=0;var _allowPaidStars=v.allowPaidStars!==undefined;if(_allowPaidStars)flags|=1;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=2;w.uint(flags);w.object(h(v,'call'));w.long(h(v,'randomId'));w.object(h(v,'message'));if(_allowPaidStars)w.long(v.allowPaidStars);if(_sendAs)w.object(v.sendAs);},
|
|
2180
|
+
'phone.sendGroupCallEncryptedMessage':function(w,v){w.uint(3853493613);w.object(h(v,'call'));w.bytes(h(v,'encryptedMessage'));},
|
|
2161
2181
|
'langpack.getLangPack':function(w,v){w.uint(4075959050);w.string(h(v,'langPack'));w.string(h(v,'langCode'));},
|
|
2162
2182
|
'langpack.getStrings':function(w,v){w.uint(4025104387);w.string(h(v,'langPack'));w.string(h(v,'langCode'));w.vector(w.string,h(v,'keys'));},
|
|
2163
2183
|
'langpack.getDifference':function(w,v){w.uint(3449309861);w.string(h(v,'langPack'));w.string(h(v,'langCode'));w.int(h(v,'fromVersion'));},
|
|
@@ -2202,7 +2222,7 @@ var m={
|
|
|
2202
2222
|
'stories.sendReaction':function(w,v){w.uint(2144810674);var flags=0;if(v.addToRecent===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'storyId'));w.object(h(v,'reaction'));},
|
|
2203
2223
|
'stories.getPeerStories':function(w,v){w.uint(743103056);w.object(h(v,'peer'));},
|
|
2204
2224
|
'stories.getAllReadPeerStories':function(w){w.uint(2606426105);},
|
|
2205
|
-
'stories.getPeerMaxIDs':function(w,v){w.uint(
|
|
2225
|
+
'stories.getPeerMaxIDs':function(w,v){w.uint(2018087280);w.vector(w.object,h(v,'id'));},
|
|
2206
2226
|
'stories.getChatsToSend':function(w){w.uint(2775223136);},
|
|
2207
2227
|
'stories.togglePeerStoriesHidden':function(w,v){w.uint(3171161540);w.object(h(v,'peer'));w.boolean(h(v,'hidden'));},
|
|
2208
2228
|
'stories.getStoryReactionsList':function(w,v){w.uint(3115485215);var flags=0;var _reaction=v.reaction!==undefined;if(_reaction)flags|=1;var _offset=v.offset!==undefined;if(_offset)flags|=2;if(v.forwardsFirst===true)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_reaction)w.object(v.reaction);if(_offset)w.string(v.offset);w.int(h(v,'limit'));},
|
|
@@ -2227,18 +2247,21 @@ var m={
|
|
|
2227
2247
|
'smsjobs.getSmsJob':function(w,v){w.uint(2005766191);w.string(h(v,'jobId'));},
|
|
2228
2248
|
'smsjobs.finishJob':function(w,v){w.uint(1327415076);var flags=0;var _error=v.error!==undefined;if(_error)flags|=1;w.uint(flags);w.string(h(v,'jobId'));if(_error)w.string(v.error);},
|
|
2229
2249
|
'fragment.getCollectibleInfo':function(w,v){w.uint(3189671354);w.object(h(v,'collectible'));},
|
|
2230
|
-
'
|
|
2231
|
-
'
|
|
2232
|
-
'
|
|
2233
|
-
'
|
|
2234
|
-
'
|
|
2235
|
-
'
|
|
2236
|
-
'
|
|
2237
|
-
'
|
|
2238
|
-
'
|
|
2239
|
-
'
|
|
2240
|
-
'
|
|
2241
|
-
'
|
|
2250
|
+
'payments.getStarGiftAuctionState':function(w,v){w.uint(1553986774);w.object(h(v,'auction'));w.int(h(v,'version'));},
|
|
2251
|
+
'payments.getStarGiftAuctionAcquiredGifts':function(w,v){w.uint(1805831148);w.long(h(v,'giftId'));},
|
|
2252
|
+
'payments.getStarGiftActiveAuctions':function(w,v){w.uint(2781892941);w.long(h(v,'hash'));},
|
|
2253
|
+
'phone.deleteGroupCallMessages':function(w,v){w.uint(4132394231);var flags=0;if(v.reportSpam===true)flags|=1;w.uint(flags);w.object(h(v,'call'));w.vector(w.int,h(v,'messages'));},
|
|
2254
|
+
'phone.deleteGroupCallParticipantMessages':function(w,v){w.uint(499117216);var flags=0;if(v.reportSpam===true)flags|=1;w.uint(flags);w.object(h(v,'call'));w.object(h(v,'participant'));},
|
|
2255
|
+
'phone.getGroupCallStars':function(w,v){w.uint(1868784386);w.object(h(v,'call'));},
|
|
2256
|
+
'phone.saveDefaultSendAs':function(w,v){w.uint(1097313745);w.object(h(v,'call'));w.object(h(v,'sendAs'));},
|
|
2257
|
+
'stories.startLive':function(w,v){w.uint(3496594654);var flags=0;var _caption=v.caption!==undefined;if(_caption)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;if(v.pinned===true)flags|=4;if(v.noforwards===true)flags|=16;if(v.rtmpStream===true)flags|=32;var _messagesEnabled=v.messagesEnabled!==undefined;if(_messagesEnabled)flags|=64;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags|=128;w.uint(flags);w.object(h(v,'peer'));if(_caption)w.string(v.caption);if(_entities)w.vector(w.object,v.entities);w.vector(w.object,h(v,'privacyRules'));w.long(h(v,'randomId'));if(_messagesEnabled)w.boolean(v.messagesEnabled);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);},
|
|
2258
|
+
'channels.createForumTopic':function(w,v){w.uint(4094427684);var flags=0;var _iconColor=v.iconColor!==undefined;if(_iconColor)flags|=1;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=4;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=8;w.uint(flags);w.object(h(v,'channel'));w.string(h(v,'title'));if(_iconColor)w.int(v.iconColor);if(_iconEmojiId)w.long(v.iconEmojiId);w.long(h(v,'randomId'));if(_sendAs)w.object(v.sendAs);},
|
|
2259
|
+
'channels.getForumTopics':function(w,v){w.uint(233136337);var flags=0;var _q=v.q!==undefined;if(_q)flags|=1;w.uint(flags);w.object(h(v,'channel'));if(_q)w.string(v.q);w.int(h(v,'offsetDate'));w.int(h(v,'offsetId'));w.int(h(v,'offsetTopic'));w.int(h(v,'limit'));},
|
|
2260
|
+
'channels.getForumTopicsByID':function(w,v){w.uint(2961383097);w.object(h(v,'channel'));w.vector(w.int,h(v,'topics'));},
|
|
2261
|
+
'channels.editForumTopic':function(w,v){w.uint(4108296581);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=2;var _closed=v.closed!==undefined;if(_closed)flags|=4;var _hidden=v.hidden!==undefined;if(_hidden)flags|=8;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'topicId'));if(_title)w.string(v.title);if(_iconEmojiId)w.long(v.iconEmojiId);if(_closed)w.boolean(v.closed);if(_hidden)w.boolean(v.hidden);},
|
|
2262
|
+
'channels.updatePinnedForumTopic':function(w,v){w.uint(1814925350);w.object(h(v,'channel'));w.int(h(v,'topicId'));w.boolean(h(v,'pinned'));},
|
|
2263
|
+
'channels.deleteTopicHistory':function(w,v){w.uint(876830509);w.object(h(v,'channel'));w.int(h(v,'topMsgId'));},
|
|
2264
|
+
'channels.reorderPinnedForumTopics':function(w,v){w.uint(693150095);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.vector(w.int,h(v,'order'));},
|
|
2242
2265
|
'mtcute.customMethod':function(w,v){w.raw(h(v,'bytes'));},
|
|
2243
2266
|
'mt_resPQ':function(w,v){w.uint(85337187);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.bytes(h(v,'pq'));w.vector(w.long,h(v,'serverPublicKeyFingerprints'));},
|
|
2244
2267
|
'mt_p_q_inner_data_dc':function(w,v){w.uint(2851430293);w.bytes(h(v,'pq'));w.bytes(h(v,'p'));w.bytes(h(v,'q'));w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int256(h(v,'newNonce'));w.int(h(v,'dc'));},
|
|
@@ -2286,7 +2309,6 @@ _bare:{
|
|
|
2286
2309
|
155834844:function(w=this,v){w.int(h(v,'validSince'));w.int(h(v,'validUntil'));w.long(h(v,'salt'));},
|
|
2287
2310
|
},
|
|
2288
2311
|
_staticSize:{
|
|
2289
|
-
'ipPort':12,
|
|
2290
2312
|
'inputPeerEmpty':4,
|
|
2291
2313
|
'inputPeerSelf':4,
|
|
2292
2314
|
'inputPeerChat':12,
|
|
@@ -2419,7 +2441,6 @@ _staticSize:{
|
|
|
2419
2441
|
'updateRecentEmojiStatuses':4,
|
|
2420
2442
|
'updateRecentReactions':4,
|
|
2421
2443
|
'updateMoveStickerSetToTop':16,
|
|
2422
|
-
'updateChannelPinnedTopic':20,
|
|
2423
2444
|
'updateUser':12,
|
|
2424
2445
|
'updateAutoSaveSettings':4,
|
|
2425
2446
|
'updateReadStories':20,
|
|
@@ -2430,6 +2451,7 @@ _staticSize:{
|
|
|
2430
2451
|
'updateReadMonoForumInbox':28,
|
|
2431
2452
|
'updateReadMonoForumOutbox':28,
|
|
2432
2453
|
'updateMonoForumNoPaidException':28,
|
|
2454
|
+
'updatePinnedForumTopic':24,
|
|
2433
2455
|
'updates.state':24,
|
|
2434
2456
|
'updates.differenceEmpty':12,
|
|
2435
2457
|
'updates.differenceTooLong':8,
|
|
@@ -2748,6 +2770,7 @@ _staticSize:{
|
|
|
2748
2770
|
'prepaidStarsGiveaway':32,
|
|
2749
2771
|
'postInteractionCountersMessage':20,
|
|
2750
2772
|
'postInteractionCountersStory':20,
|
|
2773
|
+
'inputPeerColorCollectible':12,
|
|
2751
2774
|
'help.peerColorsNotModified':4,
|
|
2752
2775
|
'savedDialog':24,
|
|
2753
2776
|
'messages.savedDialogsNotModified':8,
|
|
@@ -2794,7 +2817,7 @@ _staticSize:{
|
|
|
2794
2817
|
'starGiftAttributeIdPattern':12,
|
|
2795
2818
|
'starGiftAttributeIdBackdrop':8,
|
|
2796
2819
|
'stories.canSendStoryCount':8,
|
|
2797
|
-
'todoCompletion':
|
|
2820
|
+
'todoCompletion':24,
|
|
2798
2821
|
'payments.starGiftCollectionsNotModified':4,
|
|
2799
2822
|
'stories.albumsNotModified':4,
|
|
2800
2823
|
'profileTabPosts':4,
|
|
@@ -2809,11 +2832,15 @@ _staticSize:{
|
|
|
2809
2832
|
'account.savedMusicIdsNotModified':4,
|
|
2810
2833
|
'payments.checkCanSendGiftResultOk':4,
|
|
2811
2834
|
'inputChatThemeEmpty':4,
|
|
2812
|
-
'updatePinnedForumTopic':24,
|
|
2813
|
-
'inputPeerColorCollectible':12,
|
|
2814
2835
|
'starGiftUpgradePrice':16,
|
|
2815
|
-
'
|
|
2816
|
-
'
|
|
2836
|
+
'inputPrivacyKeySavedMusic':4,
|
|
2837
|
+
'privacyKeySavedMusic':4,
|
|
2838
|
+
'auctionBidLevel':20,
|
|
2839
|
+
'starGiftAuctionStateNotModified':4,
|
|
2840
|
+
'starGiftAuctionStateFinished':20,
|
|
2841
|
+
'payments.starGiftActiveAuctionsNotModified':4,
|
|
2842
|
+
'inputStarGiftAuction':12,
|
|
2843
|
+
'updateChannelPinnedTopic':20,
|
|
2817
2844
|
'auth.logOut':4,
|
|
2818
2845
|
'auth.resetAuthorizations':4,
|
|
2819
2846
|
'auth.exportAuthorization':8,
|
|
@@ -2969,6 +2996,8 @@ _staticSize:{
|
|
|
2969
2996
|
'smsjobs.leave':4,
|
|
2970
2997
|
'smsjobs.updateSettings':8,
|
|
2971
2998
|
'smsjobs.getStatus':4,
|
|
2999
|
+
'payments.getStarGiftAuctionAcquiredGifts':12,
|
|
3000
|
+
'payments.getStarGiftActiveAuctions':12,
|
|
2972
3001
|
'mt_dh_gen_ok':52,
|
|
2973
3002
|
'mt_dh_gen_retry':52,
|
|
2974
3003
|
'mt_dh_gen_fail':52,
|