@mtcute/tl 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +8 -0
- package/README.md +103 -0
- package/api-schema.json +1 -0
- package/binary/reader.d.ts +3 -0
- package/binary/reader.js +1240 -0
- package/binary/rsa-keys.d.ts +38 -0
- package/binary/rsa-keys.js +4 -0
- package/binary/writer.d.ts +4 -0
- package/binary/writer.js +2407 -0
- package/index.d.ts +39127 -0
- package/index.js +616 -0
- package/mtp-schema.json +1 -0
- package/package.json +12 -0
- package/raw-errors.json +1 -0
package/binary/writer.js
ADDED
|
@@ -0,0 +1,2407 @@
|
|
|
1
|
+
// This file is auto-generated. Do not edit.
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
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
|
+
var m={
|
|
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
|
+
'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
|
+
'inputStickerSetThumbLegacy':function(w,v){w.uint(230353641);w.object(h(v,'stickerset'));w.long(h(v,'volumeId'));w.int(h(v,'localId'));},
|
|
13
|
+
'inputPeerEmpty':function(w){w.uint(2134579434);},
|
|
14
|
+
'inputPeerSelf':function(w){w.uint(2107670217);},
|
|
15
|
+
'inputPeerChat':function(w,v){w.uint(900291769);w.int53(h(v,'chatId'));},
|
|
16
|
+
'inputPeerUser':function(w,v){w.uint(3723011404);w.int53(h(v,'userId'));w.long(h(v,'accessHash'));},
|
|
17
|
+
'inputPeerChannel':function(w,v){w.uint(666680316);w.int53(h(v,'channelId'));w.long(h(v,'accessHash'));},
|
|
18
|
+
'inputPeerUserFromMessage':function(w,v){w.uint(2826635804);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int53(h(v,'userId'));},
|
|
19
|
+
'inputPeerChannelFromMessage':function(w,v){w.uint(3173648448);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int53(h(v,'channelId'));},
|
|
20
|
+
'inputUserEmpty':function(w){w.uint(3112732367);},
|
|
21
|
+
'inputUserSelf':function(w){w.uint(4156666175);},
|
|
22
|
+
'inputUser':function(w,v){w.uint(4061223110);w.int53(h(v,'userId'));w.long(h(v,'accessHash'));},
|
|
23
|
+
'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(4086478836);w.long(h(v,'clientId'));w.string(h(v,'phone'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));},
|
|
25
|
+
'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
|
+
'inputFileBig':function(w,v){w.uint(4199484341);w.long(h(v,'id'));w.int(h(v,'parts'));w.string(h(v,'name'));},
|
|
27
|
+
'inputMediaEmpty':function(w){w.uint(2523198847);},
|
|
28
|
+
'inputMediaUploadedPhoto':function(w,v){w.uint(505969924);var flags=0;var _stickers=v.stickers&&v.stickers.length;if(_stickers)flags|=1;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=2;if(v.spoiler===true)flags|=4;w.uint(flags);w.object(h(v,'file'));if(_stickers)w.vector(w.object,v.stickers);if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
29
|
+
'inputMediaPhoto':function(w,v){w.uint(3015312949);var flags=0;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=1;if(v.spoiler===true)flags|=2;w.uint(flags);w.object(h(v,'id'));if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
30
|
+
'inputMediaGeoPoint':function(w,v){w.uint(4190388548);w.object(h(v,'geoPoint'));},
|
|
31
|
+
'inputMediaContact':function(w,v){w.uint(4171988475);w.string(h(v,'phoneNumber'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'vcard'));},
|
|
32
|
+
'inputMediaUploadedDocument':function(w,v){w.uint(1530447553);var flags=0;var _stickers=v.stickers&&v.stickers.length;if(_stickers)flags|=1;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=2;var _thumb=v.thumb!==undefined;if(_thumb)flags|=4;if(v.nosoundVideo===true)flags|=8;if(v.forceFile===true)flags|=16;if(v.spoiler===true)flags|=32;w.uint(flags);w.object(h(v,'file'));if(_thumb)w.object(v.thumb);w.string(h(v,'mimeType'));w.vector(w.object,h(v,'attributes'));if(_stickers)w.vector(w.object,v.stickers);if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
33
|
+
'inputMediaDocument':function(w,v){w.uint(860303448);var flags=0;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=1;var _query=v.query!==undefined;if(_query)flags|=2;if(v.spoiler===true)flags|=4;w.uint(flags);w.object(h(v,'id'));if(_ttlSeconds)w.int(v.ttlSeconds);if(_query)w.string(v.query);},
|
|
34
|
+
'inputMediaVenue':function(w,v){w.uint(3242007569);w.object(h(v,'geoPoint'));w.string(h(v,'title'));w.string(h(v,'address'));w.string(h(v,'provider'));w.string(h(v,'venueId'));w.string(h(v,'venueType'));},
|
|
35
|
+
'inputMediaPhotoExternal':function(w,v){w.uint(3854302746);var flags=0;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=1;if(v.spoiler===true)flags|=2;w.uint(flags);w.string(h(v,'url'));if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
36
|
+
'inputMediaDocumentExternal':function(w,v){w.uint(4216511641);var flags=0;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=1;if(v.spoiler===true)flags|=2;w.uint(flags);w.string(h(v,'url'));if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
37
|
+
'inputMediaGame':function(w,v){w.uint(3544138739);w.object(h(v,'id'));},
|
|
38
|
+
'inputMediaInvoice':function(w,v){w.uint(2394269397);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _startParam=v.startParam!==undefined;if(_startParam)flags|=2;var _extendedMedia=v.extendedMedia!==undefined;if(_extendedMedia)flags|=4;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.object(h(v,'invoice'));w.bytes(h(v,'payload'));w.string(h(v,'provider'));w.object(h(v,'providerData'));if(_startParam)w.string(v.startParam);if(_extendedMedia)w.object(v.extendedMedia);},
|
|
39
|
+
'inputMediaGeoLive':function(w,v){w.uint(2535434307);var flags=0;if(v.stopped===true)flags|=1;var _period=v.period!==undefined;if(_period)flags|=2;var _heading=v.heading!==undefined;if(_heading)flags|=4;var _proximityNotificationRadius=v.proximityNotificationRadius!==undefined;if(_proximityNotificationRadius)flags|=8;w.uint(flags);w.object(h(v,'geoPoint'));if(_heading)w.int(v.heading);if(_period)w.int(v.period);if(_proximityNotificationRadius)w.int(v.proximityNotificationRadius);},
|
|
40
|
+
'inputMediaPoll':function(w,v){w.uint(261416433);var flags=0;var _correctAnswers=v.correctAnswers&&v.correctAnswers.length;if(_correctAnswers)flags|=1;var _solution=v.solution!==undefined;var _solutionEntities=v.solutionEntities&&v.solutionEntities.length;var _flags_1=_solution||_solutionEntities;if(_flags_1)flags|=2;w.uint(flags);w.object(h(v,'poll'));if(_correctAnswers)w.vector(w.bytes,v.correctAnswers);if(_flags_1)w.string(v.solution);if(_flags_1)w.vector(w.object,v.solutionEntities);},
|
|
41
|
+
'inputMediaDice':function(w,v){w.uint(3866083195);w.string(h(v,'emoticon'));},
|
|
42
|
+
'inputMediaStory':function(w,v){w.uint(2315114360);w.object(h(v,'peer'));w.int(h(v,'id'));},
|
|
43
|
+
'inputChatPhotoEmpty':function(w){w.uint(480546647);},
|
|
44
|
+
'inputChatUploadedPhoto':function(w,v){w.uint(3184373440);var flags=0;var _file=v.file!==undefined;if(_file)flags|=1;var _video=v.video!==undefined;if(_video)flags|=2;var _videoStartTs=v.videoStartTs!==undefined;if(_videoStartTs)flags|=4;var _videoEmojiMarkup=v.videoEmojiMarkup!==undefined;if(_videoEmojiMarkup)flags|=8;w.uint(flags);if(_file)w.object(v.file);if(_video)w.object(v.video);if(_videoStartTs)w.double(v.videoStartTs);if(_videoEmojiMarkup)w.object(v.videoEmojiMarkup);},
|
|
45
|
+
'inputChatPhoto':function(w,v){w.uint(2303962423);w.object(h(v,'id'));},
|
|
46
|
+
'inputGeoPointEmpty':function(w){w.uint(3837862870);},
|
|
47
|
+
'inputGeoPoint':function(w,v){w.uint(1210199983);var flags=0;var _accuracyRadius=v.accuracyRadius!==undefined;if(_accuracyRadius)flags|=1;w.uint(flags);w.double(h(v,'lat'));w.double(h(v,'long'));if(_accuracyRadius)w.int(v.accuracyRadius);},
|
|
48
|
+
'inputPhotoEmpty':function(w){w.uint(483901197);},
|
|
49
|
+
'inputPhoto':function(w,v){w.uint(1001634122);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));},
|
|
50
|
+
'inputFileLocation':function(w,v){w.uint(3755650017);w.long(h(v,'volumeId'));w.int(h(v,'localId'));w.long(h(v,'secret'));w.bytes(h(v,'fileReference'));},
|
|
51
|
+
'inputEncryptedFileLocation':function(w,v){w.uint(4112735573);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
52
|
+
'inputDocumentFileLocation':function(w,v){w.uint(3134223748);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));w.string(h(v,'thumbSize'));},
|
|
53
|
+
'inputSecureFileLocation':function(w,v){w.uint(3418877480);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
54
|
+
'inputTakeoutFileLocation':function(w){w.uint(700340377);},
|
|
55
|
+
'inputPhotoFileLocation':function(w,v){w.uint(1075322878);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));w.string(h(v,'thumbSize'));},
|
|
56
|
+
'inputPhotoLegacyFileLocation':function(w,v){w.uint(3627312883);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));w.long(h(v,'volumeId'));w.int(h(v,'localId'));w.long(h(v,'secret'));},
|
|
57
|
+
'inputPeerPhotoFileLocation':function(w,v){w.uint(925204121);var flags=0;if(v.big===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.long(h(v,'photoId'));},
|
|
58
|
+
'inputStickerSetThumb':function(w,v){w.uint(2642736091);w.object(h(v,'stickerset'));w.int(h(v,'thumbVersion'));},
|
|
59
|
+
'inputGroupCallStream':function(w,v){w.uint(93890858);var flags=0;var _videoChannel=v.videoChannel!==undefined;var _videoQuality=v.videoQuality!==undefined;var _flags_0=_videoChannel||_videoQuality;if(_flags_0)flags|=1;w.uint(flags);w.object(h(v,'call'));w.long(h(v,'timeMs'));w.int(h(v,'scale'));if(_flags_0)w.int(v.videoChannel);if(_flags_0)w.int(v.videoQuality);},
|
|
60
|
+
'peerUser':function(w,v){w.uint(1498486562);w.int53(h(v,'userId'));},
|
|
61
|
+
'peerChat':function(w,v){w.uint(918946202);w.int53(h(v,'chatId'));},
|
|
62
|
+
'peerChannel':function(w,v){w.uint(2728736542);w.int53(h(v,'channelId'));},
|
|
63
|
+
'storage.fileUnknown':function(w){w.uint(2861972229);},
|
|
64
|
+
'storage.filePartial':function(w){w.uint(1086091090);},
|
|
65
|
+
'storage.fileJpeg':function(w){w.uint(8322574);},
|
|
66
|
+
'storage.fileGif':function(w){w.uint(3403786975);},
|
|
67
|
+
'storage.filePng':function(w){w.uint(172975040);},
|
|
68
|
+
'storage.filePdf':function(w){w.uint(2921222285);},
|
|
69
|
+
'storage.fileMp3':function(w){w.uint(1384777335);},
|
|
70
|
+
'storage.fileMov':function(w){w.uint(1258941372);},
|
|
71
|
+
'storage.fileMp4':function(w){w.uint(3016663268);},
|
|
72
|
+
'storage.fileWebp':function(w){w.uint(276907596);},
|
|
73
|
+
'userEmpty':function(w,v){w.uint(3552332666);w.int53(h(v,'id'));},
|
|
74
|
+
'user':function(w,v){w.uint(3948949285);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 _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags2|=64;var _color=v.color!==undefined;if(_color)flags2|=128;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.int(v.storiesMaxId);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
|
|
75
|
+
'userProfilePhotoEmpty':function(w){w.uint(1326562017);},
|
|
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'));},
|
|
77
|
+
'userStatusEmpty':function(w){w.uint(164646985);},
|
|
78
|
+
'userStatusOnline':function(w,v){w.uint(3988339017);w.int(h(v,'expires'));},
|
|
79
|
+
'userStatusOffline':function(w,v){w.uint(9203775);w.int(h(v,'wasOnline'));},
|
|
80
|
+
'userStatusRecently':function(w){w.uint(3798942449);},
|
|
81
|
+
'userStatusLastWeek':function(w){w.uint(129960444);},
|
|
82
|
+
'userStatusLastMonth':function(w){w.uint(2011940674);},
|
|
83
|
+
'chatEmpty':function(w,v){w.uint(693512293);w.int53(h(v,'id'));},
|
|
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);},
|
|
85
|
+
'chatForbidden':function(w,v){w.uint(1704108455);w.int53(h(v,'id'));w.string(h(v,'title'));},
|
|
86
|
+
'channel':function(w,v){w.uint(427944574);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 _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags2|=32;var _color=v.color!==undefined;if(_color)flags2|=64;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.int(v.storiesMaxId);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
|
|
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);},
|
|
88
|
+
'chatFull':function(w,v){w.uint(3386052920);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;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);},
|
|
89
|
+
'channelFull':function(w,v){w.uint(1915758525);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;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.long,v.recentRequesters);if(_defaultSendAs)w.object(v.defaultSendAs);if(_availableReactions)w.object(v.availableReactions);if(_stories)w.object(v.stories);},
|
|
90
|
+
'chatParticipant':function(w,v){w.uint(3224190983);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));},
|
|
91
|
+
'chatParticipantCreator':function(w,v){w.uint(3832270564);w.int53(h(v,'userId'));},
|
|
92
|
+
'chatParticipantAdmin':function(w,v){w.uint(2694004571);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));},
|
|
93
|
+
'chatParticipantsForbidden':function(w,v){w.uint(2271466465);var flags=0;var _selfParticipant=v.selfParticipant!==undefined;if(_selfParticipant)flags|=1;w.uint(flags);w.int53(h(v,'chatId'));if(_selfParticipant)w.object(v.selfParticipant);},
|
|
94
|
+
'chatParticipants':function(w,v){w.uint(1018991608);w.int53(h(v,'chatId'));w.vector(w.object,h(v,'participants'));w.int(h(v,'version'));},
|
|
95
|
+
'chatPhotoEmpty':function(w){w.uint(935395612);},
|
|
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'));},
|
|
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);},
|
|
98
|
+
'message':function(w,v){w.uint(940666592);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;w.uint(flags);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);w.object(h(v,'peerId'));if(_fwdFrom)w.object(v.fwdFrom);if(_viaBotId)w.int53(v.viaBotId);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);},
|
|
99
|
+
'messageService':function(w,v){w.uint(721967202);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.silent===true)flags|=8192;if(v.post===true)flags|=16384;if(v.legacy===true)flags|=524288;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;w.uint(flags);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);w.object(h(v,'peerId'));if(_replyTo)w.object(v.replyTo);w.int(h(v,'date'));w.object(h(v,'action'));if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
100
|
+
'messageMediaEmpty':function(w){w.uint(1038967584);},
|
|
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);},
|
|
102
|
+
'messageMediaGeo':function(w,v){w.uint(1457575028);w.object(h(v,'geo'));},
|
|
103
|
+
'messageMediaContact':function(w,v){w.uint(1882335561);w.string(h(v,'phoneNumber'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'vcard'));w.int53(h(v,'userId'));},
|
|
104
|
+
'messageMediaUnsupported':function(w){w.uint(2676290718);},
|
|
105
|
+
'messageMediaDocument':function(w,v){w.uint(1291114285);var flags=0;var _document=v.document!==undefined;if(_document)flags|=1;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=4;if(v.nopremium===true)flags|=8;if(v.spoiler===true)flags|=16;var _altDocument=v.altDocument!==undefined;if(_altDocument)flags|=32;w.uint(flags);if(_document)w.object(v.document);if(_altDocument)w.object(v.altDocument);if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
106
|
+
'messageMediaWebPage':function(w,v){w.uint(3723562043);var flags=0;if(v.forceLargeMedia===true)flags|=1;if(v.forceSmallMedia===true)flags|=2;if(v.manual===true)flags|=8;if(v.safe===true)flags|=16;w.uint(flags);w.object(h(v,'webpage'));},
|
|
107
|
+
'messageMediaVenue':function(w,v){w.uint(784356159);w.object(h(v,'geo'));w.string(h(v,'title'));w.string(h(v,'address'));w.string(h(v,'provider'));w.string(h(v,'venueId'));w.string(h(v,'venueType'));},
|
|
108
|
+
'messageMediaGame':function(w,v){w.uint(4256272392);w.object(h(v,'game'));},
|
|
109
|
+
'messageMediaInvoice':function(w,v){w.uint(4138027219);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;if(v.shippingAddressRequested===true)flags|=2;var _receiptMsgId=v.receiptMsgId!==undefined;if(_receiptMsgId)flags|=4;if(v.test===true)flags|=8;var _extendedMedia=v.extendedMedia!==undefined;if(_extendedMedia)flags|=16;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);if(_receiptMsgId)w.int(v.receiptMsgId);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));w.string(h(v,'startParam'));if(_extendedMedia)w.object(v.extendedMedia);},
|
|
110
|
+
'messageMediaGeoLive':function(w,v){w.uint(3108030054);var flags=0;var _heading=v.heading!==undefined;if(_heading)flags|=1;var _proximityNotificationRadius=v.proximityNotificationRadius!==undefined;if(_proximityNotificationRadius)flags|=2;w.uint(flags);w.object(h(v,'geo'));if(_heading)w.int(v.heading);w.int(h(v,'period'));if(_proximityNotificationRadius)w.int(v.proximityNotificationRadius);},
|
|
111
|
+
'messageMediaPoll':function(w,v){w.uint(1272375192);w.object(h(v,'poll'));w.object(h(v,'results'));},
|
|
112
|
+
'messageMediaDice':function(w,v){w.uint(1065280907);w.int(h(v,'value'));w.string(h(v,'emoticon'));},
|
|
113
|
+
'messageMediaStory':function(w,v){w.uint(1758159491);var flags=0;var _story=v.story!==undefined;if(_story)flags|=1;if(v.viaMention===true)flags|=2;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_story)w.object(v.story);},
|
|
114
|
+
'messageActionEmpty':function(w){w.uint(3064919984);},
|
|
115
|
+
'messageActionChatCreate':function(w,v){w.uint(3175599021);w.string(h(v,'title'));w.vector(w.int53,h(v,'users'));},
|
|
116
|
+
'messageActionChatEditTitle':function(w,v){w.uint(3047280218);w.string(h(v,'title'));},
|
|
117
|
+
'messageActionChatEditPhoto':function(w,v){w.uint(2144015272);w.object(h(v,'photo'));},
|
|
118
|
+
'messageActionChatDeletePhoto':function(w){w.uint(2514746351);},
|
|
119
|
+
'messageActionChatAddUser':function(w,v){w.uint(365886720);w.vector(w.int53,h(v,'users'));},
|
|
120
|
+
'messageActionChatDeleteUser':function(w,v){w.uint(2755604684);w.int53(h(v,'userId'));},
|
|
121
|
+
'messageActionChatJoinedByLink':function(w,v){w.uint(51520707);w.int53(h(v,'inviterId'));},
|
|
122
|
+
'messageActionChannelCreate':function(w,v){w.uint(2513611922);w.string(h(v,'title'));},
|
|
123
|
+
'messageActionChatMigrateTo':function(w,v){w.uint(3775102866);w.int53(h(v,'channelId'));},
|
|
124
|
+
'messageActionChannelMigrateFrom':function(w,v){w.uint(3929622761);w.string(h(v,'title'));w.int53(h(v,'chatId'));},
|
|
125
|
+
'messageActionPinMessage':function(w){w.uint(2495428845);},
|
|
126
|
+
'messageActionHistoryClear':function(w){w.uint(2679813636);},
|
|
127
|
+
'messageActionGameScore':function(w,v){w.uint(2460428406);w.long(h(v,'gameId'));w.int(h(v,'score'));},
|
|
128
|
+
'messageActionPaymentSentMe':function(w,v){w.uint(2402399015);var flags=0;var _info=v.info!==undefined;if(_info)flags|=1;var _shippingOptionId=v.shippingOptionId!==undefined;if(_shippingOptionId)flags|=2;if(v.recurringInit===true)flags|=4;if(v.recurringUsed===true)flags|=8;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));w.bytes(h(v,'payload'));if(_info)w.object(v.info);if(_shippingOptionId)w.string(v.shippingOptionId);w.object(h(v,'charge'));},
|
|
129
|
+
'messageActionPaymentSent':function(w,v){w.uint(2518040406);var flags=0;var _invoiceSlug=v.invoiceSlug!==undefined;if(_invoiceSlug)flags|=1;if(v.recurringInit===true)flags|=4;if(v.recurringUsed===true)flags|=8;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));if(_invoiceSlug)w.string(v.invoiceSlug);},
|
|
130
|
+
'messageActionPhoneCall':function(w,v){w.uint(2162236031);var flags=0;var _reason=v.reason!==undefined;if(_reason)flags|=1;var _duration=v.duration!==undefined;if(_duration)flags|=2;if(v.video===true)flags|=4;w.uint(flags);w.long(h(v,'callId'));if(_reason)w.object(v.reason);if(_duration)w.int(v.duration);},
|
|
131
|
+
'messageActionScreenshotTaken':function(w){w.uint(1200788123);},
|
|
132
|
+
'messageActionCustomAction':function(w,v){w.uint(4209418070);w.string(h(v,'message'));},
|
|
133
|
+
'messageActionBotAllowed':function(w,v){w.uint(3306608249);var flags=0;var _domain=v.domain!==undefined;if(_domain)flags|=1;if(v.attachMenu===true)flags|=2;var _app=v.app!==undefined;if(_app)flags|=4;if(v.fromRequest===true)flags|=8;w.uint(flags);if(_domain)w.string(v.domain);if(_app)w.object(v.app);},
|
|
134
|
+
'messageActionSecureValuesSentMe':function(w,v){w.uint(455635795);w.vector(w.object,h(v,'values'));w.object(h(v,'credentials'));},
|
|
135
|
+
'messageActionSecureValuesSent':function(w,v){w.uint(3646710100);w.vector(w.object,h(v,'types'));},
|
|
136
|
+
'messageActionContactSignUp':function(w){w.uint(4092747638);},
|
|
137
|
+
'messageActionGeoProximityReached':function(w,v){w.uint(2564871831);w.object(h(v,'fromId'));w.object(h(v,'toId'));w.int(h(v,'distance'));},
|
|
138
|
+
'messageActionGroupCall':function(w,v){w.uint(2047704898);var flags=0;var _duration=v.duration!==undefined;if(_duration)flags|=1;w.uint(flags);w.object(h(v,'call'));if(_duration)w.int(v.duration);},
|
|
139
|
+
'messageActionInviteToGroupCall':function(w,v){w.uint(1345295095);w.object(h(v,'call'));w.vector(w.int53,h(v,'users'));},
|
|
140
|
+
'messageActionSetMessagesTTL':function(w,v){w.uint(1007897979);var flags=0;var _autoSettingFrom=v.autoSettingFrom!==undefined;if(_autoSettingFrom)flags|=1;w.uint(flags);w.int(h(v,'period'));if(_autoSettingFrom)w.long(v.autoSettingFrom);},
|
|
141
|
+
'messageActionGroupCallScheduled':function(w,v){w.uint(3013637729);w.object(h(v,'call'));w.int(h(v,'scheduleDate'));},
|
|
142
|
+
'messageActionSetChatTheme':function(w,v){w.uint(2860016453);w.string(h(v,'emoticon'));},
|
|
143
|
+
'messageActionChatJoinedByRequest':function(w){w.uint(3955008459);},
|
|
144
|
+
'messageActionWebViewDataSentMe':function(w,v){w.uint(1205698681);w.string(h(v,'text'));w.string(h(v,'data'));},
|
|
145
|
+
'messageActionWebViewDataSent':function(w,v){w.uint(3032714421);w.string(h(v,'text'));},
|
|
146
|
+
'messageActionGiftPremium':function(w,v){w.uint(3359468268);var flags=0;var _cryptoCurrency=v.cryptoCurrency!==undefined;var _cryptoAmount=v.cryptoAmount!==undefined;var _flags_0=_cryptoCurrency||_cryptoAmount;if(_flags_0)flags|=1;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'amount'));w.int(h(v,'months'));if(_flags_0)w.string(v.cryptoCurrency);if(_flags_0)w.long(v.cryptoAmount);},
|
|
147
|
+
'messageActionTopicCreate':function(w,v){w.uint(228168278);var flags=0;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=1;w.uint(flags);w.string(h(v,'title'));w.int(h(v,'iconColor'));if(_iconEmojiId)w.long(v.iconEmojiId);},
|
|
148
|
+
'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);},
|
|
149
|
+
'messageActionSuggestProfilePhoto':function(w,v){w.uint(1474192222);w.object(h(v,'photo'));},
|
|
150
|
+
'messageActionRequestedPeer':function(w,v){w.uint(4269225053);w.int(h(v,'buttonId'));w.object(h(v,'peer'));},
|
|
151
|
+
'messageActionSetChatWallPaper':function(w,v){w.uint(3158616359);w.object(h(v,'wallpaper'));},
|
|
152
|
+
'messageActionSetSameChatWallPaper':function(w,v){w.uint(3229121901);w.object(h(v,'wallpaper'));},
|
|
153
|
+
'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;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);},
|
|
154
|
+
'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'));},
|
|
155
|
+
'photoEmpty':function(w,v){w.uint(590459437);w.long(h(v,'id'));},
|
|
156
|
+
'photo':function(w,v){w.uint(4212750949);var flags=0;if(v.hasStickers===true)flags|=1;var _videoSizes=v.videoSizes&&v.videoSizes.length;if(_videoSizes)flags|=2;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));w.int(h(v,'date'));w.vector(w.object,h(v,'sizes'));if(_videoSizes)w.vector(w.object,v.videoSizes);w.int(h(v,'dcId'));},
|
|
157
|
+
'photoSizeEmpty':function(w,v){w.uint(236446268);w.string(h(v,'type'));},
|
|
158
|
+
'photoSize':function(w,v){w.uint(1976012384);w.string(h(v,'type'));w.int(h(v,'w'));w.int(h(v,'h'));w.int(h(v,'size'));},
|
|
159
|
+
'photoCachedSize':function(w,v){w.uint(35527382);w.string(h(v,'type'));w.int(h(v,'w'));w.int(h(v,'h'));w.bytes(h(v,'bytes'));},
|
|
160
|
+
'photoStrippedSize':function(w,v){w.uint(3769678894);w.string(h(v,'type'));w.bytes(h(v,'bytes'));},
|
|
161
|
+
'photoSizeProgressive':function(w,v){w.uint(4198431637);w.string(h(v,'type'));w.int(h(v,'w'));w.int(h(v,'h'));w.vector(w.int,h(v,'sizes'));},
|
|
162
|
+
'photoPathSize':function(w,v){w.uint(3626061121);w.string(h(v,'type'));w.bytes(h(v,'bytes'));},
|
|
163
|
+
'geoPointEmpty':function(w){w.uint(286776671);},
|
|
164
|
+
'geoPoint':function(w,v){w.uint(2997024355);var flags=0;var _accuracyRadius=v.accuracyRadius!==undefined;if(_accuracyRadius)flags|=1;w.uint(flags);w.double(h(v,'long'));w.double(h(v,'lat'));w.long(h(v,'accessHash'));if(_accuracyRadius)w.int(v.accuracyRadius);},
|
|
165
|
+
'auth.sentCode':function(w,v){w.uint(1577067778);var flags=0;var _nextType=v.nextType!==undefined;if(_nextType)flags|=2;var _timeout=v.timeout!==undefined;if(_timeout)flags|=4;w.uint(flags);w.object(h(v,'type'));w.string(h(v,'phoneCodeHash'));if(_nextType)w.object(v.nextType);if(_timeout)w.int(v.timeout);},
|
|
166
|
+
'auth.sentCodeSuccess':function(w,v){w.uint(596704836);w.object(h(v,'authorization'));},
|
|
167
|
+
'auth.authorization':function(w,v){w.uint(782418132);var flags=0;var _tmpSessions=v.tmpSessions!==undefined;if(_tmpSessions)flags|=1;var _otherwiseReloginDays=v.otherwiseReloginDays!==undefined;var _flags_1=v.setupPasswordRequired===true||_otherwiseReloginDays;if(_flags_1)flags|=2;var _futureAuthToken=v.futureAuthToken!==undefined;if(_futureAuthToken)flags|=4;w.uint(flags);if(_flags_1)w.int(v.otherwiseReloginDays);if(_tmpSessions)w.int(v.tmpSessions);if(_futureAuthToken)w.bytes(v.futureAuthToken);w.object(h(v,'user'));},
|
|
168
|
+
'auth.authorizationSignUpRequired':function(w,v){w.uint(1148485274);var flags=0;var _termsOfService=v.termsOfService!==undefined;if(_termsOfService)flags|=1;w.uint(flags);if(_termsOfService)w.object(v.termsOfService);},
|
|
169
|
+
'auth.exportedAuthorization':function(w,v){w.uint(3023364792);w.long(h(v,'id'));w.bytes(h(v,'bytes'));},
|
|
170
|
+
'inputNotifyPeer':function(w,v){w.uint(3099351820);w.object(h(v,'peer'));},
|
|
171
|
+
'inputNotifyUsers':function(w){w.uint(423314455);},
|
|
172
|
+
'inputNotifyChats':function(w){w.uint(1251338318);},
|
|
173
|
+
'inputNotifyBroadcasts':function(w){w.uint(2983951486);},
|
|
174
|
+
'inputNotifyForumTopic':function(w,v){w.uint(1548122514);w.object(h(v,'peer'));w.int(h(v,'topMsgId'));},
|
|
175
|
+
'inputPeerNotifySettings':function(w,v){w.uint(3402328802);var flags=0;var _showPreviews=v.showPreviews!==undefined;if(_showPreviews)flags|=1;var _silent=v.silent!==undefined;if(_silent)flags|=2;var _muteUntil=v.muteUntil!==undefined;if(_muteUntil)flags|=4;var _sound=v.sound!==undefined;if(_sound)flags|=8;var _storiesMuted=v.storiesMuted!==undefined;if(_storiesMuted)flags|=64;var _storiesHideSender=v.storiesHideSender!==undefined;if(_storiesHideSender)flags|=128;var _storiesSound=v.storiesSound!==undefined;if(_storiesSound)flags|=256;w.uint(flags);if(_showPreviews)w.boolean(v.showPreviews);if(_silent)w.boolean(v.silent);if(_muteUntil)w.int(v.muteUntil);if(_sound)w.object(v.sound);if(_storiesMuted)w.boolean(v.storiesMuted);if(_storiesHideSender)w.boolean(v.storiesHideSender);if(_storiesSound)w.object(v.storiesSound);},
|
|
176
|
+
'peerNotifySettings':function(w,v){w.uint(2573347852);var flags=0;var _showPreviews=v.showPreviews!==undefined;if(_showPreviews)flags|=1;var _silent=v.silent!==undefined;if(_silent)flags|=2;var _muteUntil=v.muteUntil!==undefined;if(_muteUntil)flags|=4;var _iosSound=v.iosSound!==undefined;if(_iosSound)flags|=8;var _androidSound=v.androidSound!==undefined;if(_androidSound)flags|=16;var _otherSound=v.otherSound!==undefined;if(_otherSound)flags|=32;var _storiesMuted=v.storiesMuted!==undefined;if(_storiesMuted)flags|=64;var _storiesHideSender=v.storiesHideSender!==undefined;if(_storiesHideSender)flags|=128;var _storiesIosSound=v.storiesIosSound!==undefined;if(_storiesIosSound)flags|=256;var _storiesAndroidSound=v.storiesAndroidSound!==undefined;if(_storiesAndroidSound)flags|=512;var _storiesOtherSound=v.storiesOtherSound!==undefined;if(_storiesOtherSound)flags|=1024;w.uint(flags);if(_showPreviews)w.boolean(v.showPreviews);if(_silent)w.boolean(v.silent);if(_muteUntil)w.int(v.muteUntil);if(_iosSound)w.object(v.iosSound);if(_androidSound)w.object(v.androidSound);if(_otherSound)w.object(v.otherSound);if(_storiesMuted)w.boolean(v.storiesMuted);if(_storiesHideSender)w.boolean(v.storiesHideSender);if(_storiesIosSound)w.object(v.storiesIosSound);if(_storiesAndroidSound)w.object(v.storiesAndroidSound);if(_storiesOtherSound)w.object(v.storiesOtherSound);},
|
|
177
|
+
'peerSettings':function(w,v){w.uint(2769817869);var flags=0;if(v.reportSpam===true)flags|=1;if(v.addContact===true)flags|=2;if(v.blockContact===true)flags|=4;if(v.shareContact===true)flags|=8;if(v.needContactsException===true)flags|=16;if(v.reportGeo===true)flags|=32;var _geoDistance=v.geoDistance!==undefined;if(_geoDistance)flags|=64;if(v.autoarchived===true)flags|=128;if(v.inviteMembers===true)flags|=256;var _requestChatTitle=v.requestChatTitle!==undefined;var _requestChatDate=v.requestChatDate!==undefined;var _flags_9=_requestChatTitle||_requestChatDate;if(_flags_9)flags|=512;if(v.requestChatBroadcast===true)flags|=1024;w.uint(flags);if(_geoDistance)w.int(v.geoDistance);if(_flags_9)w.string(v.requestChatTitle);if(_flags_9)w.int(v.requestChatDate);},
|
|
178
|
+
'wallPaper':function(w,v){w.uint(2755118061);w.long(h(v,'id'));var flags=0;if(v.creator===true)flags|=1;if(v.default===true)flags|=2;var _settings=v.settings!==undefined;if(_settings)flags|=4;if(v.pattern===true)flags|=8;if(v.dark===true)flags|=16;w.uint(flags);w.long(h(v,'accessHash'));w.string(h(v,'slug'));w.object(h(v,'document'));if(_settings)w.object(v.settings);},
|
|
179
|
+
'wallPaperNoFile':function(w,v){w.uint(3766501654);w.long(h(v,'id'));var flags=0;if(v.default===true)flags|=2;var _settings=v.settings!==undefined;if(_settings)flags|=4;if(v.dark===true)flags|=16;w.uint(flags);if(_settings)w.object(v.settings);},
|
|
180
|
+
'inputReportReasonSpam':function(w){w.uint(1490799288);},
|
|
181
|
+
'inputReportReasonViolence':function(w){w.uint(505595789);},
|
|
182
|
+
'inputReportReasonPornography':function(w){w.uint(777640226);},
|
|
183
|
+
'inputReportReasonChildAbuse':function(w){w.uint(2918469347);},
|
|
184
|
+
'inputReportReasonOther':function(w){w.uint(3252986545);},
|
|
185
|
+
'inputReportReasonCopyright':function(w){w.uint(2609510714);},
|
|
186
|
+
'inputReportReasonGeoIrrelevant':function(w){w.uint(3688169197);},
|
|
187
|
+
'inputReportReasonFake':function(w){w.uint(4124956391);},
|
|
188
|
+
'inputReportReasonIllegalDrugs':function(w){w.uint(177124030);},
|
|
189
|
+
'inputReportReasonPersonalDetails':function(w){w.uint(2663876157);},
|
|
190
|
+
'userFull':function(w,v){w.uint(3115396204);var flags=0;if(v.blocked===true)flags|=1;var _about=v.about!==undefined;if(_about)flags|=2;var _profilePhoto=v.profilePhoto!==undefined;if(_profilePhoto)flags|=4;var _botInfo=v.botInfo!==undefined;if(_botInfo)flags|=8;if(v.phoneCallsAvailable===true)flags|=16;if(v.phoneCallsPrivate===true)flags|=32;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canPinMessage===true)flags|=128;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;if(v.hasScheduled===true)flags|=4096;if(v.videoCallsAvailable===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=32768;var _privateForwardName=v.privateForwardName!==undefined;if(_privateForwardName)flags|=65536;var _botGroupAdminRights=v.botGroupAdminRights!==undefined;if(_botGroupAdminRights)flags|=131072;var _botBroadcastAdminRights=v.botBroadcastAdminRights!==undefined;if(_botBroadcastAdminRights)flags|=262144;var _premiumGifts=v.premiumGifts&&v.premiumGifts.length;if(_premiumGifts)flags|=524288;if(v.voiceMessagesForbidden===true)flags|=1048576;var _personalPhoto=v.personalPhoto!==undefined;if(_personalPhoto)flags|=2097152;var _fallbackPhoto=v.fallbackPhoto!==undefined;if(_fallbackPhoto)flags|=4194304;if(v.translationsDisabled===true)flags|=8388608;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=16777216;var _stories=v.stories!==undefined;if(_stories)flags|=33554432;if(v.storiesPinnedAvailable===true)flags|=67108864;if(v.blockedMyStoriesFrom===true)flags|=134217728;w.uint(flags);w.int53(h(v,'id'));if(_about)w.string(v.about);w.object(h(v,'settings'));if(_personalPhoto)w.object(v.personalPhoto);if(_profilePhoto)w.object(v.profilePhoto);if(_fallbackPhoto)w.object(v.fallbackPhoto);w.object(h(v,'notifySettings'));if(_botInfo)w.object(v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);w.int(h(v,'commonChatsCount'));if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);if(_themeEmoticon)w.string(v.themeEmoticon);if(_privateForwardName)w.string(v.privateForwardName);if(_botGroupAdminRights)w.object(v.botGroupAdminRights);if(_botBroadcastAdminRights)w.object(v.botBroadcastAdminRights);if(_premiumGifts)w.vector(w.object,v.premiumGifts);if(_wallpaper)w.object(v.wallpaper);if(_stories)w.object(v.stories);},
|
|
191
|
+
'contact':function(w,v){w.uint(341499403);w.int53(h(v,'userId'));w.boolean(h(v,'mutual'));},
|
|
192
|
+
'importedContact':function(w,v){w.uint(3242081360);w.int53(h(v,'userId'));w.long(h(v,'clientId'));},
|
|
193
|
+
'contactStatus':function(w,v){w.uint(383348795);w.int53(h(v,'userId'));w.object(h(v,'status'));},
|
|
194
|
+
'contacts.contactsNotModified':function(w){w.uint(3075189202);},
|
|
195
|
+
'contacts.contacts':function(w,v){w.uint(3941105218);w.vector(w.object,h(v,'contacts'));w.int(h(v,'savedCount'));w.vector(w.object,h(v,'users'));},
|
|
196
|
+
'contacts.importedContacts':function(w,v){w.uint(2010127419);w.vector(w.object,h(v,'imported'));w.vector(w.object,h(v,'popularInvites'));w.vector(w.long,h(v,'retryContacts'));w.vector(w.object,h(v,'users'));},
|
|
197
|
+
'contacts.blocked':function(w,v){w.uint(182326673);w.vector(w.object,h(v,'blocked'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
198
|
+
'contacts.blockedSlice':function(w,v){w.uint(3781575060);w.int(h(v,'count'));w.vector(w.object,h(v,'blocked'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
199
|
+
'messages.dialogs':function(w,v){w.uint(364538944);w.vector(w.object,h(v,'dialogs'));w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
200
|
+
'messages.dialogsSlice':function(w,v){w.uint(1910543603);w.int(h(v,'count'));w.vector(w.object,h(v,'dialogs'));w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
201
|
+
'messages.dialogsNotModified':function(w,v){w.uint(4041467286);w.int(h(v,'count'));},
|
|
202
|
+
'messages.messages':function(w,v){w.uint(2356252295);w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
203
|
+
'messages.messagesSlice':function(w,v){w.uint(978610270);var flags=0;var _nextRate=v.nextRate!==undefined;if(_nextRate)flags|=1;if(v.inexact===true)flags|=2;var _offsetIdOffset=v.offsetIdOffset!==undefined;if(_offsetIdOffset)flags|=4;w.uint(flags);w.int(h(v,'count'));if(_nextRate)w.int(v.nextRate);if(_offsetIdOffset)w.int(v.offsetIdOffset);w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
204
|
+
'messages.channelMessages':function(w,v){w.uint(3346446926);var flags=0;if(v.inexact===true)flags|=2;var _offsetIdOffset=v.offsetIdOffset!==undefined;if(_offsetIdOffset)flags|=4;w.uint(flags);w.int(h(v,'pts'));w.int(h(v,'count'));if(_offsetIdOffset)w.int(v.offsetIdOffset);w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'topics'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
205
|
+
'messages.messagesNotModified':function(w,v){w.uint(1951620897);w.int(h(v,'count'));},
|
|
206
|
+
'messages.chats':function(w,v){w.uint(1694474197);w.vector(w.object,h(v,'chats'));},
|
|
207
|
+
'messages.chatsSlice':function(w,v){w.uint(2631405892);w.int(h(v,'count'));w.vector(w.object,h(v,'chats'));},
|
|
208
|
+
'messages.chatFull':function(w,v){w.uint(3856126364);w.object(h(v,'fullChat'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
209
|
+
'messages.affectedHistory':function(w,v){w.uint(3025955281);w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int(h(v,'offset'));},
|
|
210
|
+
'inputMessagesFilterEmpty':function(w){w.uint(1474492012);},
|
|
211
|
+
'inputMessagesFilterPhotos':function(w){w.uint(2517214492);},
|
|
212
|
+
'inputMessagesFilterVideo':function(w){w.uint(2680163941);},
|
|
213
|
+
'inputMessagesFilterPhotoVideo':function(w){w.uint(1458172132);},
|
|
214
|
+
'inputMessagesFilterDocument':function(w){w.uint(2665345416);},
|
|
215
|
+
'inputMessagesFilterUrl':function(w){w.uint(2129714567);},
|
|
216
|
+
'inputMessagesFilterGif':function(w){w.uint(4291323271);},
|
|
217
|
+
'inputMessagesFilterVoice':function(w){w.uint(1358283666);},
|
|
218
|
+
'inputMessagesFilterMusic':function(w){w.uint(928101534);},
|
|
219
|
+
'inputMessagesFilterChatPhotos':function(w){w.uint(975236280);},
|
|
220
|
+
'inputMessagesFilterPhoneCalls':function(w,v){w.uint(2160695144);var flags=0;if(v.missed===true)flags|=1;w.uint(flags);},
|
|
221
|
+
'inputMessagesFilterRoundVoice':function(w){w.uint(2054952868);},
|
|
222
|
+
'inputMessagesFilterRoundVideo':function(w){w.uint(3041516115);},
|
|
223
|
+
'inputMessagesFilterMyMentions':function(w){w.uint(3254314650);},
|
|
224
|
+
'inputMessagesFilterGeo':function(w){w.uint(3875695885);},
|
|
225
|
+
'inputMessagesFilterContacts':function(w){w.uint(3764575107);},
|
|
226
|
+
'inputMessagesFilterPinned':function(w){w.uint(464520273);},
|
|
227
|
+
'updateNewMessage':function(w,v){w.uint(522914557);w.object(h(v,'message'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
228
|
+
'updateMessageID':function(w,v){w.uint(1318109142);w.int(h(v,'id'));w.long(h(v,'randomId'));},
|
|
229
|
+
'updateDeleteMessages':function(w,v){w.uint(2718806245);w.vector(w.int,h(v,'messages'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
230
|
+
'updateUserTyping':function(w,v){w.uint(3223225727);w.int53(h(v,'userId'));w.object(h(v,'action'));},
|
|
231
|
+
'updateChatUserTyping':function(w,v){w.uint(2202565360);w.int53(h(v,'chatId'));w.object(h(v,'fromId'));w.object(h(v,'action'));},
|
|
232
|
+
'updateChatParticipants':function(w,v){w.uint(125178264);w.object(h(v,'participants'));},
|
|
233
|
+
'updateUserStatus':function(w,v){w.uint(3854432478);w.int53(h(v,'userId'));w.object(h(v,'status'));},
|
|
234
|
+
'updateUserName':function(w,v){w.uint(2810480932);w.int53(h(v,'userId'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.vector(w.object,h(v,'usernames'));},
|
|
235
|
+
'updateNewAuthorization':function(w,v){w.uint(2303831023);var flags=0;var _date=v.date!==undefined;var _device=v.device!==undefined;var _location=v.location!==undefined;var _flags_0=v.unconfirmed===true||_date||_device||_location;if(_flags_0)flags|=1;w.uint(flags);w.long(h(v,'hash'));if(_flags_0)w.int(v.date);if(_flags_0)w.string(v.device);if(_flags_0)w.string(v.location);},
|
|
236
|
+
'updateNewEncryptedMessage':function(w,v){w.uint(314359194);w.object(h(v,'message'));w.int(h(v,'qts'));},
|
|
237
|
+
'updateEncryptedChatTyping':function(w,v){w.uint(386986326);w.int(h(v,'chatId'));},
|
|
238
|
+
'updateEncryption':function(w,v){w.uint(3030575245);w.object(h(v,'chat'));w.int(h(v,'date'));},
|
|
239
|
+
'updateEncryptedMessagesRead':function(w,v){w.uint(956179895);w.int(h(v,'chatId'));w.int(h(v,'maxDate'));w.int(h(v,'date'));},
|
|
240
|
+
'updateChatParticipantAdd':function(w,v){w.uint(1037718609);w.int53(h(v,'chatId'));w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));w.int(h(v,'version'));},
|
|
241
|
+
'updateChatParticipantDelete':function(w,v){w.uint(3811523959);w.int53(h(v,'chatId'));w.int53(h(v,'userId'));w.int(h(v,'version'));},
|
|
242
|
+
'updateDcOptions':function(w,v){w.uint(2388564083);w.vector(w.object,h(v,'dcOptions'));},
|
|
243
|
+
'updateNotifySettings':function(w,v){w.uint(3200411887);w.object(h(v,'peer'));w.object(h(v,'notifySettings'));},
|
|
244
|
+
'updateServiceNotification':function(w,v){w.uint(3957614617);var flags=0;if(v.popup===true)flags|=1;var _inboxDate=v.inboxDate!==undefined;if(_inboxDate)flags|=2;if(v.invertMedia===true)flags|=4;w.uint(flags);if(_inboxDate)w.int(v.inboxDate);w.string(h(v,'type'));w.string(h(v,'message'));w.object(h(v,'media'));w.vector(w.object,h(v,'entities'));},
|
|
245
|
+
'updatePrivacy':function(w,v){w.uint(3996854058);w.object(h(v,'key'));w.vector(w.object,h(v,'rules'));},
|
|
246
|
+
'updateUserPhone':function(w,v){w.uint(88680979);w.int53(h(v,'userId'));w.string(h(v,'phone'));},
|
|
247
|
+
'updateReadHistoryInbox':function(w,v){w.uint(2627162079);var flags=0;var _folderId=v.folderId!==undefined;if(_folderId)flags|=1;w.uint(flags);if(_folderId)w.int(v.folderId);w.object(h(v,'peer'));w.int(h(v,'maxId'));w.int(h(v,'stillUnreadCount'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
248
|
+
'updateReadHistoryOutbox':function(w,v){w.uint(791617983);w.object(h(v,'peer'));w.int(h(v,'maxId'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
249
|
+
'updateWebPage':function(w,v){w.uint(2139689491);w.object(h(v,'webpage'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
250
|
+
'updateReadMessagesContents':function(w,v){w.uint(4163006849);var flags=0;var _date=v.date!==undefined;if(_date)flags|=1;w.uint(flags);w.vector(w.int,h(v,'messages'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));if(_date)w.int(v.date);},
|
|
251
|
+
'updateChannelTooLong':function(w,v){w.uint(277713951);var flags=0;var _pts=v.pts!==undefined;if(_pts)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_pts)w.int(v.pts);},
|
|
252
|
+
'updateChannel':function(w,v){w.uint(1666927625);w.int53(h(v,'channelId'));},
|
|
253
|
+
'updateNewChannelMessage':function(w,v){w.uint(1656358105);w.object(h(v,'message'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
254
|
+
'updateReadChannelInbox':function(w,v){w.uint(2452516368);var flags=0;var _folderId=v.folderId!==undefined;if(_folderId)flags|=1;w.uint(flags);if(_folderId)w.int(v.folderId);w.int53(h(v,'channelId'));w.int(h(v,'maxId'));w.int(h(v,'stillUnreadCount'));w.int(h(v,'pts'));},
|
|
255
|
+
'updateDeleteChannelMessages':function(w,v){w.uint(3274529554);w.int53(h(v,'channelId'));w.vector(w.int,h(v,'messages'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
256
|
+
'updateChannelMessageViews':function(w,v){w.uint(4062620680);w.int53(h(v,'channelId'));w.int(h(v,'id'));w.int(h(v,'views'));},
|
|
257
|
+
'updateChatParticipantAdmin':function(w,v){w.uint(3620364706);w.int53(h(v,'chatId'));w.int53(h(v,'userId'));w.boolean(h(v,'isAdmin'));w.int(h(v,'version'));},
|
|
258
|
+
'updateNewStickerSet':function(w,v){w.uint(1753886890);w.object(h(v,'stickerset'));},
|
|
259
|
+
'updateStickerSetsOrder':function(w,v){w.uint(196268545);var flags=0;if(v.masks===true)flags|=1;if(v.emojis===true)flags|=2;w.uint(flags);w.vector(w.long,h(v,'order'));},
|
|
260
|
+
'updateStickerSets':function(w,v){w.uint(834816008);var flags=0;if(v.masks===true)flags|=1;if(v.emojis===true)flags|=2;w.uint(flags);},
|
|
261
|
+
'updateSavedGifs':function(w){w.uint(2473931806);},
|
|
262
|
+
'updateBotInlineQuery':function(w,v){w.uint(1232025500);var flags=0;var _geo=v.geo!==undefined;if(_geo)flags|=1;var _peerType=v.peerType!==undefined;if(_peerType)flags|=2;w.uint(flags);w.long(h(v,'queryId'));w.int53(h(v,'userId'));w.string(h(v,'query'));if(_geo)w.object(v.geo);if(_peerType)w.object(v.peerType);w.string(h(v,'offset'));},
|
|
263
|
+
'updateBotInlineSend':function(w,v){w.uint(317794823);var flags=0;var _geo=v.geo!==undefined;if(_geo)flags|=1;var _msgId=v.msgId!==undefined;if(_msgId)flags|=2;w.uint(flags);w.int53(h(v,'userId'));w.string(h(v,'query'));if(_geo)w.object(v.geo);w.string(h(v,'id'));if(_msgId)w.object(v.msgId);},
|
|
264
|
+
'updateEditChannelMessage':function(w,v){w.uint(457133559);w.object(h(v,'message'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
265
|
+
'updateBotCallbackQuery':function(w,v){w.uint(3117401229);var flags=0;var _data=v.data!==undefined;if(_data)flags|=1;var _gameShortName=v.gameShortName!==undefined;if(_gameShortName)flags|=2;w.uint(flags);w.long(h(v,'queryId'));w.int53(h(v,'userId'));w.object(h(v,'peer'));w.int(h(v,'msgId'));w.long(h(v,'chatInstance'));if(_data)w.bytes(v.data);if(_gameShortName)w.string(v.gameShortName);},
|
|
266
|
+
'updateEditMessage':function(w,v){w.uint(3825430691);w.object(h(v,'message'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
267
|
+
'updateInlineBotCallbackQuery':function(w,v){w.uint(1763610706);var flags=0;var _data=v.data!==undefined;if(_data)flags|=1;var _gameShortName=v.gameShortName!==undefined;if(_gameShortName)flags|=2;w.uint(flags);w.long(h(v,'queryId'));w.int53(h(v,'userId'));w.object(h(v,'msgId'));w.long(h(v,'chatInstance'));if(_data)w.bytes(v.data);if(_gameShortName)w.string(v.gameShortName);},
|
|
268
|
+
'updateReadChannelOutbox':function(w,v){w.uint(3076495785);w.int53(h(v,'channelId'));w.int(h(v,'maxId'));},
|
|
269
|
+
'updateDraftMessage':function(w,v){w.uint(457829485);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,'draft'));},
|
|
270
|
+
'updateReadFeaturedStickers':function(w){w.uint(1461528386);},
|
|
271
|
+
'updateRecentStickers':function(w){w.uint(2588027936);},
|
|
272
|
+
'updateConfig':function(w){w.uint(2720652550);},
|
|
273
|
+
'updatePtsChanged':function(w){w.uint(861169551);},
|
|
274
|
+
'updateChannelWebPage':function(w,v){w.uint(791390623);w.int53(h(v,'channelId'));w.object(h(v,'webpage'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
275
|
+
'updateDialogPinned':function(w,v){w.uint(1852826908);var flags=0;if(v.pinned===true)flags|=1;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2;w.uint(flags);if(_folderId)w.int(v.folderId);w.object(h(v,'peer'));},
|
|
276
|
+
'updatePinnedDialogs':function(w,v){w.uint(4195302562);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2;w.uint(flags);if(_folderId)w.int(v.folderId);if(_order)w.vector(w.object,v.order);},
|
|
277
|
+
'updateBotWebhookJSON':function(w,v){w.uint(2199371971);w.object(h(v,'data'));},
|
|
278
|
+
'updateBotWebhookJSONQuery':function(w,v){w.uint(2610053286);w.long(h(v,'queryId'));w.object(h(v,'data'));w.int(h(v,'timeout'));},
|
|
279
|
+
'updateBotShippingQuery':function(w,v){w.uint(3048144253);w.long(h(v,'queryId'));w.int53(h(v,'userId'));w.bytes(h(v,'payload'));w.object(h(v,'shippingAddress'));},
|
|
280
|
+
'updateBotPrecheckoutQuery':function(w,v){w.uint(2359990934);var flags=0;var _info=v.info!==undefined;if(_info)flags|=1;var _shippingOptionId=v.shippingOptionId!==undefined;if(_shippingOptionId)flags|=2;w.uint(flags);w.long(h(v,'queryId'));w.int53(h(v,'userId'));w.bytes(h(v,'payload'));if(_info)w.object(v.info);if(_shippingOptionId)w.string(v.shippingOptionId);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));},
|
|
281
|
+
'updatePhoneCall':function(w,v){w.uint(2869914398);w.object(h(v,'phoneCall'));},
|
|
282
|
+
'updateLangPackTooLong':function(w,v){w.uint(1180041828);w.string(h(v,'langCode'));},
|
|
283
|
+
'updateLangPack':function(w,v){w.uint(1442983757);w.object(h(v,'difference'));},
|
|
284
|
+
'updateFavedStickers':function(w){w.uint(3843135853);},
|
|
285
|
+
'updateChannelReadMessagesContents':function(w,v){w.uint(3928556893);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_topMsgId)w.int(v.topMsgId);w.vector(w.int,h(v,'messages'));},
|
|
286
|
+
'updateContactsReset':function(w){w.uint(1887741886);},
|
|
287
|
+
'updateChannelAvailableMessages':function(w,v){w.uint(2990524056);w.int53(h(v,'channelId'));w.int(h(v,'availableMinId'));},
|
|
288
|
+
'updateDialogUnreadMark':function(w,v){w.uint(3781450179);var flags=0;if(v.unread===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
|
|
289
|
+
'updateMessagePoll':function(w,v){w.uint(2896258427);var flags=0;var _poll=v.poll!==undefined;if(_poll)flags|=1;w.uint(flags);w.long(h(v,'pollId'));if(_poll)w.object(v.poll);w.object(h(v,'results'));},
|
|
290
|
+
'updateChatDefaultBannedRights':function(w,v){w.uint(1421875280);w.object(h(v,'peer'));w.object(h(v,'defaultBannedRights'));w.int(h(v,'version'));},
|
|
291
|
+
'updateFolderPeers':function(w,v){w.uint(422972864);w.vector(w.object,h(v,'folderPeers'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
292
|
+
'updatePeerSettings':function(w,v){w.uint(1786671974);w.object(h(v,'peer'));w.object(h(v,'settings'));},
|
|
293
|
+
'updatePeerLocated':function(w,v){w.uint(3031420848);w.vector(w.object,h(v,'peers'));},
|
|
294
|
+
'updateNewScheduledMessage':function(w,v){w.uint(967122427);w.object(h(v,'message'));},
|
|
295
|
+
'updateDeleteScheduledMessages':function(w,v){w.uint(2424728814);w.object(h(v,'peer'));w.vector(w.int,h(v,'messages'));},
|
|
296
|
+
'updateTheme':function(w,v){w.uint(2182544291);w.object(h(v,'theme'));},
|
|
297
|
+
'updateGeoLiveViewed':function(w,v){w.uint(2267003193);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
298
|
+
'updateLoginToken':function(w){w.uint(1448076945);},
|
|
299
|
+
'updateMessagePollVote':function(w,v){w.uint(619974263);w.long(h(v,'pollId'));w.object(h(v,'peer'));w.vector(w.bytes,h(v,'options'));w.int(h(v,'qts'));},
|
|
300
|
+
'updateDialogFilter':function(w,v){w.uint(654302845);var flags=0;var _filter=v.filter!==undefined;if(_filter)flags|=1;w.uint(flags);w.int(h(v,'id'));if(_filter)w.object(v.filter);},
|
|
301
|
+
'updateDialogFilterOrder':function(w,v){w.uint(2782339333);w.vector(w.int,h(v,'order'));},
|
|
302
|
+
'updateDialogFilters':function(w){w.uint(889491791);},
|
|
303
|
+
'updatePhoneCallSignalingData':function(w,v){w.uint(643940105);w.long(h(v,'phoneCallId'));w.bytes(h(v,'data'));},
|
|
304
|
+
'updateChannelMessageForwards':function(w,v){w.uint(3533318132);w.int53(h(v,'channelId'));w.int(h(v,'id'));w.int(h(v,'forwards'));},
|
|
305
|
+
'updateReadChannelDiscussionInbox':function(w,v){w.uint(3601962310);var flags=0;var _broadcastId=v.broadcastId!==undefined;var _broadcastPost=v.broadcastPost!==undefined;var _flags_0=_broadcastId||_broadcastPost;if(_flags_0)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.int(h(v,'topMsgId'));w.int(h(v,'readMaxId'));if(_flags_0)w.int53(v.broadcastId);if(_flags_0)w.int(v.broadcastPost);},
|
|
306
|
+
'updateReadChannelDiscussionOutbox':function(w,v){w.uint(1767677564);w.int53(h(v,'channelId'));w.int(h(v,'topMsgId'));w.int(h(v,'readMaxId'));},
|
|
307
|
+
'updatePeerBlocked':function(w,v){w.uint(3957356370);var flags=0;if(v.blocked===true)flags|=1;if(v.blockedMyStoriesFrom===true)flags|=2;w.uint(flags);w.object(h(v,'peerId'));},
|
|
308
|
+
'updateChannelUserTyping':function(w,v){w.uint(2357774627);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_topMsgId)w.int(v.topMsgId);w.object(h(v,'fromId'));w.object(h(v,'action'));},
|
|
309
|
+
'updatePinnedMessages':function(w,v){w.uint(3984976565);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.vector(w.int,h(v,'messages'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
310
|
+
'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'));},
|
|
311
|
+
'updateChat':function(w,v){w.uint(4170869326);w.int53(h(v,'chatId'));},
|
|
312
|
+
'updateGroupCallParticipants':function(w,v){w.uint(4075543374);w.object(h(v,'call'));w.vector(w.object,h(v,'participants'));w.int(h(v,'version'));},
|
|
313
|
+
'updateGroupCall':function(w,v){w.uint(347227392);w.int53(h(v,'chatId'));w.object(h(v,'call'));},
|
|
314
|
+
'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);},
|
|
315
|
+
'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'));},
|
|
316
|
+
'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'));},
|
|
317
|
+
'updateBotStopped':function(w,v){w.uint(3297184329);w.int53(h(v,'userId'));w.int(h(v,'date'));w.boolean(h(v,'stopped'));w.int(h(v,'qts'));},
|
|
318
|
+
'updateGroupCallConnection':function(w,v){w.uint(192428418);var flags=0;if(v.presentation===true)flags|=1;w.uint(flags);w.object(h(v,'params'));},
|
|
319
|
+
'updateBotCommands':function(w,v){w.uint(1299263278);w.object(h(v,'peer'));w.int53(h(v,'botId'));w.vector(w.object,h(v,'commands'));},
|
|
320
|
+
'updatePendingJoinRequests':function(w,v){w.uint(1885586395);w.object(h(v,'peer'));w.int(h(v,'requestsPending'));w.vector(w.int53,h(v,'recentRequesters'));},
|
|
321
|
+
'updateBotChatInviteRequester':function(w,v){w.uint(299870598);w.object(h(v,'peer'));w.int(h(v,'date'));w.int53(h(v,'userId'));w.string(h(v,'about'));w.object(h(v,'invite'));w.int(h(v,'qts'));},
|
|
322
|
+
'updateMessageReactions':function(w,v){w.uint(1578843320);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'msgId'));if(_topMsgId)w.int(v.topMsgId);w.object(h(v,'reactions'));},
|
|
323
|
+
'updateAttachMenuBots':function(w){w.uint(397910539);},
|
|
324
|
+
'updateWebViewResultSent':function(w,v){w.uint(361936797);w.long(h(v,'queryId'));},
|
|
325
|
+
'updateBotMenuButton':function(w,v){w.uint(347625491);w.int53(h(v,'botId'));w.object(h(v,'button'));},
|
|
326
|
+
'updateSavedRingtones':function(w){w.uint(1960361625);},
|
|
327
|
+
'updateTranscribedAudio':function(w,v){w.uint(8703322);var flags=0;if(v.pending===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.long(h(v,'transcriptionId'));w.string(h(v,'text'));},
|
|
328
|
+
'updateReadFeaturedEmojiStickers':function(w){w.uint(4216080748);},
|
|
329
|
+
'updateUserEmojiStatus':function(w,v){w.uint(674706841);w.int53(h(v,'userId'));w.object(h(v,'emojiStatus'));},
|
|
330
|
+
'updateRecentEmojiStatuses':function(w){w.uint(821314523);},
|
|
331
|
+
'updateRecentReactions':function(w){w.uint(1870160884);},
|
|
332
|
+
'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'));},
|
|
333
|
+
'updateMessageExtendedMedia':function(w,v){w.uint(1517529484);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.object(h(v,'extendedMedia'));},
|
|
334
|
+
'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'));},
|
|
335
|
+
'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);},
|
|
336
|
+
'updateUser':function(w,v){w.uint(542282808);w.long(h(v,'userId'));},
|
|
337
|
+
'updateAutoSaveSettings':function(w){w.uint(3959795863);},
|
|
338
|
+
'updateGroupInvitePrivacyForbidden':function(w,v){w.uint(3438316246);w.long(h(v,'userId'));},
|
|
339
|
+
'updateStory':function(w,v){w.uint(1974712216);w.object(h(v,'peer'));w.object(h(v,'story'));},
|
|
340
|
+
'updateReadStories':function(w,v){w.uint(4149121835);w.object(h(v,'peer'));w.int(h(v,'maxId'));},
|
|
341
|
+
'updateStoryID':function(w,v){w.uint(468923833);w.int(h(v,'id'));w.long(h(v,'randomId'));},
|
|
342
|
+
'updateStoriesStealthMode':function(w,v){w.uint(738741697);w.object(h(v,'stealthMode'));},
|
|
343
|
+
'updateSentStoryReaction':function(w,v){w.uint(2103604867);w.object(h(v,'peer'));w.int(h(v,'storyId'));w.object(h(v,'reaction'));},
|
|
344
|
+
'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'));},
|
|
345
|
+
'updates.differenceEmpty':function(w,v){w.uint(1567990072);w.int(h(v,'date'));w.int(h(v,'seq'));},
|
|
346
|
+
'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'));},
|
|
347
|
+
'updates.differenceSlice':function(w,v){w.uint(2835028353);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,'intermediateState'));},
|
|
348
|
+
'updates.differenceTooLong':function(w,v){w.uint(1258196845);w.int(h(v,'pts'));},
|
|
349
|
+
'updatesTooLong':function(w){w.uint(3809980286);},
|
|
350
|
+
'updateShortMessage':function(w,v){w.uint(826001400);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 _entities=v.entities&&v.entities.length;if(_entities)flags|=128;var _viaBotId=v.viaBotId!==undefined;if(_viaBotId)flags|=2048;if(v.silent===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;w.uint(flags);w.int(h(v,'id'));w.int53(h(v,'userId'));w.string(h(v,'message'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int(h(v,'date'));if(_fwdFrom)w.object(v.fwdFrom);if(_viaBotId)w.int53(v.viaBotId);if(_replyTo)w.object(v.replyTo);if(_entities)w.vector(w.object,v.entities);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
351
|
+
'updateShortChatMessage':function(w,v){w.uint(1299050149);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 _entities=v.entities&&v.entities.length;if(_entities)flags|=128;var _viaBotId=v.viaBotId!==undefined;if(_viaBotId)flags|=2048;if(v.silent===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;w.uint(flags);w.int(h(v,'id'));w.int53(h(v,'fromId'));w.int53(h(v,'chatId'));w.string(h(v,'message'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int(h(v,'date'));if(_fwdFrom)w.object(v.fwdFrom);if(_viaBotId)w.int53(v.viaBotId);if(_replyTo)w.object(v.replyTo);if(_entities)w.vector(w.object,v.entities);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
352
|
+
'updateShort':function(w,v){w.uint(2027216577);w.object(h(v,'update'));w.int(h(v,'date'));},
|
|
353
|
+
'updatesCombined':function(w,v){w.uint(1918567619);w.vector(w.object,h(v,'updates'));w.vector(w.object,h(v,'users'));w.vector(w.object,h(v,'chats'));w.int(h(v,'date'));w.int(h(v,'seqStart'));w.int(h(v,'seq'));},
|
|
354
|
+
'updates':function(w,v){w.uint(1957577280);w.vector(w.object,h(v,'updates'));w.vector(w.object,h(v,'users'));w.vector(w.object,h(v,'chats'));w.int(h(v,'date'));w.int(h(v,'seq'));},
|
|
355
|
+
'updateShortSentMessage':function(w,v){w.uint(2417352961);var flags=0;if(v.out===true)flags|=2;var _entities=v.entities&&v.entities.length;if(_entities)flags|=128;var _media=v.media!==undefined;if(_media)flags|=512;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int(h(v,'date'));if(_media)w.object(v.media);if(_entities)w.vector(w.object,v.entities);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
356
|
+
'photos.photos':function(w,v){w.uint(2378853029);w.vector(w.object,h(v,'photos'));w.vector(w.object,h(v,'users'));},
|
|
357
|
+
'photos.photosSlice':function(w,v){w.uint(352657236);w.int(h(v,'count'));w.vector(w.object,h(v,'photos'));w.vector(w.object,h(v,'users'));},
|
|
358
|
+
'photos.photo':function(w,v){w.uint(539045032);w.object(h(v,'photo'));w.vector(w.object,h(v,'users'));},
|
|
359
|
+
'upload.file':function(w,v){w.uint(157948117);w.object(h(v,'type'));w.int(h(v,'mtime'));w.bytes(h(v,'bytes'));},
|
|
360
|
+
'upload.fileCdnRedirect':function(w,v){w.uint(4052539972);w.int(h(v,'dcId'));w.bytes(h(v,'fileToken'));w.bytes(h(v,'encryptionKey'));w.bytes(h(v,'encryptionIv'));w.vector(w.object,h(v,'fileHashes'));},
|
|
361
|
+
'dcOption':function(w,v){w.uint(414687501);var flags=0;if(v.ipv6===true)flags|=1;if(v.mediaOnly===true)flags|=2;if(v.tcpoOnly===true)flags|=4;if(v.cdn===true)flags|=8;if(v.static===true)flags|=16;if(v.thisPortOnly===true)flags|=32;var _secret=v.secret!==undefined;if(_secret)flags|=1024;w.uint(flags);w.int(h(v,'id'));w.string(h(v,'ipAddress'));w.int(h(v,'port'));if(_secret)w.bytes(v.secret);},
|
|
362
|
+
'config':function(w,v){w.uint(3424265246);var flags=0;var _tmpSessions=v.tmpSessions!==undefined;if(_tmpSessions)flags|=1;var _suggestedLangCode=v.suggestedLangCode!==undefined;var _langPackVersion=v.langPackVersion!==undefined;var _baseLangPackVersion=v.baseLangPackVersion!==undefined;var _flags_2=_suggestedLangCode||_langPackVersion||_baseLangPackVersion;if(_flags_2)flags|=4;if(v.defaultP2pContacts===true)flags|=8;if(v.preloadFeaturedStickers===true)flags|=16;if(v.revokePmInbox===true)flags|=64;var _autoupdateUrlPrefix=v.autoupdateUrlPrefix!==undefined;if(_autoupdateUrlPrefix)flags|=128;if(v.blockedMode===true)flags|=256;var _gifSearchUsername=v.gifSearchUsername!==undefined;if(_gifSearchUsername)flags|=512;var _venueSearchUsername=v.venueSearchUsername!==undefined;if(_venueSearchUsername)flags|=1024;var _imgSearchUsername=v.imgSearchUsername!==undefined;if(_imgSearchUsername)flags|=2048;var _staticMapsProvider=v.staticMapsProvider!==undefined;if(_staticMapsProvider)flags|=4096;if(v.forceTryIpv6===true)flags|=16384;var _reactionsDefault=v.reactionsDefault!==undefined;if(_reactionsDefault)flags|=32768;var _autologinToken=v.autologinToken!==undefined;if(_autologinToken)flags|=65536;w.uint(flags);w.int(h(v,'date'));w.int(h(v,'expires'));w.boolean(h(v,'testMode'));w.int(h(v,'thisDc'));w.vector(w.object,h(v,'dcOptions'));w.string(h(v,'dcTxtDomainName'));w.int(h(v,'chatSizeMax'));w.int(h(v,'megagroupSizeMax'));w.int(h(v,'forwardedCountMax'));w.int(h(v,'onlineUpdatePeriodMs'));w.int(h(v,'offlineBlurTimeoutMs'));w.int(h(v,'offlineIdleTimeoutMs'));w.int(h(v,'onlineCloudTimeoutMs'));w.int(h(v,'notifyCloudDelayMs'));w.int(h(v,'notifyDefaultDelayMs'));w.int(h(v,'pushChatPeriodMs'));w.int(h(v,'pushChatLimit'));w.int(h(v,'editTimeLimit'));w.int(h(v,'revokeTimeLimit'));w.int(h(v,'revokePmTimeLimit'));w.int(h(v,'ratingEDecay'));w.int(h(v,'stickersRecentLimit'));w.int(h(v,'channelsReadMediaPeriod'));if(_tmpSessions)w.int(v.tmpSessions);w.int(h(v,'callReceiveTimeoutMs'));w.int(h(v,'callRingTimeoutMs'));w.int(h(v,'callConnectTimeoutMs'));w.int(h(v,'callPacketTimeoutMs'));w.string(h(v,'meUrlPrefix'));if(_autoupdateUrlPrefix)w.string(v.autoupdateUrlPrefix);if(_gifSearchUsername)w.string(v.gifSearchUsername);if(_venueSearchUsername)w.string(v.venueSearchUsername);if(_imgSearchUsername)w.string(v.imgSearchUsername);if(_staticMapsProvider)w.string(v.staticMapsProvider);w.int(h(v,'captionLengthMax'));w.int(h(v,'messageLengthMax'));w.int(h(v,'webfileDcId'));if(_flags_2)w.string(v.suggestedLangCode);if(_flags_2)w.int(v.langPackVersion);if(_flags_2)w.int(v.baseLangPackVersion);if(_reactionsDefault)w.object(v.reactionsDefault);if(_autologinToken)w.string(v.autologinToken);},
|
|
363
|
+
'nearestDc':function(w,v){w.uint(2384074613);w.string(h(v,'country'));w.int(h(v,'thisDc'));w.int(h(v,'nearestDc'));},
|
|
364
|
+
'help.appUpdate':function(w,v){w.uint(3434860080);var flags=0;if(v.canNotSkip===true)flags|=1;var _document=v.document!==undefined;if(_document)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;var _sticker=v.sticker!==undefined;if(_sticker)flags|=8;w.uint(flags);w.int(h(v,'id'));w.string(h(v,'version'));w.string(h(v,'text'));w.vector(w.object,h(v,'entities'));if(_document)w.object(v.document);if(_url)w.string(v.url);if(_sticker)w.object(v.sticker);},
|
|
365
|
+
'help.noAppUpdate':function(w){w.uint(3294258486);},
|
|
366
|
+
'help.inviteText':function(w,v){w.uint(415997816);w.string(h(v,'message'));},
|
|
367
|
+
'encryptedChatEmpty':function(w,v){w.uint(2877210784);w.int(h(v,'id'));},
|
|
368
|
+
'encryptedChatWaiting':function(w,v){w.uint(1722964307);w.int(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));},
|
|
369
|
+
'encryptedChatRequested':function(w,v){w.uint(1223809356);var flags=0;var _folderId=v.folderId!==undefined;if(_folderId)flags|=1;w.uint(flags);if(_folderId)w.int(v.folderId);w.int(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));w.bytes(h(v,'gA'));},
|
|
370
|
+
'encryptedChat':function(w,v){w.uint(1643173063);w.int(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));w.bytes(h(v,'gAOrB'));w.long(h(v,'keyFingerprint'));},
|
|
371
|
+
'encryptedChatDiscarded':function(w,v){w.uint(505183301);var flags=0;if(v.historyDeleted===true)flags|=1;w.uint(flags);w.int(h(v,'id'));},
|
|
372
|
+
'inputEncryptedChat':function(w,v){w.uint(4047615457);w.int(h(v,'chatId'));w.long(h(v,'accessHash'));},
|
|
373
|
+
'encryptedFileEmpty':function(w){w.uint(3256830334);},
|
|
374
|
+
'encryptedFile':function(w,v){w.uint(2818608344);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int53(h(v,'size'));w.int(h(v,'dcId'));w.int(h(v,'keyFingerprint'));},
|
|
375
|
+
'inputEncryptedFileEmpty':function(w){w.uint(406307684);},
|
|
376
|
+
'inputEncryptedFileUploaded':function(w,v){w.uint(1690108678);w.long(h(v,'id'));w.int(h(v,'parts'));w.string(h(v,'md5Checksum'));w.int(h(v,'keyFingerprint'));},
|
|
377
|
+
'inputEncryptedFile':function(w,v){w.uint(1511503333);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
378
|
+
'inputEncryptedFileBigUploaded':function(w,v){w.uint(767652808);w.long(h(v,'id'));w.int(h(v,'parts'));w.int(h(v,'keyFingerprint'));},
|
|
379
|
+
'encryptedMessage':function(w,v){w.uint(3977822488);w.long(h(v,'randomId'));w.int(h(v,'chatId'));w.int(h(v,'date'));w.bytes(h(v,'bytes'));w.object(h(v,'file'));},
|
|
380
|
+
'encryptedMessageService':function(w,v){w.uint(594758406);w.long(h(v,'randomId'));w.int(h(v,'chatId'));w.int(h(v,'date'));w.bytes(h(v,'bytes'));},
|
|
381
|
+
'messages.dhConfigNotModified':function(w,v){w.uint(3236054581);w.bytes(h(v,'random'));},
|
|
382
|
+
'messages.dhConfig':function(w,v){w.uint(740433629);w.int(h(v,'g'));w.bytes(h(v,'p'));w.int(h(v,'version'));w.bytes(h(v,'random'));},
|
|
383
|
+
'messages.sentEncryptedMessage':function(w,v){w.uint(1443858741);w.int(h(v,'date'));},
|
|
384
|
+
'messages.sentEncryptedFile':function(w,v){w.uint(2492727090);w.int(h(v,'date'));w.object(h(v,'file'));},
|
|
385
|
+
'inputDocumentEmpty':function(w){w.uint(1928391342);},
|
|
386
|
+
'inputDocument':function(w,v){w.uint(448771445);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));},
|
|
387
|
+
'documentEmpty':function(w,v){w.uint(922273905);w.long(h(v,'id'));},
|
|
388
|
+
'document':function(w,v){w.uint(2413085912);var flags=0;var _thumbs=v.thumbs&&v.thumbs.length;if(_thumbs)flags|=1;var _videoThumbs=v.videoThumbs&&v.videoThumbs.length;if(_videoThumbs)flags|=2;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));w.int(h(v,'date'));w.string(h(v,'mimeType'));w.int53(h(v,'size'));if(_thumbs)w.vector(w.object,v.thumbs);if(_videoThumbs)w.vector(w.object,v.videoThumbs);w.int(h(v,'dcId'));w.vector(w.object,h(v,'attributes'));},
|
|
389
|
+
'help.support':function(w,v){w.uint(398898678);w.string(h(v,'phoneNumber'));w.object(h(v,'user'));},
|
|
390
|
+
'notifyPeer':function(w,v){w.uint(2681474008);w.object(h(v,'peer'));},
|
|
391
|
+
'notifyUsers':function(w){w.uint(3033021260);},
|
|
392
|
+
'notifyChats':function(w){w.uint(3221737155);},
|
|
393
|
+
'notifyBroadcasts':function(w){w.uint(3591563503);},
|
|
394
|
+
'notifyForumTopic':function(w,v){w.uint(577659656);w.object(h(v,'peer'));w.int(h(v,'topMsgId'));},
|
|
395
|
+
'sendMessageTypingAction':function(w){w.uint(381645902);},
|
|
396
|
+
'sendMessageCancelAction':function(w){w.uint(4250847477);},
|
|
397
|
+
'sendMessageRecordVideoAction':function(w){w.uint(2710034031);},
|
|
398
|
+
'sendMessageUploadVideoAction':function(w,v){w.uint(3916839660);w.int(h(v,'progress'));},
|
|
399
|
+
'sendMessageRecordAudioAction':function(w){w.uint(3576656887);},
|
|
400
|
+
'sendMessageUploadAudioAction':function(w,v){w.uint(4082227115);w.int(h(v,'progress'));},
|
|
401
|
+
'sendMessageUploadPhotoAction':function(w,v){w.uint(3520285222);w.int(h(v,'progress'));},
|
|
402
|
+
'sendMessageUploadDocumentAction':function(w,v){w.uint(2852968932);w.int(h(v,'progress'));},
|
|
403
|
+
'sendMessageGeoLocationAction':function(w){w.uint(393186209);},
|
|
404
|
+
'sendMessageChooseContactAction':function(w){w.uint(1653390447);},
|
|
405
|
+
'sendMessageGamePlayAction':function(w){w.uint(3714748232);},
|
|
406
|
+
'sendMessageRecordRoundAction':function(w){w.uint(2297593788);},
|
|
407
|
+
'sendMessageUploadRoundAction':function(w,v){w.uint(608050278);w.int(h(v,'progress'));},
|
|
408
|
+
'speakingInGroupCallAction':function(w){w.uint(3643548293);},
|
|
409
|
+
'sendMessageHistoryImportAction':function(w,v){w.uint(3688534598);w.int(h(v,'progress'));},
|
|
410
|
+
'sendMessageChooseStickerAction':function(w){w.uint(2958739121);},
|
|
411
|
+
'sendMessageEmojiInteraction':function(w,v){w.uint(630664139);w.string(h(v,'emoticon'));w.int(h(v,'msgId'));w.object(h(v,'interaction'));},
|
|
412
|
+
'sendMessageEmojiInteractionSeen':function(w,v){w.uint(3060109358);w.string(h(v,'emoticon'));},
|
|
413
|
+
'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'));},
|
|
414
|
+
'inputPrivacyKeyStatusTimestamp':function(w){w.uint(1335282456);},
|
|
415
|
+
'inputPrivacyKeyChatInvite':function(w){w.uint(3187344422);},
|
|
416
|
+
'inputPrivacyKeyPhoneCall':function(w){w.uint(4206550111);},
|
|
417
|
+
'inputPrivacyKeyPhoneP2P':function(w){w.uint(3684593874);},
|
|
418
|
+
'inputPrivacyKeyForwards':function(w){w.uint(2765966344);},
|
|
419
|
+
'inputPrivacyKeyProfilePhoto':function(w){w.uint(1461304012);},
|
|
420
|
+
'inputPrivacyKeyPhoneNumber':function(w){w.uint(55761658);},
|
|
421
|
+
'inputPrivacyKeyAddedByPhone':function(w){w.uint(3508640733);},
|
|
422
|
+
'inputPrivacyKeyVoiceMessages':function(w){w.uint(2934349160);},
|
|
423
|
+
'inputPrivacyKeyAbout':function(w){w.uint(941870144);},
|
|
424
|
+
'privacyKeyStatusTimestamp':function(w){w.uint(3157175088);},
|
|
425
|
+
'privacyKeyChatInvite':function(w){w.uint(1343122938);},
|
|
426
|
+
'privacyKeyPhoneCall':function(w){w.uint(1030105979);},
|
|
427
|
+
'privacyKeyPhoneP2P':function(w){w.uint(961092808);},
|
|
428
|
+
'privacyKeyForwards':function(w){w.uint(1777096355);},
|
|
429
|
+
'privacyKeyProfilePhoto':function(w){w.uint(2517966829);},
|
|
430
|
+
'privacyKeyPhoneNumber':function(w){w.uint(3516589165);},
|
|
431
|
+
'privacyKeyAddedByPhone':function(w){w.uint(1124062251);},
|
|
432
|
+
'privacyKeyVoiceMessages':function(w){w.uint(110621716);},
|
|
433
|
+
'privacyKeyAbout':function(w){w.uint(2760292193);},
|
|
434
|
+
'inputPrivacyValueAllowContacts':function(w){w.uint(218751099);},
|
|
435
|
+
'inputPrivacyValueAllowAll':function(w){w.uint(407582158);},
|
|
436
|
+
'inputPrivacyValueAllowUsers':function(w,v){w.uint(320652927);w.vector(w.object,h(v,'users'));},
|
|
437
|
+
'inputPrivacyValueDisallowContacts':function(w){w.uint(195371015);},
|
|
438
|
+
'inputPrivacyValueDisallowAll':function(w){w.uint(3597362889);},
|
|
439
|
+
'inputPrivacyValueDisallowUsers':function(w,v){w.uint(2417034343);w.vector(w.object,h(v,'users'));},
|
|
440
|
+
'inputPrivacyValueAllowChatParticipants':function(w,v){w.uint(2215004623);w.vector(w.int53,h(v,'chats'));},
|
|
441
|
+
'inputPrivacyValueDisallowChatParticipants':function(w,v){w.uint(3914272646);w.vector(w.int53,h(v,'chats'));},
|
|
442
|
+
'inputPrivacyValueAllowCloseFriends':function(w){w.uint(793067081);},
|
|
443
|
+
'privacyValueAllowContacts':function(w){w.uint(4294843308);},
|
|
444
|
+
'privacyValueAllowAll':function(w){w.uint(1698855810);},
|
|
445
|
+
'privacyValueAllowUsers':function(w,v){w.uint(3096469426);w.vector(w.int53,h(v,'users'));},
|
|
446
|
+
'privacyValueDisallowContacts':function(w){w.uint(4169726490);},
|
|
447
|
+
'privacyValueDisallowAll':function(w){w.uint(2339628899);},
|
|
448
|
+
'privacyValueDisallowUsers':function(w,v){w.uint(3831632193);w.vector(w.int53,h(v,'users'));},
|
|
449
|
+
'privacyValueAllowChatParticipants':function(w,v){w.uint(1796427406);w.vector(w.int53,h(v,'chats'));},
|
|
450
|
+
'privacyValueDisallowChatParticipants':function(w,v){w.uint(1103656293);w.vector(w.int53,h(v,'chats'));},
|
|
451
|
+
'privacyValueAllowCloseFriends':function(w){w.uint(4159232155);},
|
|
452
|
+
'account.privacyRules':function(w,v){w.uint(1352683077);w.vector(w.object,h(v,'rules'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
453
|
+
'accountDaysTTL':function(w,v){w.uint(3100684255);w.int(h(v,'days'));},
|
|
454
|
+
'documentAttributeImageSize':function(w,v){w.uint(1815593308);w.int(h(v,'w'));w.int(h(v,'h'));},
|
|
455
|
+
'documentAttributeAnimated':function(w){w.uint(297109817);},
|
|
456
|
+
'documentAttributeSticker':function(w,v){w.uint(1662637586);var flags=0;var _maskCoords=v.maskCoords!==undefined;if(_maskCoords)flags|=1;if(v.mask===true)flags|=2;w.uint(flags);w.string(h(v,'alt'));w.object(h(v,'stickerset'));if(_maskCoords)w.object(v.maskCoords);},
|
|
457
|
+
'documentAttributeVideo':function(w,v){w.uint(3549426114);var flags=0;if(v.roundMessage===true)flags|=1;if(v.supportsStreaming===true)flags|=2;var _preloadPrefixSize=v.preloadPrefixSize!==undefined;if(_preloadPrefixSize)flags|=4;if(v.nosound===true)flags|=8;w.uint(flags);w.double(h(v,'duration'));w.int(h(v,'w'));w.int(h(v,'h'));if(_preloadPrefixSize)w.int(v.preloadPrefixSize);},
|
|
458
|
+
'documentAttributeAudio':function(w,v){w.uint(2555574726);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _performer=v.performer!==undefined;if(_performer)flags|=2;var _waveform=v.waveform!==undefined;if(_waveform)flags|=4;if(v.voice===true)flags|=1024;w.uint(flags);w.int(h(v,'duration'));if(_title)w.string(v.title);if(_performer)w.string(v.performer);if(_waveform)w.bytes(v.waveform);},
|
|
459
|
+
'documentAttributeFilename':function(w,v){w.uint(358154344);w.string(h(v,'fileName'));},
|
|
460
|
+
'documentAttributeHasStickers':function(w){w.uint(2550256375);},
|
|
461
|
+
'documentAttributeCustomEmoji':function(w,v){w.uint(4245985433);var flags=0;if(v.free===true)flags|=1;if(v.textColor===true)flags|=2;w.uint(flags);w.string(h(v,'alt'));w.object(h(v,'stickerset'));},
|
|
462
|
+
'messages.stickersNotModified':function(w){w.uint(4050950690);},
|
|
463
|
+
'messages.stickers':function(w,v){w.uint(816245886);w.long(h(v,'hash'));w.vector(w.object,h(v,'stickers'));},
|
|
464
|
+
'stickerPack':function(w,v){w.uint(313694676);w.string(h(v,'emoticon'));w.vector(w.long,h(v,'documents'));},
|
|
465
|
+
'messages.allStickersNotModified':function(w){w.uint(3898999491);},
|
|
466
|
+
'messages.allStickers':function(w,v){w.uint(3451637435);w.long(h(v,'hash'));w.vector(w.object,h(v,'sets'));},
|
|
467
|
+
'messages.affectedMessages':function(w,v){w.uint(2228326789);w.int(h(v,'pts'));w.int(h(v,'ptsCount'));},
|
|
468
|
+
'webPageEmpty':function(w,v){w.uint(555358088);var flags=0;var _url=v.url!==undefined;if(_url)flags|=1;w.uint(flags);w.long(h(v,'id'));if(_url)w.string(v.url);},
|
|
469
|
+
'webPagePending':function(w,v){w.uint(2966502983);var flags=0;var _url=v.url!==undefined;if(_url)flags|=1;w.uint(flags);w.long(h(v,'id'));if(_url)w.string(v.url);w.int(h(v,'date'));},
|
|
470
|
+
'webPage':function(w,v){w.uint(3902555570);var flags=0;var _type=v.type!==undefined;if(_type)flags|=1;var _siteName=v.siteName!==undefined;if(_siteName)flags|=2;var _title=v.title!==undefined;if(_title)flags|=4;var _description=v.description!==undefined;if(_description)flags|=8;var _photo=v.photo!==undefined;if(_photo)flags|=16;var _embedUrl=v.embedUrl!==undefined;var _embedType=v.embedType!==undefined;var _flags_5=_embedUrl||_embedType;if(_flags_5)flags|=32;var _embedWidth=v.embedWidth!==undefined;var _embedHeight=v.embedHeight!==undefined;var _flags_6=_embedWidth||_embedHeight;if(_flags_6)flags|=64;var _duration=v.duration!==undefined;if(_duration)flags|=128;var _author=v.author!==undefined;if(_author)flags|=256;var _document=v.document!==undefined;if(_document)flags|=512;var _cachedPage=v.cachedPage!==undefined;if(_cachedPage)flags|=1024;var _attributes=v.attributes&&v.attributes.length;if(_attributes)flags|=4096;if(v.hasLargeMedia===true)flags|=8192;w.uint(flags);w.long(h(v,'id'));w.string(h(v,'url'));w.string(h(v,'displayUrl'));w.int(h(v,'hash'));if(_type)w.string(v.type);if(_siteName)w.string(v.siteName);if(_title)w.string(v.title);if(_description)w.string(v.description);if(_photo)w.object(v.photo);if(_flags_5)w.string(v.embedUrl);if(_flags_5)w.string(v.embedType);if(_flags_6)w.int(v.embedWidth);if(_flags_6)w.int(v.embedHeight);if(_duration)w.int(v.duration);if(_author)w.string(v.author);if(_document)w.object(v.document);if(_cachedPage)w.object(v.cachedPage);if(_attributes)w.vector(w.object,v.attributes);},
|
|
471
|
+
'webPageNotModified':function(w,v){w.uint(1930545681);var flags=0;var _cachedPageViews=v.cachedPageViews!==undefined;if(_cachedPageViews)flags|=1;w.uint(flags);if(_cachedPageViews)w.int(v.cachedPageViews);},
|
|
472
|
+
'authorization':function(w,v){w.uint(2902578717);var flags=0;if(v.current===true)flags|=1;if(v.officialApp===true)flags|=2;if(v.passwordPending===true)flags|=4;if(v.encryptedRequestsDisabled===true)flags|=8;if(v.callRequestsDisabled===true)flags|=16;if(v.unconfirmed===true)flags|=32;w.uint(flags);w.long(h(v,'hash'));w.string(h(v,'deviceModel'));w.string(h(v,'platform'));w.string(h(v,'systemVersion'));w.int(h(v,'apiId'));w.string(h(v,'appName'));w.string(h(v,'appVersion'));w.int(h(v,'dateCreated'));w.int(h(v,'dateActive'));w.string(h(v,'ip'));w.string(h(v,'country'));w.string(h(v,'region'));},
|
|
473
|
+
'account.authorizations':function(w,v){w.uint(1275039392);w.int(h(v,'authorizationTtlDays'));w.vector(w.object,h(v,'authorizations'));},
|
|
474
|
+
'account.password':function(w,v){w.uint(2507886843);var flags=0;if(v.hasRecovery===true)flags|=1;if(v.hasSecureValues===true)flags|=2;var _currentAlgo=v.currentAlgo!==undefined;var _srpB=v.srpB!==undefined;var _srpId=v.srpId!==undefined;var _flags_2=v.hasPassword===true||_currentAlgo||_srpB||_srpId;if(_flags_2)flags|=4;var _hint=v.hint!==undefined;if(_hint)flags|=8;var _emailUnconfirmedPattern=v.emailUnconfirmedPattern!==undefined;if(_emailUnconfirmedPattern)flags|=16;var _pendingResetDate=v.pendingResetDate!==undefined;if(_pendingResetDate)flags|=32;var _loginEmailPattern=v.loginEmailPattern!==undefined;if(_loginEmailPattern)flags|=64;w.uint(flags);if(_flags_2)w.object(v.currentAlgo);if(_flags_2)w.bytes(v.srpB);if(_flags_2)w.long(v.srpId);if(_hint)w.string(v.hint);if(_emailUnconfirmedPattern)w.string(v.emailUnconfirmedPattern);w.object(h(v,'newAlgo'));w.object(h(v,'newSecureAlgo'));w.bytes(h(v,'secureRandom'));if(_pendingResetDate)w.int(v.pendingResetDate);if(_loginEmailPattern)w.string(v.loginEmailPattern);},
|
|
475
|
+
'account.passwordSettings':function(w,v){w.uint(2589733861);var flags=0;var _email=v.email!==undefined;if(_email)flags|=1;var _secureSettings=v.secureSettings!==undefined;if(_secureSettings)flags|=2;w.uint(flags);if(_email)w.string(v.email);if(_secureSettings)w.object(v.secureSettings);},
|
|
476
|
+
'account.passwordInputSettings':function(w,v){w.uint(3258394569);var flags=0;var _newAlgo=v.newAlgo!==undefined;var _newPasswordHash=v.newPasswordHash!==undefined;var _hint=v.hint!==undefined;var _flags_0=_newAlgo||_newPasswordHash||_hint;if(_flags_0)flags|=1;var _email=v.email!==undefined;if(_email)flags|=2;var _newSecureSettings=v.newSecureSettings!==undefined;if(_newSecureSettings)flags|=4;w.uint(flags);if(_flags_0)w.object(v.newAlgo);if(_flags_0)w.bytes(v.newPasswordHash);if(_flags_0)w.string(v.hint);if(_email)w.string(v.email);if(_newSecureSettings)w.object(v.newSecureSettings);},
|
|
477
|
+
'auth.passwordRecovery':function(w,v){w.uint(326715557);w.string(h(v,'emailPattern'));},
|
|
478
|
+
'receivedNotifyMessage':function(w,v){w.uint(2743383929);w.int(h(v,'id'));w.int(h(v,'flags'));},
|
|
479
|
+
'chatInviteExported':function(w,v){w.uint(179611673);var flags=0;if(v.revoked===true)flags|=1;var _expireDate=v.expireDate!==undefined;if(_expireDate)flags|=2;var _usageLimit=v.usageLimit!==undefined;if(_usageLimit)flags|=4;var _usage=v.usage!==undefined;if(_usage)flags|=8;var _startDate=v.startDate!==undefined;if(_startDate)flags|=16;if(v.permanent===true)flags|=32;if(v.requestNeeded===true)flags|=64;var _requested=v.requested!==undefined;if(_requested)flags|=128;var _title=v.title!==undefined;if(_title)flags|=256;w.uint(flags);w.string(h(v,'link'));w.int53(h(v,'adminId'));w.int(h(v,'date'));if(_startDate)w.int(v.startDate);if(_expireDate)w.int(v.expireDate);if(_usageLimit)w.int(v.usageLimit);if(_usage)w.int(v.usage);if(_requested)w.int(v.requested);if(_title)w.string(v.title);},
|
|
480
|
+
'chatInvitePublicJoinRequests':function(w){w.uint(3977280183);},
|
|
481
|
+
'chatInviteAlready':function(w,v){w.uint(1516793212);w.object(h(v,'chat'));},
|
|
482
|
+
'chatInvite':function(w,v){w.uint(3454069824);var flags=0;if(v.channel===true)flags|=1;if(v.broadcast===true)flags|=2;if(v.public===true)flags|=4;if(v.megagroup===true)flags|=8;var _participants=v.participants&&v.participants.length;if(_participants)flags|=16;var _about=v.about!==undefined;if(_about)flags|=32;if(v.requestNeeded===true)flags|=64;if(v.verified===true)flags|=128;if(v.scam===true)flags|=256;if(v.fake===true)flags|=512;w.uint(flags);w.string(h(v,'title'));if(_about)w.string(v.about);w.object(h(v,'photo'));w.int(h(v,'participantsCount'));if(_participants)w.vector(w.object,v.participants);w.int(h(v,'color'));},
|
|
483
|
+
'chatInvitePeek':function(w,v){w.uint(1634294960);w.object(h(v,'chat'));w.int(h(v,'expires'));},
|
|
484
|
+
'inputStickerSetEmpty':function(w){w.uint(4290128789);},
|
|
485
|
+
'inputStickerSetID':function(w,v){w.uint(2649203305);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
486
|
+
'inputStickerSetShortName':function(w,v){w.uint(2250033312);w.string(h(v,'shortName'));},
|
|
487
|
+
'inputStickerSetAnimatedEmoji':function(w){w.uint(42402760);},
|
|
488
|
+
'inputStickerSetDice':function(w,v){w.uint(3867103758);w.string(h(v,'emoticon'));},
|
|
489
|
+
'inputStickerSetAnimatedEmojiAnimations':function(w){w.uint(215889721);},
|
|
490
|
+
'inputStickerSetPremiumGifts':function(w){w.uint(3364567810);},
|
|
491
|
+
'inputStickerSetEmojiGenericAnimations':function(w){w.uint(80008398);},
|
|
492
|
+
'inputStickerSetEmojiDefaultStatuses':function(w){w.uint(701560302);},
|
|
493
|
+
'inputStickerSetEmojiDefaultTopicIcons':function(w){w.uint(1153562857);},
|
|
494
|
+
'stickerSet':function(w,v){w.uint(768691932);var flags=0;var _installedDate=v.installedDate!==undefined;if(_installedDate)flags|=1;if(v.archived===true)flags|=2;if(v.official===true)flags|=4;if(v.masks===true)flags|=8;var _thumbs=v.thumbs&&v.thumbs.length;var _thumbDcId=v.thumbDcId!==undefined;var _thumbVersion=v.thumbVersion!==undefined;var _flags_4=_thumbs||_thumbDcId||_thumbVersion;if(_flags_4)flags|=16;if(v.animated===true)flags|=32;if(v.videos===true)flags|=64;if(v.emojis===true)flags|=128;var _thumbDocumentId=v.thumbDocumentId!==undefined;if(_thumbDocumentId)flags|=256;if(v.textColor===true)flags|=512;w.uint(flags);if(_installedDate)w.int(v.installedDate);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'title'));w.string(h(v,'shortName'));if(_flags_4)w.vector(w.object,v.thumbs);if(_flags_4)w.int(v.thumbDcId);if(_flags_4)w.int(v.thumbVersion);if(_thumbDocumentId)w.long(v.thumbDocumentId);w.int(h(v,'count'));w.int(h(v,'hash'));},
|
|
495
|
+
'messages.stickerSet':function(w,v){w.uint(1846886166);w.object(h(v,'set'));w.vector(w.object,h(v,'packs'));w.vector(w.object,h(v,'keywords'));w.vector(w.object,h(v,'documents'));},
|
|
496
|
+
'messages.stickerSetNotModified':function(w){w.uint(3556320491);},
|
|
497
|
+
'botCommand':function(w,v){w.uint(3262826695);w.string(h(v,'command'));w.string(h(v,'description'));},
|
|
498
|
+
'botInfo':function(w,v){w.uint(2402290519);var flags=0;var _userId=v.userId!==undefined;if(_userId)flags|=1;var _description=v.description!==undefined;if(_description)flags|=2;var _commands=v.commands&&v.commands.length;if(_commands)flags|=4;var _menuButton=v.menuButton!==undefined;if(_menuButton)flags|=8;var _descriptionPhoto=v.descriptionPhoto!==undefined;if(_descriptionPhoto)flags|=16;var _descriptionDocument=v.descriptionDocument!==undefined;if(_descriptionDocument)flags|=32;w.uint(flags);if(_userId)w.int53(v.userId);if(_description)w.string(v.description);if(_descriptionPhoto)w.object(v.descriptionPhoto);if(_descriptionDocument)w.object(v.descriptionDocument);if(_commands)w.vector(w.object,v.commands);if(_menuButton)w.object(v.menuButton);},
|
|
499
|
+
'keyboardButton':function(w,v){w.uint(2734311552);w.string(h(v,'text'));},
|
|
500
|
+
'keyboardButtonUrl':function(w,v){w.uint(629866245);w.string(h(v,'text'));w.string(h(v,'url'));},
|
|
501
|
+
'keyboardButtonCallback':function(w,v){w.uint(901503851);var flags=0;if(v.requiresPassword===true)flags|=1;w.uint(flags);w.string(h(v,'text'));w.bytes(h(v,'data'));},
|
|
502
|
+
'keyboardButtonRequestPhone':function(w,v){w.uint(2976541737);w.string(h(v,'text'));},
|
|
503
|
+
'keyboardButtonRequestGeoLocation':function(w,v){w.uint(4235815743);w.string(h(v,'text'));},
|
|
504
|
+
'keyboardButtonSwitchInline':function(w,v){w.uint(2478439349);var flags=0;if(v.samePeer===true)flags|=1;var _peerTypes=v.peerTypes&&v.peerTypes.length;if(_peerTypes)flags|=2;w.uint(flags);w.string(h(v,'text'));w.string(h(v,'query'));if(_peerTypes)w.vector(w.object,v.peerTypes);},
|
|
505
|
+
'keyboardButtonGame':function(w,v){w.uint(1358175439);w.string(h(v,'text'));},
|
|
506
|
+
'keyboardButtonBuy':function(w,v){w.uint(2950250427);w.string(h(v,'text'));},
|
|
507
|
+
'keyboardButtonUrlAuth':function(w,v){w.uint(280464681);var flags=0;var _fwdText=v.fwdText!==undefined;if(_fwdText)flags|=1;w.uint(flags);w.string(h(v,'text'));if(_fwdText)w.string(v.fwdText);w.string(h(v,'url'));w.int(h(v,'buttonId'));},
|
|
508
|
+
'inputKeyboardButtonUrlAuth':function(w,v){w.uint(3492708308);var flags=0;if(v.requestWriteAccess===true)flags|=1;var _fwdText=v.fwdText!==undefined;if(_fwdText)flags|=2;w.uint(flags);w.string(h(v,'text'));if(_fwdText)w.string(v.fwdText);w.string(h(v,'url'));w.object(h(v,'bot'));},
|
|
509
|
+
'keyboardButtonRequestPoll':function(w,v){w.uint(3150401885);var flags=0;var _quiz=v.quiz!==undefined;if(_quiz)flags|=1;w.uint(flags);if(_quiz)w.boolean(v.quiz);w.string(h(v,'text'));},
|
|
510
|
+
'inputKeyboardButtonUserProfile':function(w,v){w.uint(3918005115);w.string(h(v,'text'));w.object(h(v,'userId'));},
|
|
511
|
+
'keyboardButtonUserProfile':function(w,v){w.uint(814112961);w.string(h(v,'text'));w.int53(h(v,'userId'));},
|
|
512
|
+
'keyboardButtonWebView':function(w,v){w.uint(326529584);w.string(h(v,'text'));w.string(h(v,'url'));},
|
|
513
|
+
'keyboardButtonSimpleWebView':function(w,v){w.uint(2696958044);w.string(h(v,'text'));w.string(h(v,'url'));},
|
|
514
|
+
'keyboardButtonRequestPeer':function(w,v){w.uint(218842764);w.string(h(v,'text'));w.int(h(v,'buttonId'));w.object(h(v,'peerType'));},
|
|
515
|
+
'keyboardButtonRow':function(w,v){w.uint(2002815875);w.vector(w.object,h(v,'buttons'));},
|
|
516
|
+
'replyKeyboardHide':function(w,v){w.uint(2688441221);var flags=0;if(v.selective===true)flags|=4;w.uint(flags);},
|
|
517
|
+
'replyKeyboardForceReply':function(w,v){w.uint(2259946248);var flags=0;if(v.singleUse===true)flags|=2;if(v.selective===true)flags|=4;var _placeholder=v.placeholder!==undefined;if(_placeholder)flags|=8;w.uint(flags);if(_placeholder)w.string(v.placeholder);},
|
|
518
|
+
'replyKeyboardMarkup':function(w,v){w.uint(2245892561);var flags=0;if(v.resize===true)flags|=1;if(v.singleUse===true)flags|=2;if(v.selective===true)flags|=4;var _placeholder=v.placeholder!==undefined;if(_placeholder)flags|=8;if(v.persistent===true)flags|=16;w.uint(flags);w.vector(w.object,h(v,'rows'));if(_placeholder)w.string(v.placeholder);},
|
|
519
|
+
'replyInlineMarkup':function(w,v){w.uint(1218642516);w.vector(w.object,h(v,'rows'));},
|
|
520
|
+
'messageEntityUnknown':function(w,v){w.uint(3146955413);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
521
|
+
'messageEntityMention':function(w,v){w.uint(4194588573);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
522
|
+
'messageEntityHashtag':function(w,v){w.uint(1868782349);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
523
|
+
'messageEntityBotCommand':function(w,v){w.uint(1827637959);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
524
|
+
'messageEntityUrl':function(w,v){w.uint(1859134776);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
525
|
+
'messageEntityEmail':function(w,v){w.uint(1692693954);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
526
|
+
'messageEntityBold':function(w,v){w.uint(3177253833);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
527
|
+
'messageEntityItalic':function(w,v){w.uint(2188348256);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
528
|
+
'messageEntityCode':function(w,v){w.uint(681706865);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
529
|
+
'messageEntityPre':function(w,v){w.uint(1938967520);w.int(h(v,'offset'));w.int(h(v,'length'));w.string(h(v,'language'));},
|
|
530
|
+
'messageEntityTextUrl':function(w,v){w.uint(1990644519);w.int(h(v,'offset'));w.int(h(v,'length'));w.string(h(v,'url'));},
|
|
531
|
+
'messageEntityMentionName':function(w,v){w.uint(3699052864);w.int(h(v,'offset'));w.int(h(v,'length'));w.int53(h(v,'userId'));},
|
|
532
|
+
'inputMessageEntityMentionName':function(w,v){w.uint(546203849);w.int(h(v,'offset'));w.int(h(v,'length'));w.object(h(v,'userId'));},
|
|
533
|
+
'messageEntityPhone':function(w,v){w.uint(2607407947);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
534
|
+
'messageEntityCashtag':function(w,v){w.uint(1280209983);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
535
|
+
'messageEntityUnderline':function(w,v){w.uint(2622389899);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
536
|
+
'messageEntityStrike':function(w,v){w.uint(3204879316);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
537
|
+
'messageEntityBlockquote':function(w,v){w.uint(34469328);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
538
|
+
'messageEntityBankCard':function(w,v){w.uint(1981704948);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
539
|
+
'messageEntitySpoiler':function(w,v){w.uint(852137487);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
540
|
+
'messageEntityCustomEmoji':function(w,v){w.uint(3369010680);w.int(h(v,'offset'));w.int(h(v,'length'));w.long(h(v,'documentId'));},
|
|
541
|
+
'inputChannelEmpty':function(w){w.uint(4002160262);},
|
|
542
|
+
'inputChannel':function(w,v){w.uint(4082822184);w.int53(h(v,'channelId'));w.long(h(v,'accessHash'));},
|
|
543
|
+
'inputChannelFromMessage':function(w,v){w.uint(1536380829);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int53(h(v,'channelId'));},
|
|
544
|
+
'contacts.resolvedPeer':function(w,v){w.uint(2131196633);w.object(h(v,'peer'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
545
|
+
'messageRange':function(w,v){w.uint(182649427);w.int(h(v,'minId'));w.int(h(v,'maxId'));},
|
|
546
|
+
'updates.channelDifferenceEmpty':function(w,v){w.uint(1041346555);var flags=0;if(v.final===true)flags|=1;var _timeout=v.timeout!==undefined;if(_timeout)flags|=2;w.uint(flags);w.int(h(v,'pts'));if(_timeout)w.int(v.timeout);},
|
|
547
|
+
'updates.channelDifferenceTooLong':function(w,v){w.uint(2763835134);var flags=0;if(v.final===true)flags|=1;var _timeout=v.timeout!==undefined;if(_timeout)flags|=2;w.uint(flags);if(_timeout)w.int(v.timeout);w.object(h(v,'dialog'));w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
548
|
+
'updates.channelDifference':function(w,v){w.uint(543450958);var flags=0;if(v.final===true)flags|=1;var _timeout=v.timeout!==undefined;if(_timeout)flags|=2;w.uint(flags);w.int(h(v,'pts'));if(_timeout)w.int(v.timeout);w.vector(w.object,h(v,'newMessages'));w.vector(w.object,h(v,'otherUpdates'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
549
|
+
'channelMessagesFilterEmpty':function(w){w.uint(2496933607);},
|
|
550
|
+
'channelMessagesFilter':function(w,v){w.uint(3447183703);var flags=0;if(v.excludeNewMessages===true)flags|=2;w.uint(flags);w.vector(w.object,h(v,'ranges'));},
|
|
551
|
+
'channelParticipant':function(w,v){w.uint(3222013888);w.int53(h(v,'userId'));w.int(h(v,'date'));},
|
|
552
|
+
'channelParticipantSelf':function(w,v){w.uint(900251559);var flags=0;if(v.viaRequest===true)flags|=1;w.uint(flags);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));},
|
|
553
|
+
'channelParticipantCreator':function(w,v){w.uint(803602899);var flags=0;var _rank=v.rank!==undefined;if(_rank)flags|=1;w.uint(flags);w.int53(h(v,'userId'));w.object(h(v,'adminRights'));if(_rank)w.string(v.rank);},
|
|
554
|
+
'channelParticipantAdmin':function(w,v){w.uint(885242707);var flags=0;if(v.canEdit===true)flags|=1;var _inviterId=v.inviterId!==undefined;var _flags_1=v.self===true||_inviterId;if(_flags_1)flags|=2;var _rank=v.rank!==undefined;if(_rank)flags|=4;w.uint(flags);w.int53(h(v,'userId'));if(_flags_1)w.int53(v.inviterId);w.int53(h(v,'promotedBy'));w.int(h(v,'date'));w.object(h(v,'adminRights'));if(_rank)w.string(v.rank);},
|
|
555
|
+
'channelParticipantBanned':function(w,v){w.uint(1844969806);var flags=0;if(v.left===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int53(h(v,'kickedBy'));w.int(h(v,'date'));w.object(h(v,'bannedRights'));},
|
|
556
|
+
'channelParticipantLeft':function(w,v){w.uint(453242886);w.object(h(v,'peer'));},
|
|
557
|
+
'channelParticipantsRecent':function(w){w.uint(3728686201);},
|
|
558
|
+
'channelParticipantsAdmins':function(w){w.uint(3026225513);},
|
|
559
|
+
'channelParticipantsKicked':function(w,v){w.uint(2746567045);w.string(h(v,'q'));},
|
|
560
|
+
'channelParticipantsBots':function(w){w.uint(2966521435);},
|
|
561
|
+
'channelParticipantsBanned':function(w,v){w.uint(338142689);w.string(h(v,'q'));},
|
|
562
|
+
'channelParticipantsSearch':function(w,v){w.uint(106343499);w.string(h(v,'q'));},
|
|
563
|
+
'channelParticipantsContacts':function(w,v){w.uint(3144345741);w.string(h(v,'q'));},
|
|
564
|
+
'channelParticipantsMentions':function(w,v){w.uint(3763035371);var flags=0;var _q=v.q!==undefined;if(_q)flags|=1;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=2;w.uint(flags);if(_q)w.string(v.q);if(_topMsgId)w.int(v.topMsgId);},
|
|
565
|
+
'channels.channelParticipants':function(w,v){w.uint(2595290799);w.int(h(v,'count'));w.vector(w.object,h(v,'participants'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
566
|
+
'channels.channelParticipantsNotModified':function(w){w.uint(4028055529);},
|
|
567
|
+
'channels.channelParticipant':function(w,v){w.uint(3753378583);w.object(h(v,'participant'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
568
|
+
'help.termsOfService':function(w,v){w.uint(2013922064);var flags=0;if(v.popup===true)flags|=1;var _minAgeConfirm=v.minAgeConfirm!==undefined;if(_minAgeConfirm)flags|=2;w.uint(flags);w.object(h(v,'id'));w.string(h(v,'text'));w.vector(w.object,h(v,'entities'));if(_minAgeConfirm)w.int(v.minAgeConfirm);},
|
|
569
|
+
'messages.savedGifsNotModified':function(w){w.uint(3892468898);},
|
|
570
|
+
'messages.savedGifs':function(w,v){w.uint(2225089037);w.long(h(v,'hash'));w.vector(w.object,h(v,'gifs'));},
|
|
571
|
+
'inputBotInlineMessageMediaAuto':function(w,v){w.uint(864077702);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
572
|
+
'inputBotInlineMessageText':function(w,v){w.uint(1036876423);var flags=0;if(v.noWebpage===true)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
573
|
+
'inputBotInlineMessageMediaGeo':function(w,v){w.uint(2526190213);var flags=0;var _heading=v.heading!==undefined;if(_heading)flags|=1;var _period=v.period!==undefined;if(_period)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;var _proximityNotificationRadius=v.proximityNotificationRadius!==undefined;if(_proximityNotificationRadius)flags|=8;w.uint(flags);w.object(h(v,'geoPoint'));if(_heading)w.int(v.heading);if(_period)w.int(v.period);if(_proximityNotificationRadius)w.int(v.proximityNotificationRadius);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
574
|
+
'inputBotInlineMessageMediaVenue':function(w,v){w.uint(1098628881);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.object(h(v,'geoPoint'));w.string(h(v,'title'));w.string(h(v,'address'));w.string(h(v,'provider'));w.string(h(v,'venueId'));w.string(h(v,'venueType'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
575
|
+
'inputBotInlineMessageMediaContact':function(w,v){w.uint(2800599037);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'vcard'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
576
|
+
'inputBotInlineMessageGame':function(w,v){w.uint(1262639204);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
577
|
+
'inputBotInlineMessageMediaInvoice':function(w,v){w.uint(3622273573);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.object(h(v,'invoice'));w.bytes(h(v,'payload'));w.string(h(v,'provider'));w.object(h(v,'providerData'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
578
|
+
'inputBotInlineResult':function(w,v){w.uint(2294256409);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _description=v.description!==undefined;if(_description)flags|=4;var _url=v.url!==undefined;if(_url)flags|=8;var _thumb=v.thumb!==undefined;if(_thumb)flags|=16;var _content=v.content!==undefined;if(_content)flags|=32;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_url)w.string(v.url);if(_thumb)w.object(v.thumb);if(_content)w.object(v.content);w.object(h(v,'sendMessage'));},
|
|
579
|
+
'inputBotInlineResultPhoto':function(w,v){w.uint(2832753831);w.string(h(v,'id'));w.string(h(v,'type'));w.object(h(v,'photo'));w.object(h(v,'sendMessage'));},
|
|
580
|
+
'inputBotInlineResultDocument':function(w,v){w.uint(4294507972);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _description=v.description!==undefined;if(_description)flags|=4;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_title)w.string(v.title);if(_description)w.string(v.description);w.object(h(v,'document'));w.object(h(v,'sendMessage'));},
|
|
581
|
+
'inputBotInlineResultGame':function(w,v){w.uint(1336154098);w.string(h(v,'id'));w.string(h(v,'shortName'));w.object(h(v,'sendMessage'));},
|
|
582
|
+
'botInlineMessageMediaAuto':function(w,v){w.uint(1984755728);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
583
|
+
'botInlineMessageText':function(w,v){w.uint(2357159394);var flags=0;if(v.noWebpage===true)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
584
|
+
'botInlineMessageMediaGeo':function(w,v){w.uint(85477117);var flags=0;var _heading=v.heading!==undefined;if(_heading)flags|=1;var _period=v.period!==undefined;if(_period)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;var _proximityNotificationRadius=v.proximityNotificationRadius!==undefined;if(_proximityNotificationRadius)flags|=8;w.uint(flags);w.object(h(v,'geo'));if(_heading)w.int(v.heading);if(_period)w.int(v.period);if(_proximityNotificationRadius)w.int(v.proximityNotificationRadius);if(_replyMarkup)w.object(v.replyMarkup);},
|
|
585
|
+
'botInlineMessageMediaVenue':function(w,v){w.uint(2324063644);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.object(h(v,'geo'));w.string(h(v,'title'));w.string(h(v,'address'));w.string(h(v,'provider'));w.string(h(v,'venueId'));w.string(h(v,'venueType'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
586
|
+
'botInlineMessageMediaContact':function(w,v){w.uint(416402882);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'vcard'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
587
|
+
'botInlineMessageMediaInvoice':function(w,v){w.uint(894081801);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;if(v.shippingAddressRequested===true)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.test===true)flags|=8;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
588
|
+
'botInlineResult':function(w,v){w.uint(295067450);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _description=v.description!==undefined;if(_description)flags|=4;var _url=v.url!==undefined;if(_url)flags|=8;var _thumb=v.thumb!==undefined;if(_thumb)flags|=16;var _content=v.content!==undefined;if(_content)flags|=32;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_url)w.string(v.url);if(_thumb)w.object(v.thumb);if(_content)w.object(v.content);w.object(h(v,'sendMessage'));},
|
|
589
|
+
'botInlineMediaResult':function(w,v){w.uint(400266251);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _document=v.document!==undefined;if(_document)flags|=2;var _title=v.title!==undefined;if(_title)flags|=4;var _description=v.description!==undefined;if(_description)flags|=8;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_photo)w.object(v.photo);if(_document)w.object(v.document);if(_title)w.string(v.title);if(_description)w.string(v.description);w.object(h(v,'sendMessage'));},
|
|
590
|
+
'messages.botResults':function(w,v){w.uint(3760321270);var flags=0;if(v.gallery===true)flags|=1;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=2;var _switchPm=v.switchPm!==undefined;if(_switchPm)flags|=4;var _switchWebview=v.switchWebview!==undefined;if(_switchWebview)flags|=8;w.uint(flags);w.long(h(v,'queryId'));if(_nextOffset)w.string(v.nextOffset);if(_switchPm)w.object(v.switchPm);if(_switchWebview)w.object(v.switchWebview);w.vector(w.object,h(v,'results'));w.int(h(v,'cacheTime'));w.vector(w.object,h(v,'users'));},
|
|
591
|
+
'exportedMessageLink':function(w,v){w.uint(1571494644);w.string(h(v,'link'));w.string(h(v,'html'));},
|
|
592
|
+
'messageFwdHeader':function(w,v){w.uint(1601666510);var flags=0;var _fromId=v.fromId!==undefined;if(_fromId)flags|=1;var _channelPost=v.channelPost!==undefined;if(_channelPost)flags|=4;var _postAuthor=v.postAuthor!==undefined;if(_postAuthor)flags|=8;var _savedFromPeer=v.savedFromPeer!==undefined;var _savedFromMsgId=v.savedFromMsgId!==undefined;var _flags_4=_savedFromPeer||_savedFromMsgId;if(_flags_4)flags|=16;var _fromName=v.fromName!==undefined;if(_fromName)flags|=32;var _psaType=v.psaType!==undefined;if(_psaType)flags|=64;if(v.imported===true)flags|=128;w.uint(flags);if(_fromId)w.object(v.fromId);if(_fromName)w.string(v.fromName);w.int(h(v,'date'));if(_channelPost)w.int(v.channelPost);if(_postAuthor)w.string(v.postAuthor);if(_flags_4)w.object(v.savedFromPeer);if(_flags_4)w.int(v.savedFromMsgId);if(_psaType)w.string(v.psaType);},
|
|
593
|
+
'auth.codeTypeSms':function(w){w.uint(1923290508);},
|
|
594
|
+
'auth.codeTypeCall':function(w){w.uint(1948046307);},
|
|
595
|
+
'auth.codeTypeFlashCall':function(w){w.uint(577556219);},
|
|
596
|
+
'auth.codeTypeMissedCall':function(w){w.uint(3592083182);},
|
|
597
|
+
'auth.codeTypeFragmentSms':function(w){w.uint(116234636);},
|
|
598
|
+
'auth.sentCodeTypeApp':function(w,v){w.uint(1035688326);w.int(h(v,'length'));},
|
|
599
|
+
'auth.sentCodeTypeSms':function(w,v){w.uint(3221273506);w.int(h(v,'length'));},
|
|
600
|
+
'auth.sentCodeTypeCall':function(w,v){w.uint(1398007207);w.int(h(v,'length'));},
|
|
601
|
+
'auth.sentCodeTypeFlashCall':function(w,v){w.uint(2869151449);w.string(h(v,'pattern'));},
|
|
602
|
+
'auth.sentCodeTypeMissedCall':function(w,v){w.uint(2181063812);w.string(h(v,'prefix'));w.int(h(v,'length'));},
|
|
603
|
+
'auth.sentCodeTypeEmailCode':function(w,v){w.uint(4098946459);var flags=0;if(v.appleSigninAllowed===true)flags|=1;if(v.googleSigninAllowed===true)flags|=2;var _resetAvailablePeriod=v.resetAvailablePeriod!==undefined;if(_resetAvailablePeriod)flags|=8;var _resetPendingDate=v.resetPendingDate!==undefined;if(_resetPendingDate)flags|=16;w.uint(flags);w.string(h(v,'emailPattern'));w.int(h(v,'length'));if(_resetAvailablePeriod)w.int(v.resetAvailablePeriod);if(_resetPendingDate)w.int(v.resetPendingDate);},
|
|
604
|
+
'auth.sentCodeTypeSetUpEmailRequired':function(w,v){w.uint(2773032426);var flags=0;if(v.appleSigninAllowed===true)flags|=1;if(v.googleSigninAllowed===true)flags|=2;w.uint(flags);},
|
|
605
|
+
'auth.sentCodeTypeFragmentSms':function(w,v){w.uint(3646315577);w.string(h(v,'url'));w.int(h(v,'length'));},
|
|
606
|
+
'auth.sentCodeTypeFirebaseSms':function(w,v){w.uint(3850048562);var flags=0;var _nonce=v.nonce!==undefined;if(_nonce)flags|=1;var _receipt=v.receipt!==undefined;var _pushTimeout=v.pushTimeout!==undefined;var _flags_1=_receipt||_pushTimeout;if(_flags_1)flags|=2;w.uint(flags);if(_nonce)w.bytes(v.nonce);if(_flags_1)w.string(v.receipt);if(_flags_1)w.int(v.pushTimeout);w.int(h(v,'length'));},
|
|
607
|
+
'messages.botCallbackAnswer':function(w,v){w.uint(911761060);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;if(v.hasUrl===true)flags|=8;if(v.nativeUi===true)flags|=16;w.uint(flags);if(_message)w.string(v.message);if(_url)w.string(v.url);w.int(h(v,'cacheTime'));},
|
|
608
|
+
'messages.messageEditData':function(w,v){w.uint(649453030);var flags=0;if(v.caption===true)flags|=1;w.uint(flags);},
|
|
609
|
+
'inputBotInlineMessageID':function(w,v){w.uint(2299280777);w.int(h(v,'dcId'));w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
610
|
+
'inputBotInlineMessageID64':function(w,v){w.uint(3067680215);w.int(h(v,'dcId'));w.long(h(v,'ownerId'));w.int(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
611
|
+
'inlineBotSwitchPM':function(w,v){w.uint(1008755359);w.string(h(v,'text'));w.string(h(v,'startParam'));},
|
|
612
|
+
'messages.peerDialogs':function(w,v){w.uint(863093588);w.vector(w.object,h(v,'dialogs'));w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.object(h(v,'state'));},
|
|
613
|
+
'topPeer':function(w,v){w.uint(3989684315);w.object(h(v,'peer'));w.double(h(v,'rating'));},
|
|
614
|
+
'topPeerCategoryBotsPM':function(w){w.uint(2875595611);},
|
|
615
|
+
'topPeerCategoryBotsInline':function(w){w.uint(344356834);},
|
|
616
|
+
'topPeerCategoryCorrespondents':function(w){w.uint(104314861);},
|
|
617
|
+
'topPeerCategoryGroups':function(w){w.uint(3172442442);},
|
|
618
|
+
'topPeerCategoryChannels':function(w){w.uint(371037736);},
|
|
619
|
+
'topPeerCategoryPhoneCalls':function(w){w.uint(511092620);},
|
|
620
|
+
'topPeerCategoryForwardUsers':function(w){w.uint(2822794409);},
|
|
621
|
+
'topPeerCategoryForwardChats':function(w){w.uint(4226728176);},
|
|
622
|
+
'topPeerCategoryPeers':function(w,v){w.uint(4219683473);w.object(h(v,'category'));w.int(h(v,'count'));w.vector(w.object,h(v,'peers'));},
|
|
623
|
+
'contacts.topPeersNotModified':function(w){w.uint(3727060725);},
|
|
624
|
+
'contacts.topPeers':function(w,v){w.uint(1891070632);w.vector(w.object,h(v,'categories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
625
|
+
'contacts.topPeersDisabled':function(w){w.uint(3039597469);},
|
|
626
|
+
'draftMessageEmpty':function(w,v){w.uint(453805082);var flags=0;var _date=v.date!==undefined;if(_date)flags|=1;w.uint(flags);if(_date)w.int(v.date);},
|
|
627
|
+
'draftMessage':function(w,v){w.uint(1070397423);var flags=0;if(v.noWebpage===true)flags|=2;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=16;var _media=v.media!==undefined;if(_media)flags|=32;if(v.invertMedia===true)flags|=64;w.uint(flags);if(_replyTo)w.object(v.replyTo);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_media)w.object(v.media);w.int(h(v,'date'));},
|
|
628
|
+
'messages.featuredStickersNotModified':function(w,v){w.uint(3336309862);w.int(h(v,'count'));},
|
|
629
|
+
'messages.featuredStickers':function(w,v){w.uint(3191351558);var flags=0;if(v.premium===true)flags|=1;w.uint(flags);w.long(h(v,'hash'));w.int(h(v,'count'));w.vector(w.object,h(v,'sets'));w.vector(w.long,h(v,'unread'));},
|
|
630
|
+
'messages.recentStickersNotModified':function(w){w.uint(186120336);},
|
|
631
|
+
'messages.recentStickers':function(w,v){w.uint(2295561302);w.long(h(v,'hash'));w.vector(w.object,h(v,'packs'));w.vector(w.object,h(v,'stickers'));w.vector(w.int,h(v,'dates'));},
|
|
632
|
+
'messages.archivedStickers':function(w,v){w.uint(1338747336);w.int(h(v,'count'));w.vector(w.object,h(v,'sets'));},
|
|
633
|
+
'messages.stickerSetInstallResultSuccess':function(w){w.uint(946083368);},
|
|
634
|
+
'messages.stickerSetInstallResultArchive':function(w,v){w.uint(904138920);w.vector(w.object,h(v,'sets'));},
|
|
635
|
+
'stickerSetCovered':function(w,v){w.uint(1678812626);w.object(h(v,'set'));w.object(h(v,'cover'));},
|
|
636
|
+
'stickerSetMultiCovered':function(w,v){w.uint(872932635);w.object(h(v,'set'));w.vector(w.object,h(v,'covers'));},
|
|
637
|
+
'stickerSetFullCovered':function(w,v){w.uint(1087454222);w.object(h(v,'set'));w.vector(w.object,h(v,'packs'));w.vector(w.object,h(v,'keywords'));w.vector(w.object,h(v,'documents'));},
|
|
638
|
+
'stickerSetNoCovered':function(w,v){w.uint(2008112412);w.object(h(v,'set'));},
|
|
639
|
+
'maskCoords':function(w,v){w.uint(2933316530);w.int(h(v,'n'));w.double(h(v,'x'));w.double(h(v,'y'));w.double(h(v,'zoom'));},
|
|
640
|
+
'inputStickeredMediaPhoto':function(w,v){w.uint(1251549527);w.object(h(v,'id'));},
|
|
641
|
+
'inputStickeredMediaDocument':function(w,v){w.uint(70813275);w.object(h(v,'id'));},
|
|
642
|
+
'game':function(w,v){w.uint(3187238203);var flags=0;var _document=v.document!==undefined;if(_document)flags|=1;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'shortName'));w.string(h(v,'title'));w.string(h(v,'description'));w.object(h(v,'photo'));if(_document)w.object(v.document);},
|
|
643
|
+
'inputGameID':function(w,v){w.uint(53231223);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
644
|
+
'inputGameShortName':function(w,v){w.uint(3274827786);w.object(h(v,'botId'));w.string(h(v,'shortName'));},
|
|
645
|
+
'highScore':function(w,v){w.uint(1940093419);w.int(h(v,'pos'));w.int53(h(v,'userId'));w.int(h(v,'score'));},
|
|
646
|
+
'messages.highScores':function(w,v){w.uint(2587622809);w.vector(w.object,h(v,'scores'));w.vector(w.object,h(v,'users'));},
|
|
647
|
+
'textEmpty':function(w){w.uint(3695018575);},
|
|
648
|
+
'textPlain':function(w,v){w.uint(1950782688);w.string(h(v,'text'));},
|
|
649
|
+
'textBold':function(w,v){w.uint(1730456516);w.object(h(v,'text'));},
|
|
650
|
+
'textItalic':function(w,v){w.uint(3641877916);w.object(h(v,'text'));},
|
|
651
|
+
'textUnderline':function(w,v){w.uint(3240501956);w.object(h(v,'text'));},
|
|
652
|
+
'textStrike':function(w,v){w.uint(2616769429);w.object(h(v,'text'));},
|
|
653
|
+
'textFixed':function(w,v){w.uint(1816074681);w.object(h(v,'text'));},
|
|
654
|
+
'textUrl':function(w,v){w.uint(1009288385);w.object(h(v,'text'));w.string(h(v,'url'));w.long(h(v,'webpageId'));},
|
|
655
|
+
'textEmail':function(w,v){w.uint(3730443734);w.object(h(v,'text'));w.string(h(v,'email'));},
|
|
656
|
+
'textConcat':function(w,v){w.uint(2120376535);w.vector(w.object,h(v,'texts'));},
|
|
657
|
+
'textSubscript':function(w,v){w.uint(3983181060);w.object(h(v,'text'));},
|
|
658
|
+
'textSuperscript':function(w,v){w.uint(3355139585);w.object(h(v,'text'));},
|
|
659
|
+
'textMarked':function(w,v){w.uint(55281185);w.object(h(v,'text'));},
|
|
660
|
+
'textPhone':function(w,v){w.uint(483104362);w.object(h(v,'text'));w.string(h(v,'phone'));},
|
|
661
|
+
'textImage':function(w,v){w.uint(136105807);w.long(h(v,'documentId'));w.int(h(v,'w'));w.int(h(v,'h'));},
|
|
662
|
+
'textAnchor':function(w,v){w.uint(894777186);w.object(h(v,'text'));w.string(h(v,'name'));},
|
|
663
|
+
'pageBlockUnsupported':function(w){w.uint(324435594);},
|
|
664
|
+
'pageBlockTitle':function(w,v){w.uint(1890305021);w.object(h(v,'text'));},
|
|
665
|
+
'pageBlockSubtitle':function(w,v){w.uint(2415565343);w.object(h(v,'text'));},
|
|
666
|
+
'pageBlockAuthorDate':function(w,v){w.uint(3132089824);w.object(h(v,'author'));w.int(h(v,'publishedDate'));},
|
|
667
|
+
'pageBlockHeader':function(w,v){w.uint(3218105580);w.object(h(v,'text'));},
|
|
668
|
+
'pageBlockSubheader':function(w,v){w.uint(4046173921);w.object(h(v,'text'));},
|
|
669
|
+
'pageBlockParagraph':function(w,v){w.uint(1182402406);w.object(h(v,'text'));},
|
|
670
|
+
'pageBlockPreformatted':function(w,v){w.uint(3228621118);w.object(h(v,'text'));w.string(h(v,'language'));},
|
|
671
|
+
'pageBlockFooter':function(w,v){w.uint(1216809369);w.object(h(v,'text'));},
|
|
672
|
+
'pageBlockDivider':function(w){w.uint(3676352904);},
|
|
673
|
+
'pageBlockAnchor':function(w,v){w.uint(3456972720);w.string(h(v,'name'));},
|
|
674
|
+
'pageBlockList':function(w,v){w.uint(3840442385);w.vector(w.object,h(v,'items'));},
|
|
675
|
+
'pageBlockBlockquote':function(w,v){w.uint(641563686);w.object(h(v,'text'));w.object(h(v,'caption'));},
|
|
676
|
+
'pageBlockPullquote':function(w,v){w.uint(1329878739);w.object(h(v,'text'));w.object(h(v,'caption'));},
|
|
677
|
+
'pageBlockPhoto':function(w,v){w.uint(391759200);var flags=0;var _url=v.url!==undefined;var _webpageId=v.webpageId!==undefined;var _flags_0=_url||_webpageId;if(_flags_0)flags|=1;w.uint(flags);w.long(h(v,'photoId'));w.object(h(v,'caption'));if(_flags_0)w.string(v.url);if(_flags_0)w.long(v.webpageId);},
|
|
678
|
+
'pageBlockVideo':function(w,v){w.uint(2089805750);var flags=0;if(v.autoplay===true)flags|=1;if(v.loop===true)flags|=2;w.uint(flags);w.long(h(v,'videoId'));w.object(h(v,'caption'));},
|
|
679
|
+
'pageBlockCover':function(w,v){w.uint(972174080);w.object(h(v,'cover'));},
|
|
680
|
+
'pageBlockEmbed':function(w,v){w.uint(2826014149);var flags=0;if(v.fullWidth===true)flags|=1;var _url=v.url!==undefined;if(_url)flags|=2;var _html=v.html!==undefined;if(_html)flags|=4;if(v.allowScrolling===true)flags|=8;var _posterPhotoId=v.posterPhotoId!==undefined;if(_posterPhotoId)flags|=16;var _w=v.w!==undefined;var _h=v.h!==undefined;var _flags_5=_w||_h;if(_flags_5)flags|=32;w.uint(flags);if(_url)w.string(v.url);if(_html)w.string(v.html);if(_posterPhotoId)w.long(v.posterPhotoId);if(_flags_5)w.int(v.w);if(_flags_5)w.int(v.h);w.object(h(v,'caption'));},
|
|
681
|
+
'pageBlockEmbedPost':function(w,v){w.uint(4065961995);w.string(h(v,'url'));w.long(h(v,'webpageId'));w.long(h(v,'authorPhotoId'));w.string(h(v,'author'));w.int(h(v,'date'));w.vector(w.object,h(v,'blocks'));w.object(h(v,'caption'));},
|
|
682
|
+
'pageBlockCollage':function(w,v){w.uint(1705048653);w.vector(w.object,h(v,'items'));w.object(h(v,'caption'));},
|
|
683
|
+
'pageBlockSlideshow':function(w,v){w.uint(52401552);w.vector(w.object,h(v,'items'));w.object(h(v,'caption'));},
|
|
684
|
+
'pageBlockChannel':function(w,v){w.uint(4011282869);w.object(h(v,'channel'));},
|
|
685
|
+
'pageBlockAudio':function(w,v){w.uint(2151899626);w.long(h(v,'audioId'));w.object(h(v,'caption'));},
|
|
686
|
+
'pageBlockKicker':function(w,v){w.uint(504660880);w.object(h(v,'text'));},
|
|
687
|
+
'pageBlockTable':function(w,v){w.uint(3209554562);var flags=0;if(v.bordered===true)flags|=1;if(v.striped===true)flags|=2;w.uint(flags);w.object(h(v,'title'));w.vector(w.object,h(v,'rows'));},
|
|
688
|
+
'pageBlockOrderedList':function(w,v){w.uint(2592793057);w.vector(w.object,h(v,'items'));},
|
|
689
|
+
'pageBlockDetails':function(w,v){w.uint(1987480557);var flags=0;if(v.open===true)flags|=1;w.uint(flags);w.vector(w.object,h(v,'blocks'));w.object(h(v,'title'));},
|
|
690
|
+
'pageBlockRelatedArticles':function(w,v){w.uint(370236054);w.object(h(v,'title'));w.vector(w.object,h(v,'articles'));},
|
|
691
|
+
'pageBlockMap':function(w,v){w.uint(2756656886);w.object(h(v,'geo'));w.int(h(v,'zoom'));w.int(h(v,'w'));w.int(h(v,'h'));w.object(h(v,'caption'));},
|
|
692
|
+
'phoneCallDiscardReasonMissed':function(w){w.uint(2246320897);},
|
|
693
|
+
'phoneCallDiscardReasonDisconnect':function(w){w.uint(3767910816);},
|
|
694
|
+
'phoneCallDiscardReasonHangup':function(w){w.uint(1471006352);},
|
|
695
|
+
'phoneCallDiscardReasonBusy':function(w){w.uint(4210550985);},
|
|
696
|
+
'dataJSON':function(w,v){w.uint(2104790276);w.string(h(v,'data'));},
|
|
697
|
+
'labeledPrice':function(w,v){w.uint(3408489464);w.string(h(v,'label'));w.long(h(v,'amount'));},
|
|
698
|
+
'invoice':function(w,v){w.uint(1572428309);var flags=0;if(v.test===true)flags|=1;if(v.nameRequested===true)flags|=2;if(v.phoneRequested===true)flags|=4;if(v.emailRequested===true)flags|=8;if(v.shippingAddressRequested===true)flags|=16;if(v.flexible===true)flags|=32;if(v.phoneToProvider===true)flags|=64;if(v.emailToProvider===true)flags|=128;var _maxTipAmount=v.maxTipAmount!==undefined;var _suggestedTipAmounts=v.suggestedTipAmounts&&v.suggestedTipAmounts.length;var _flags_8=_maxTipAmount||_suggestedTipAmounts;if(_flags_8)flags|=256;if(v.recurring===true)flags|=512;var _termsUrl=v.termsUrl!==undefined;if(_termsUrl)flags|=1024;w.uint(flags);w.string(h(v,'currency'));w.vector(w.object,h(v,'prices'));if(_flags_8)w.long(v.maxTipAmount);if(_flags_8)w.vector(w.long,v.suggestedTipAmounts);if(_termsUrl)w.string(v.termsUrl);},
|
|
699
|
+
'paymentCharge':function(w,v){w.uint(3926049406);w.string(h(v,'id'));w.string(h(v,'providerChargeId'));},
|
|
700
|
+
'postAddress':function(w,v){w.uint(512535275);w.string(h(v,'streetLine1'));w.string(h(v,'streetLine2'));w.string(h(v,'city'));w.string(h(v,'state'));w.string(h(v,'countryIso2'));w.string(h(v,'postCode'));},
|
|
701
|
+
'paymentRequestedInfo':function(w,v){w.uint(2426158996);var flags=0;var _name=v.name!==undefined;if(_name)flags|=1;var _phone=v.phone!==undefined;if(_phone)flags|=2;var _email=v.email!==undefined;if(_email)flags|=4;var _shippingAddress=v.shippingAddress!==undefined;if(_shippingAddress)flags|=8;w.uint(flags);if(_name)w.string(v.name);if(_phone)w.string(v.phone);if(_email)w.string(v.email);if(_shippingAddress)w.object(v.shippingAddress);},
|
|
702
|
+
'paymentSavedCredentialsCard':function(w,v){w.uint(3452074527);w.string(h(v,'id'));w.string(h(v,'title'));},
|
|
703
|
+
'webDocument':function(w,v){w.uint(475467473);w.string(h(v,'url'));w.long(h(v,'accessHash'));w.int(h(v,'size'));w.string(h(v,'mimeType'));w.vector(w.object,h(v,'attributes'));},
|
|
704
|
+
'webDocumentNoProxy':function(w,v){w.uint(4190682310);w.string(h(v,'url'));w.int(h(v,'size'));w.string(h(v,'mimeType'));w.vector(w.object,h(v,'attributes'));},
|
|
705
|
+
'inputWebDocument':function(w,v){w.uint(2616017741);w.string(h(v,'url'));w.int(h(v,'size'));w.string(h(v,'mimeType'));w.vector(w.object,h(v,'attributes'));},
|
|
706
|
+
'inputWebFileLocation':function(w,v){w.uint(3258570374);w.string(h(v,'url'));w.long(h(v,'accessHash'));},
|
|
707
|
+
'inputWebFileGeoPointLocation':function(w,v){w.uint(2669814217);w.object(h(v,'geoPoint'));w.long(h(v,'accessHash'));w.int(h(v,'w'));w.int(h(v,'h'));w.int(h(v,'zoom'));w.int(h(v,'scale'));},
|
|
708
|
+
'inputWebFileAudioAlbumThumbLocation':function(w,v){w.uint(4100974884);var flags=0;var _document=v.document!==undefined;if(_document)flags|=1;var _title=v.title!==undefined;var _performer=v.performer!==undefined;var _flags_1=_title||_performer;if(_flags_1)flags|=2;if(v.small===true)flags|=4;w.uint(flags);if(_document)w.object(v.document);if(_flags_1)w.string(v.title);if(_flags_1)w.string(v.performer);},
|
|
709
|
+
'upload.webFile':function(w,v){w.uint(568808380);w.int(h(v,'size'));w.string(h(v,'mimeType'));w.object(h(v,'fileType'));w.int(h(v,'mtime'));w.bytes(h(v,'bytes'));},
|
|
710
|
+
'payments.paymentForm':function(w,v){w.uint(2684716881);var flags=0;var _savedInfo=v.savedInfo!==undefined;if(_savedInfo)flags|=1;var _savedCredentials=v.savedCredentials&&v.savedCredentials.length;if(_savedCredentials)flags|=2;if(v.canSaveCredentials===true)flags|=4;if(v.passwordMissing===true)flags|=8;var _nativeProvider=v.nativeProvider!==undefined;var _nativeParams=v.nativeParams!==undefined;var _flags_4=_nativeProvider||_nativeParams;if(_flags_4)flags|=16;var _photo=v.photo!==undefined;if(_photo)flags|=32;var _additionalMethods=v.additionalMethods&&v.additionalMethods.length;if(_additionalMethods)flags|=64;w.uint(flags);w.long(h(v,'formId'));w.int53(h(v,'botId'));w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.object(h(v,'invoice'));w.long(h(v,'providerId'));w.string(h(v,'url'));if(_flags_4)w.string(v.nativeProvider);if(_flags_4)w.object(v.nativeParams);if(_additionalMethods)w.vector(w.object,v.additionalMethods);if(_savedInfo)w.object(v.savedInfo);if(_savedCredentials)w.vector(w.object,v.savedCredentials);w.vector(w.object,h(v,'users'));},
|
|
711
|
+
'payments.validatedRequestedInfo':function(w,v){w.uint(3510966403);var flags=0;var _id=v.id!==undefined;if(_id)flags|=1;var _shippingOptions=v.shippingOptions&&v.shippingOptions.length;if(_shippingOptions)flags|=2;w.uint(flags);if(_id)w.string(v.id);if(_shippingOptions)w.vector(w.object,v.shippingOptions);},
|
|
712
|
+
'payments.paymentResult':function(w,v){w.uint(1314881805);w.object(h(v,'updates'));},
|
|
713
|
+
'payments.paymentVerificationNeeded':function(w,v){w.uint(3628142905);w.string(h(v,'url'));},
|
|
714
|
+
'payments.paymentReceipt':function(w,v){w.uint(1891958275);var flags=0;var _info=v.info!==undefined;if(_info)flags|=1;var _shipping=v.shipping!==undefined;if(_shipping)flags|=2;var _photo=v.photo!==undefined;if(_photo)flags|=4;var _tipAmount=v.tipAmount!==undefined;if(_tipAmount)flags|=8;w.uint(flags);w.int(h(v,'date'));w.int53(h(v,'botId'));w.long(h(v,'providerId'));w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.object(h(v,'invoice'));if(_info)w.object(v.info);if(_shipping)w.object(v.shipping);if(_tipAmount)w.long(v.tipAmount);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));w.string(h(v,'credentialsTitle'));w.vector(w.object,h(v,'users'));},
|
|
715
|
+
'payments.savedInfo':function(w,v){w.uint(4220511292);var flags=0;var _savedInfo=v.savedInfo!==undefined;if(_savedInfo)flags|=1;if(v.hasSavedCredentials===true)flags|=2;w.uint(flags);if(_savedInfo)w.object(v.savedInfo);},
|
|
716
|
+
'inputPaymentCredentialsSaved':function(w,v){w.uint(3238965967);w.string(h(v,'id'));w.bytes(h(v,'tmpPassword'));},
|
|
717
|
+
'inputPaymentCredentials':function(w,v){w.uint(873977640);var flags=0;if(v.save===true)flags|=1;w.uint(flags);w.object(h(v,'data'));},
|
|
718
|
+
'inputPaymentCredentialsApplePay':function(w,v){w.uint(178373535);w.object(h(v,'paymentData'));},
|
|
719
|
+
'inputPaymentCredentialsGooglePay':function(w,v){w.uint(2328045569);w.object(h(v,'paymentToken'));},
|
|
720
|
+
'account.tmpPassword':function(w,v){w.uint(3680828724);w.bytes(h(v,'tmpPassword'));w.int(h(v,'validUntil'));},
|
|
721
|
+
'shippingOption':function(w,v){w.uint(3055631583);w.string(h(v,'id'));w.string(h(v,'title'));w.vector(w.object,h(v,'prices'));},
|
|
722
|
+
'inputStickerSetItem':function(w,v){w.uint(853188252);var flags=0;var _maskCoords=v.maskCoords!==undefined;if(_maskCoords)flags|=1;var _keywords=v.keywords!==undefined;if(_keywords)flags|=2;w.uint(flags);w.object(h(v,'document'));w.string(h(v,'emoji'));if(_maskCoords)w.object(v.maskCoords);if(_keywords)w.string(v.keywords);},
|
|
723
|
+
'inputPhoneCall':function(w,v){w.uint(506920429);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
724
|
+
'phoneCallEmpty':function(w,v){w.uint(1399245077);w.long(h(v,'id'));},
|
|
725
|
+
'phoneCallWaiting':function(w,v){w.uint(3307368215);var flags=0;var _receiveDate=v.receiveDate!==undefined;if(_receiveDate)flags|=1;if(v.video===true)flags|=64;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));w.object(h(v,'protocol'));if(_receiveDate)w.int(v.receiveDate);},
|
|
726
|
+
'phoneCallRequested':function(w,v){w.uint(347139340);var flags=0;if(v.video===true)flags|=64;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));w.bytes(h(v,'gAHash'));w.object(h(v,'protocol'));},
|
|
727
|
+
'phoneCallAccepted':function(w,v){w.uint(912311057);var flags=0;if(v.video===true)flags|=64;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));w.bytes(h(v,'gB'));w.object(h(v,'protocol'));},
|
|
728
|
+
'phoneCall':function(w,v){w.uint(2524937319);var flags=0;if(v.p2pAllowed===true)flags|=32;if(v.video===true)flags|=64;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'date'));w.int53(h(v,'adminId'));w.int53(h(v,'participantId'));w.bytes(h(v,'gAOrB'));w.long(h(v,'keyFingerprint'));w.object(h(v,'protocol'));w.vector(w.object,h(v,'connections'));w.int(h(v,'startDate'));},
|
|
729
|
+
'phoneCallDiscarded':function(w,v){w.uint(1355435489);var flags=0;var _reason=v.reason!==undefined;if(_reason)flags|=1;var _duration=v.duration!==undefined;if(_duration)flags|=2;if(v.needRating===true)flags|=4;if(v.needDebug===true)flags|=8;if(v.video===true)flags|=64;w.uint(flags);w.long(h(v,'id'));if(_reason)w.object(v.reason);if(_duration)w.int(v.duration);},
|
|
730
|
+
'phoneConnection':function(w,v){w.uint(2629903303);var flags=0;if(v.tcp===true)flags|=1;w.uint(flags);w.long(h(v,'id'));w.string(h(v,'ip'));w.string(h(v,'ipv6'));w.int(h(v,'port'));w.bytes(h(v,'peerTag'));},
|
|
731
|
+
'phoneConnectionWebrtc':function(w,v){w.uint(1667228533);var flags=0;if(v.turn===true)flags|=1;if(v.stun===true)flags|=2;w.uint(flags);w.long(h(v,'id'));w.string(h(v,'ip'));w.string(h(v,'ipv6'));w.int(h(v,'port'));w.string(h(v,'username'));w.string(h(v,'password'));},
|
|
732
|
+
'phoneCallProtocol':function(w,v){w.uint(4236742600);var flags=0;if(v.udpP2p===true)flags|=1;if(v.udpReflector===true)flags|=2;w.uint(flags);w.int(h(v,'minLayer'));w.int(h(v,'maxLayer'));w.vector(w.string,h(v,'libraryVersions'));},
|
|
733
|
+
'phone.phoneCall':function(w,v){w.uint(3968000320);w.object(h(v,'phoneCall'));w.vector(w.object,h(v,'users'));},
|
|
734
|
+
'upload.cdnFileReuploadNeeded':function(w,v){w.uint(4004045934);w.bytes(h(v,'requestToken'));},
|
|
735
|
+
'upload.cdnFile':function(w,v){w.uint(2845821519);w.bytes(h(v,'bytes'));},
|
|
736
|
+
'cdnPublicKey':function(w,v){w.uint(3380800186);w.int(h(v,'dcId'));w.string(h(v,'publicKey'));},
|
|
737
|
+
'cdnConfig':function(w,v){w.uint(1462101002);w.vector(w.object,h(v,'publicKeys'));},
|
|
738
|
+
'langPackString':function(w,v){w.uint(3402727926);w.string(h(v,'key'));w.string(h(v,'value'));},
|
|
739
|
+
'langPackStringPluralized':function(w,v){w.uint(1816636575);var flags=0;var _zeroValue=v.zeroValue!==undefined;if(_zeroValue)flags|=1;var _oneValue=v.oneValue!==undefined;if(_oneValue)flags|=2;var _twoValue=v.twoValue!==undefined;if(_twoValue)flags|=4;var _fewValue=v.fewValue!==undefined;if(_fewValue)flags|=8;var _manyValue=v.manyValue!==undefined;if(_manyValue)flags|=16;w.uint(flags);w.string(h(v,'key'));if(_zeroValue)w.string(v.zeroValue);if(_oneValue)w.string(v.oneValue);if(_twoValue)w.string(v.twoValue);if(_fewValue)w.string(v.fewValue);if(_manyValue)w.string(v.manyValue);w.string(h(v,'otherValue'));},
|
|
740
|
+
'langPackStringDeleted':function(w,v){w.uint(695856818);w.string(h(v,'key'));},
|
|
741
|
+
'langPackDifference':function(w,v){w.uint(4085629430);w.string(h(v,'langCode'));w.int(h(v,'fromVersion'));w.int(h(v,'version'));w.vector(w.object,h(v,'strings'));},
|
|
742
|
+
'langPackLanguage':function(w,v){w.uint(4006239459);var flags=0;if(v.official===true)flags|=1;var _baseLangCode=v.baseLangCode!==undefined;if(_baseLangCode)flags|=2;if(v.rtl===true)flags|=4;if(v.beta===true)flags|=8;w.uint(flags);w.string(h(v,'name'));w.string(h(v,'nativeName'));w.string(h(v,'langCode'));if(_baseLangCode)w.string(v.baseLangCode);w.string(h(v,'pluralCode'));w.int(h(v,'stringsCount'));w.int(h(v,'translatedCount'));w.string(h(v,'translationsUrl'));},
|
|
743
|
+
'channelAdminLogEventActionChangeTitle':function(w,v){w.uint(3873421349);w.string(h(v,'prevValue'));w.string(h(v,'newValue'));},
|
|
744
|
+
'channelAdminLogEventActionChangeAbout':function(w,v){w.uint(1427671598);w.string(h(v,'prevValue'));w.string(h(v,'newValue'));},
|
|
745
|
+
'channelAdminLogEventActionChangeUsername':function(w,v){w.uint(1783299128);w.string(h(v,'prevValue'));w.string(h(v,'newValue'));},
|
|
746
|
+
'channelAdminLogEventActionChangePhoto':function(w,v){w.uint(1129042607);w.object(h(v,'prevPhoto'));w.object(h(v,'newPhoto'));},
|
|
747
|
+
'channelAdminLogEventActionToggleInvites':function(w,v){w.uint(460916654);w.boolean(h(v,'newValue'));},
|
|
748
|
+
'channelAdminLogEventActionToggleSignatures':function(w,v){w.uint(648939889);w.boolean(h(v,'newValue'));},
|
|
749
|
+
'channelAdminLogEventActionUpdatePinned':function(w,v){w.uint(3924306968);w.object(h(v,'message'));},
|
|
750
|
+
'channelAdminLogEventActionEditMessage':function(w,v){w.uint(1889215493);w.object(h(v,'prevMessage'));w.object(h(v,'newMessage'));},
|
|
751
|
+
'channelAdminLogEventActionDeleteMessage':function(w,v){w.uint(1121994683);w.object(h(v,'message'));},
|
|
752
|
+
'channelAdminLogEventActionParticipantJoin':function(w){w.uint(405815507);},
|
|
753
|
+
'channelAdminLogEventActionParticipantLeave':function(w){w.uint(4170676210);},
|
|
754
|
+
'channelAdminLogEventActionParticipantInvite':function(w,v){w.uint(3810276568);w.object(h(v,'participant'));},
|
|
755
|
+
'channelAdminLogEventActionParticipantToggleBan':function(w,v){w.uint(3872931198);w.object(h(v,'prevParticipant'));w.object(h(v,'newParticipant'));},
|
|
756
|
+
'channelAdminLogEventActionParticipantToggleAdmin':function(w,v){w.uint(3580323600);w.object(h(v,'prevParticipant'));w.object(h(v,'newParticipant'));},
|
|
757
|
+
'channelAdminLogEventActionChangeStickerSet':function(w,v){w.uint(2982398631);w.object(h(v,'prevStickerset'));w.object(h(v,'newStickerset'));},
|
|
758
|
+
'channelAdminLogEventActionTogglePreHistoryHidden':function(w,v){w.uint(1599903217);w.boolean(h(v,'newValue'));},
|
|
759
|
+
'channelAdminLogEventActionDefaultBannedRights':function(w,v){w.uint(771095562);w.object(h(v,'prevBannedRights'));w.object(h(v,'newBannedRights'));},
|
|
760
|
+
'channelAdminLogEventActionStopPoll':function(w,v){w.uint(2399639107);w.object(h(v,'message'));},
|
|
761
|
+
'channelAdminLogEventActionChangeLinkedChat':function(w,v){w.uint(84703944);w.int53(h(v,'prevValue'));w.int53(h(v,'newValue'));},
|
|
762
|
+
'channelAdminLogEventActionChangeLocation':function(w,v){w.uint(241923758);w.object(h(v,'prevValue'));w.object(h(v,'newValue'));},
|
|
763
|
+
'channelAdminLogEventActionToggleSlowMode':function(w,v){w.uint(1401984889);w.int(h(v,'prevValue'));w.int(h(v,'newValue'));},
|
|
764
|
+
'channelAdminLogEventActionStartGroupCall':function(w,v){w.uint(589338437);w.object(h(v,'call'));},
|
|
765
|
+
'channelAdminLogEventActionDiscardGroupCall':function(w,v){w.uint(3684667712);w.object(h(v,'call'));},
|
|
766
|
+
'channelAdminLogEventActionParticipantMute':function(w,v){w.uint(4179895506);w.object(h(v,'participant'));},
|
|
767
|
+
'channelAdminLogEventActionParticipantUnmute':function(w,v){w.uint(3863226816);w.object(h(v,'participant'));},
|
|
768
|
+
'channelAdminLogEventActionToggleGroupCallSetting':function(w,v){w.uint(1456906823);w.boolean(h(v,'joinMuted'));},
|
|
769
|
+
'channelAdminLogEventActionParticipantJoinByInvite':function(w,v){w.uint(4271882584);var flags=0;if(v.viaChatlist===true)flags|=1;w.uint(flags);w.object(h(v,'invite'));},
|
|
770
|
+
'channelAdminLogEventActionExportedInviteDelete':function(w,v){w.uint(1515256996);w.object(h(v,'invite'));},
|
|
771
|
+
'channelAdminLogEventActionExportedInviteRevoke':function(w,v){w.uint(1091179342);w.object(h(v,'invite'));},
|
|
772
|
+
'channelAdminLogEventActionExportedInviteEdit':function(w,v){w.uint(3910056793);w.object(h(v,'prevInvite'));w.object(h(v,'newInvite'));},
|
|
773
|
+
'channelAdminLogEventActionParticipantVolume':function(w,v){w.uint(1048537159);w.object(h(v,'participant'));},
|
|
774
|
+
'channelAdminLogEventActionChangeHistoryTTL':function(w,v){w.uint(1855199800);w.int(h(v,'prevValue'));w.int(h(v,'newValue'));},
|
|
775
|
+
'channelAdminLogEventActionParticipantJoinByRequest':function(w,v){w.uint(2947945546);w.object(h(v,'invite'));w.int53(h(v,'approvedBy'));},
|
|
776
|
+
'channelAdminLogEventActionToggleNoForwards':function(w,v){w.uint(3408578406);w.boolean(h(v,'newValue'));},
|
|
777
|
+
'channelAdminLogEventActionSendMessage':function(w,v){w.uint(663693416);w.object(h(v,'message'));},
|
|
778
|
+
'channelAdminLogEventActionChangeAvailableReactions':function(w,v){w.uint(3192786680);w.object(h(v,'prevValue'));w.object(h(v,'newValue'));},
|
|
779
|
+
'channelAdminLogEventActionChangeUsernames':function(w,v){w.uint(4031755177);w.vector(w.string,h(v,'prevValue'));w.vector(w.string,h(v,'newValue'));},
|
|
780
|
+
'channelAdminLogEventActionToggleForum':function(w,v){w.uint(46949251);w.boolean(h(v,'newValue'));},
|
|
781
|
+
'channelAdminLogEventActionCreateTopic':function(w,v){w.uint(1483767080);w.object(h(v,'topic'));},
|
|
782
|
+
'channelAdminLogEventActionEditTopic':function(w,v){w.uint(4033864200);w.object(h(v,'prevTopic'));w.object(h(v,'newTopic'));},
|
|
783
|
+
'channelAdminLogEventActionDeleteTopic':function(w,v){w.uint(2920712457);w.object(h(v,'topic'));},
|
|
784
|
+
'channelAdminLogEventActionPinTopic':function(w,v){w.uint(1569535291);var flags=0;var _prevTopic=v.prevTopic!==undefined;if(_prevTopic)flags|=1;var _newTopic=v.newTopic!==undefined;if(_newTopic)flags|=2;w.uint(flags);if(_prevTopic)w.object(v.prevTopic);if(_newTopic)w.object(v.newTopic);},
|
|
785
|
+
'channelAdminLogEventActionToggleAntiSpam':function(w,v){w.uint(1693675004);w.boolean(h(v,'newValue'));},
|
|
786
|
+
'channelAdminLogEvent':function(w,v){w.uint(531458253);w.long(h(v,'id'));w.int(h(v,'date'));w.int53(h(v,'userId'));w.object(h(v,'action'));},
|
|
787
|
+
'channels.adminLogResults':function(w,v){w.uint(3985307469);w.vector(w.object,h(v,'events'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
788
|
+
'channelAdminLogEventsFilter':function(w,v){w.uint(3926948580);var flags=0;if(v.join===true)flags|=1;if(v.leave===true)flags|=2;if(v.invite===true)flags|=4;if(v.ban===true)flags|=8;if(v.unban===true)flags|=16;if(v.kick===true)flags|=32;if(v.unkick===true)flags|=64;if(v.promote===true)flags|=128;if(v.demote===true)flags|=256;if(v.info===true)flags|=512;if(v.settings===true)flags|=1024;if(v.pinned===true)flags|=2048;if(v.edit===true)flags|=4096;if(v.delete===true)flags|=8192;if(v.groupCall===true)flags|=16384;if(v.invites===true)flags|=32768;if(v.send===true)flags|=65536;if(v.forums===true)flags|=131072;w.uint(flags);},
|
|
789
|
+
'popularContact':function(w,v){w.uint(1558266229);w.long(h(v,'clientId'));w.int(h(v,'importers'));},
|
|
790
|
+
'messages.favedStickersNotModified':function(w){w.uint(2660214483);},
|
|
791
|
+
'messages.favedStickers':function(w,v){w.uint(750063767);w.long(h(v,'hash'));w.vector(w.object,h(v,'packs'));w.vector(w.object,h(v,'stickers'));},
|
|
792
|
+
'recentMeUrlUnknown':function(w,v){w.uint(1189204285);w.string(h(v,'url'));},
|
|
793
|
+
'recentMeUrlUser':function(w,v){w.uint(3106671074);w.string(h(v,'url'));w.int53(h(v,'userId'));},
|
|
794
|
+
'recentMeUrlChat':function(w,v){w.uint(3000660434);w.string(h(v,'url'));w.int53(h(v,'chatId'));},
|
|
795
|
+
'recentMeUrlChatInvite':function(w,v){w.uint(3947431965);w.string(h(v,'url'));w.object(h(v,'chatInvite'));},
|
|
796
|
+
'recentMeUrlStickerSet':function(w,v){w.uint(3154794460);w.string(h(v,'url'));w.object(h(v,'set'));},
|
|
797
|
+
'help.recentMeUrls':function(w,v){w.uint(235081943);w.vector(w.object,h(v,'urls'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
798
|
+
'inputSingleMedia':function(w,v){w.uint(482797855);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=1;w.uint(flags);w.object(h(v,'media'));w.long(h(v,'randomId'));w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);},
|
|
799
|
+
'webAuthorization':function(w,v){w.uint(2801333330);w.long(h(v,'hash'));w.int53(h(v,'botId'));w.string(h(v,'domain'));w.string(h(v,'browser'));w.string(h(v,'platform'));w.int(h(v,'dateCreated'));w.int(h(v,'dateActive'));w.string(h(v,'ip'));w.string(h(v,'region'));},
|
|
800
|
+
'account.webAuthorizations':function(w,v){w.uint(3981887996);w.vector(w.object,h(v,'authorizations'));w.vector(w.object,h(v,'users'));},
|
|
801
|
+
'inputMessageID':function(w,v){w.uint(2792792866);w.int(h(v,'id'));},
|
|
802
|
+
'inputMessageReplyTo':function(w,v){w.uint(3134751637);w.int(h(v,'id'));},
|
|
803
|
+
'inputMessagePinned':function(w){w.uint(2257003832);},
|
|
804
|
+
'inputMessageCallbackQuery':function(w,v){w.uint(2902071934);w.int(h(v,'id'));w.long(h(v,'queryId'));},
|
|
805
|
+
'inputDialogPeer':function(w,v){w.uint(4239064759);w.object(h(v,'peer'));},
|
|
806
|
+
'inputDialogPeerFolder':function(w,v){w.uint(1684014375);w.int(h(v,'folderId'));},
|
|
807
|
+
'dialogPeer':function(w,v){w.uint(3849174789);w.object(h(v,'peer'));},
|
|
808
|
+
'dialogPeerFolder':function(w,v){w.uint(1363483106);w.int(h(v,'folderId'));},
|
|
809
|
+
'messages.foundStickerSetsNotModified':function(w){w.uint(223655517);},
|
|
810
|
+
'messages.foundStickerSets':function(w,v){w.uint(2331024850);w.long(h(v,'hash'));w.vector(w.object,h(v,'sets'));},
|
|
811
|
+
'fileHash':function(w,v){w.uint(4087022428);w.int53(h(v,'offset'));w.int(h(v,'limit'));w.bytes(h(v,'hash'));},
|
|
812
|
+
'inputClientProxy':function(w,v){w.uint(1968737087);w.string(h(v,'address'));w.int(h(v,'port'));},
|
|
813
|
+
'help.termsOfServiceUpdateEmpty':function(w,v){w.uint(3811614591);w.int(h(v,'expires'));},
|
|
814
|
+
'help.termsOfServiceUpdate':function(w,v){w.uint(686618977);w.int(h(v,'expires'));w.object(h(v,'termsOfService'));},
|
|
815
|
+
'inputSecureFileUploaded':function(w,v){w.uint(859091184);w.long(h(v,'id'));w.int(h(v,'parts'));w.string(h(v,'md5Checksum'));w.bytes(h(v,'fileHash'));w.bytes(h(v,'secret'));},
|
|
816
|
+
'inputSecureFile':function(w,v){w.uint(1399317950);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
817
|
+
'secureFileEmpty':function(w){w.uint(1679398724);},
|
|
818
|
+
'secureFile':function(w,v){w.uint(2097791614);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int53(h(v,'size'));w.int(h(v,'dcId'));w.int(h(v,'date'));w.bytes(h(v,'fileHash'));w.bytes(h(v,'secret'));},
|
|
819
|
+
'secureData':function(w,v){w.uint(2330640067);w.bytes(h(v,'data'));w.bytes(h(v,'dataHash'));w.bytes(h(v,'secret'));},
|
|
820
|
+
'securePlainPhone':function(w,v){w.uint(2103482845);w.string(h(v,'phone'));},
|
|
821
|
+
'securePlainEmail':function(w,v){w.uint(569137759);w.string(h(v,'email'));},
|
|
822
|
+
'secureValueTypePersonalDetails':function(w){w.uint(2636808675);},
|
|
823
|
+
'secureValueTypePassport':function(w){w.uint(1034709504);},
|
|
824
|
+
'secureValueTypeDriverLicense':function(w){w.uint(115615172);},
|
|
825
|
+
'secureValueTypeIdentityCard':function(w){w.uint(2698015819);},
|
|
826
|
+
'secureValueTypeInternalPassport':function(w){w.uint(2577698595);},
|
|
827
|
+
'secureValueTypeAddress':function(w){w.uint(3420659238);},
|
|
828
|
+
'secureValueTypeUtilityBill':function(w){w.uint(4231435598);},
|
|
829
|
+
'secureValueTypeBankStatement':function(w){w.uint(2299755533);},
|
|
830
|
+
'secureValueTypeRentalAgreement':function(w){w.uint(2340959368);},
|
|
831
|
+
'secureValueTypePassportRegistration':function(w){w.uint(2581823594);},
|
|
832
|
+
'secureValueTypeTemporaryRegistration':function(w){w.uint(3926060083);},
|
|
833
|
+
'secureValueTypePhone':function(w){w.uint(3005262555);},
|
|
834
|
+
'secureValueTypeEmail':function(w){w.uint(2386339822);},
|
|
835
|
+
'secureValue':function(w,v){w.uint(411017418);var flags=0;var _data=v.data!==undefined;if(_data)flags|=1;var _frontSide=v.frontSide!==undefined;if(_frontSide)flags|=2;var _reverseSide=v.reverseSide!==undefined;if(_reverseSide)flags|=4;var _selfie=v.selfie!==undefined;if(_selfie)flags|=8;var _files=v.files&&v.files.length;if(_files)flags|=16;var _plainData=v.plainData!==undefined;if(_plainData)flags|=32;var _translation=v.translation&&v.translation.length;if(_translation)flags|=64;w.uint(flags);w.object(h(v,'type'));if(_data)w.object(v.data);if(_frontSide)w.object(v.frontSide);if(_reverseSide)w.object(v.reverseSide);if(_selfie)w.object(v.selfie);if(_translation)w.vector(w.object,v.translation);if(_files)w.vector(w.object,v.files);if(_plainData)w.object(v.plainData);w.bytes(h(v,'hash'));},
|
|
836
|
+
'inputSecureValue':function(w,v){w.uint(3676426407);var flags=0;var _data=v.data!==undefined;if(_data)flags|=1;var _frontSide=v.frontSide!==undefined;if(_frontSide)flags|=2;var _reverseSide=v.reverseSide!==undefined;if(_reverseSide)flags|=4;var _selfie=v.selfie!==undefined;if(_selfie)flags|=8;var _files=v.files&&v.files.length;if(_files)flags|=16;var _plainData=v.plainData!==undefined;if(_plainData)flags|=32;var _translation=v.translation&&v.translation.length;if(_translation)flags|=64;w.uint(flags);w.object(h(v,'type'));if(_data)w.object(v.data);if(_frontSide)w.object(v.frontSide);if(_reverseSide)w.object(v.reverseSide);if(_selfie)w.object(v.selfie);if(_translation)w.vector(w.object,v.translation);if(_files)w.vector(w.object,v.files);if(_plainData)w.object(v.plainData);},
|
|
837
|
+
'secureValueHash':function(w,v){w.uint(3978218928);w.object(h(v,'type'));w.bytes(h(v,'hash'));},
|
|
838
|
+
'secureValueErrorData':function(w,v){w.uint(3903065049);w.object(h(v,'type'));w.bytes(h(v,'dataHash'));w.string(h(v,'field'));w.string(h(v,'text'));},
|
|
839
|
+
'secureValueErrorFrontSide':function(w,v){w.uint(12467706);w.object(h(v,'type'));w.bytes(h(v,'fileHash'));w.string(h(v,'text'));},
|
|
840
|
+
'secureValueErrorReverseSide':function(w,v){w.uint(2257201829);w.object(h(v,'type'));w.bytes(h(v,'fileHash'));w.string(h(v,'text'));},
|
|
841
|
+
'secureValueErrorSelfie':function(w,v){w.uint(3845639894);w.object(h(v,'type'));w.bytes(h(v,'fileHash'));w.string(h(v,'text'));},
|
|
842
|
+
'secureValueErrorFile':function(w,v){w.uint(2054162547);w.object(h(v,'type'));w.bytes(h(v,'fileHash'));w.string(h(v,'text'));},
|
|
843
|
+
'secureValueErrorFiles':function(w,v){w.uint(1717706985);w.object(h(v,'type'));w.vector(w.bytes,h(v,'fileHash'));w.string(h(v,'text'));},
|
|
844
|
+
'secureValueError':function(w,v){w.uint(2258466191);w.object(h(v,'type'));w.bytes(h(v,'hash'));w.string(h(v,'text'));},
|
|
845
|
+
'secureValueErrorTranslationFile':function(w,v){w.uint(2702460784);w.object(h(v,'type'));w.bytes(h(v,'fileHash'));w.string(h(v,'text'));},
|
|
846
|
+
'secureValueErrorTranslationFiles':function(w,v){w.uint(878931416);w.object(h(v,'type'));w.vector(w.bytes,h(v,'fileHash'));w.string(h(v,'text'));},
|
|
847
|
+
'secureCredentialsEncrypted':function(w,v){w.uint(871426631);w.bytes(h(v,'data'));w.bytes(h(v,'hash'));w.bytes(h(v,'secret'));},
|
|
848
|
+
'account.authorizationForm':function(w,v){w.uint(2905480408);var flags=0;var _privacyPolicyUrl=v.privacyPolicyUrl!==undefined;if(_privacyPolicyUrl)flags|=1;w.uint(flags);w.vector(w.object,h(v,'requiredTypes'));w.vector(w.object,h(v,'values'));w.vector(w.object,h(v,'errors'));w.vector(w.object,h(v,'users'));if(_privacyPolicyUrl)w.string(v.privacyPolicyUrl);},
|
|
849
|
+
'account.sentEmailCode':function(w,v){w.uint(2166326607);w.string(h(v,'emailPattern'));w.int(h(v,'length'));},
|
|
850
|
+
'help.deepLinkInfoEmpty':function(w){w.uint(1722786150);},
|
|
851
|
+
'help.deepLinkInfo':function(w,v){w.uint(1783556146);var flags=0;if(v.updateApp===true)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);},
|
|
852
|
+
'savedPhoneContact':function(w,v){w.uint(289586518);w.string(h(v,'phone'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.int(h(v,'date'));},
|
|
853
|
+
'account.takeout':function(w,v){w.uint(1304052993);w.long(h(v,'id'));},
|
|
854
|
+
'passwordKdfAlgoUnknown':function(w){w.uint(3562713238);},
|
|
855
|
+
'passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow':function(w,v){w.uint(982592842);w.bytes(h(v,'salt1'));w.bytes(h(v,'salt2'));w.int(h(v,'g'));w.bytes(h(v,'p'));},
|
|
856
|
+
'securePasswordKdfAlgoUnknown':function(w){w.uint(4883767);},
|
|
857
|
+
'securePasswordKdfAlgoPBKDF2HMACSHA512iter100000':function(w,v){w.uint(3153255840);w.bytes(h(v,'salt'));},
|
|
858
|
+
'securePasswordKdfAlgoSHA512':function(w,v){w.uint(2252807570);w.bytes(h(v,'salt'));},
|
|
859
|
+
'secureSecretSettings':function(w,v){w.uint(354925740);w.object(h(v,'secureAlgo'));w.bytes(h(v,'secureSecret'));w.long(h(v,'secureSecretId'));},
|
|
860
|
+
'inputCheckPasswordEmpty':function(w){w.uint(2558588504);},
|
|
861
|
+
'inputCheckPasswordSRP':function(w,v){w.uint(3531600002);w.long(h(v,'srpId'));w.bytes(h(v,'A'));w.bytes(h(v,'M1'));},
|
|
862
|
+
'secureRequiredType':function(w,v){w.uint(2191366618);var flags=0;if(v.nativeNames===true)flags|=1;if(v.selfieRequired===true)flags|=2;if(v.translationRequired===true)flags|=4;w.uint(flags);w.object(h(v,'type'));},
|
|
863
|
+
'secureRequiredTypeOneOf':function(w,v){w.uint(41187252);w.vector(w.object,h(v,'types'));},
|
|
864
|
+
'help.passportConfigNotModified':function(w){w.uint(3216634967);},
|
|
865
|
+
'help.passportConfig':function(w,v){w.uint(2694370991);w.int(h(v,'hash'));w.object(h(v,'countriesLangs'));},
|
|
866
|
+
'inputAppEvent':function(w,v){w.uint(488313413);w.double(h(v,'time'));w.string(h(v,'type'));w.long(h(v,'peer'));w.object(h(v,'data'));},
|
|
867
|
+
'jsonObjectValue':function(w,v){w.uint(3235781593);w.string(h(v,'key'));w.object(h(v,'value'));},
|
|
868
|
+
'jsonNull':function(w){w.uint(1064139624);},
|
|
869
|
+
'jsonBool':function(w,v){w.uint(3342098026);w.boolean(h(v,'value'));},
|
|
870
|
+
'jsonNumber':function(w,v){w.uint(736157604);w.double(h(v,'value'));},
|
|
871
|
+
'jsonString':function(w,v){w.uint(3072226938);w.string(h(v,'value'));},
|
|
872
|
+
'jsonArray':function(w,v){w.uint(4148447075);w.vector(w.object,h(v,'value'));},
|
|
873
|
+
'jsonObject':function(w,v){w.uint(2579616925);w.vector(w.object,h(v,'value'));},
|
|
874
|
+
'pageTableCell':function(w,v){w.uint(878078826);var flags=0;if(v.header===true)flags|=1;var _colspan=v.colspan!==undefined;if(_colspan)flags|=2;var _rowspan=v.rowspan!==undefined;if(_rowspan)flags|=4;if(v.alignCenter===true)flags|=8;if(v.alignRight===true)flags|=16;if(v.valignMiddle===true)flags|=32;if(v.valignBottom===true)flags|=64;var _text=v.text!==undefined;if(_text)flags|=128;w.uint(flags);if(_text)w.object(v.text);if(_colspan)w.int(v.colspan);if(_rowspan)w.int(v.rowspan);},
|
|
875
|
+
'pageTableRow':function(w,v){w.uint(3770729957);w.vector(w.object,h(v,'cells'));},
|
|
876
|
+
'pageCaption':function(w,v){w.uint(1869903447);w.object(h(v,'text'));w.object(h(v,'credit'));},
|
|
877
|
+
'pageListItemText':function(w,v){w.uint(3106911949);w.object(h(v,'text'));},
|
|
878
|
+
'pageListItemBlocks':function(w,v){w.uint(635466748);w.vector(w.object,h(v,'blocks'));},
|
|
879
|
+
'pageListOrderedItemText':function(w,v){w.uint(1577484359);w.string(h(v,'num'));w.object(h(v,'text'));},
|
|
880
|
+
'pageListOrderedItemBlocks':function(w,v){w.uint(2564655414);w.string(h(v,'num'));w.vector(w.object,h(v,'blocks'));},
|
|
881
|
+
'pageRelatedArticle':function(w,v){w.uint(3012615176);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _description=v.description!==undefined;if(_description)flags|=2;var _photoId=v.photoId!==undefined;if(_photoId)flags|=4;var _author=v.author!==undefined;if(_author)flags|=8;var _publishedDate=v.publishedDate!==undefined;if(_publishedDate)flags|=16;w.uint(flags);w.string(h(v,'url'));w.long(h(v,'webpageId'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_photoId)w.long(v.photoId);if(_author)w.string(v.author);if(_publishedDate)w.int(v.publishedDate);},
|
|
882
|
+
'page':function(w,v){w.uint(2556788493);var flags=0;if(v.part===true)flags|=1;if(v.rtl===true)flags|=2;if(v.v2===true)flags|=4;var _views=v.views!==undefined;if(_views)flags|=8;w.uint(flags);w.string(h(v,'url'));w.vector(w.object,h(v,'blocks'));w.vector(w.object,h(v,'photos'));w.vector(w.object,h(v,'documents'));if(_views)w.int(v.views);},
|
|
883
|
+
'help.supportName':function(w,v){w.uint(2349199817);w.string(h(v,'name'));},
|
|
884
|
+
'help.userInfoEmpty':function(w){w.uint(4088278765);},
|
|
885
|
+
'help.userInfo':function(w,v){w.uint(32192344);w.string(h(v,'message'));w.vector(w.object,h(v,'entities'));w.string(h(v,'author'));w.int(h(v,'date'));},
|
|
886
|
+
'pollAnswer':function(w,v){w.uint(1823064809);w.string(h(v,'text'));w.bytes(h(v,'option'));},
|
|
887
|
+
'poll':function(w,v){w.uint(2262925665);w.long(h(v,'id'));var flags=0;if(v.closed===true)flags|=1;if(v.publicVoters===true)flags|=2;if(v.multipleChoice===true)flags|=4;if(v.quiz===true)flags|=8;var _closePeriod=v.closePeriod!==undefined;if(_closePeriod)flags|=16;var _closeDate=v.closeDate!==undefined;if(_closeDate)flags|=32;w.uint(flags);w.string(h(v,'question'));w.vector(w.object,h(v,'answers'));if(_closePeriod)w.int(v.closePeriod);if(_closeDate)w.int(v.closeDate);},
|
|
888
|
+
'pollAnswerVoters':function(w,v){w.uint(997055186);var flags=0;if(v.chosen===true)flags|=1;if(v.correct===true)flags|=2;w.uint(flags);w.bytes(h(v,'option'));w.int(h(v,'voters'));},
|
|
889
|
+
'pollResults':function(w,v){w.uint(2061444128);var flags=0;if(v.min===true)flags|=1;var _results=v.results&&v.results.length;if(_results)flags|=2;var _totalVoters=v.totalVoters!==undefined;if(_totalVoters)flags|=4;var _recentVoters=v.recentVoters&&v.recentVoters.length;if(_recentVoters)flags|=8;var _solution=v.solution!==undefined;var _solutionEntities=v.solutionEntities&&v.solutionEntities.length;var _flags_4=_solution||_solutionEntities;if(_flags_4)flags|=16;w.uint(flags);if(_results)w.vector(w.object,v.results);if(_totalVoters)w.int(v.totalVoters);if(_recentVoters)w.vector(w.object,v.recentVoters);if(_flags_4)w.string(v.solution);if(_flags_4)w.vector(w.object,v.solutionEntities);},
|
|
890
|
+
'chatOnlines':function(w,v){w.uint(4030849616);w.int(h(v,'onlines'));},
|
|
891
|
+
'statsURL':function(w,v){w.uint(1202287072);w.string(h(v,'url'));},
|
|
892
|
+
'chatAdminRights':function(w,v){w.uint(1605510357);var flags=0;if(v.changeInfo===true)flags|=1;if(v.postMessages===true)flags|=2;if(v.editMessages===true)flags|=4;if(v.deleteMessages===true)flags|=8;if(v.banUsers===true)flags|=16;if(v.inviteUsers===true)flags|=32;if(v.pinMessages===true)flags|=128;if(v.addAdmins===true)flags|=512;if(v.anonymous===true)flags|=1024;if(v.manageCall===true)flags|=2048;if(v.other===true)flags|=4096;if(v.manageTopics===true)flags|=8192;if(v.postStories===true)flags|=16384;if(v.editStories===true)flags|=32768;if(v.deleteStories===true)flags|=65536;w.uint(flags);},
|
|
893
|
+
'chatBannedRights':function(w,v){w.uint(2668758040);var flags=0;if(v.viewMessages===true)flags|=1;if(v.sendMessages===true)flags|=2;if(v.sendMedia===true)flags|=4;if(v.sendStickers===true)flags|=8;if(v.sendGifs===true)flags|=16;if(v.sendGames===true)flags|=32;if(v.sendInline===true)flags|=64;if(v.embedLinks===true)flags|=128;if(v.sendPolls===true)flags|=256;if(v.changeInfo===true)flags|=1024;if(v.inviteUsers===true)flags|=32768;if(v.pinMessages===true)flags|=131072;if(v.manageTopics===true)flags|=262144;if(v.sendPhotos===true)flags|=524288;if(v.sendVideos===true)flags|=1048576;if(v.sendRoundvideos===true)flags|=2097152;if(v.sendAudios===true)flags|=4194304;if(v.sendVoices===true)flags|=8388608;if(v.sendDocs===true)flags|=16777216;if(v.sendPlain===true)flags|=33554432;w.uint(flags);w.int(h(v,'untilDate'));},
|
|
894
|
+
'inputWallPaper':function(w,v){w.uint(3861952889);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
895
|
+
'inputWallPaperSlug':function(w,v){w.uint(1913199744);w.string(h(v,'slug'));},
|
|
896
|
+
'inputWallPaperNoFile':function(w,v){w.uint(2524595758);w.long(h(v,'id'));},
|
|
897
|
+
'account.wallPapersNotModified':function(w){w.uint(471437699);},
|
|
898
|
+
'account.wallPapers':function(w,v){w.uint(3452142988);w.long(h(v,'hash'));w.vector(w.object,h(v,'wallpapers'));},
|
|
899
|
+
'codeSettings':function(w,v){w.uint(2904898936);var flags=0;if(v.allowFlashcall===true)flags|=1;if(v.currentNumber===true)flags|=2;if(v.allowAppHash===true)flags|=16;if(v.allowMissedCall===true)flags|=32;var _logoutTokens=v.logoutTokens&&v.logoutTokens.length;if(_logoutTokens)flags|=64;if(v.allowFirebase===true)flags|=128;var _token=v.token!==undefined;var _appSandbox=v.appSandbox!==undefined;var _flags_8=_token||_appSandbox;if(_flags_8)flags|=256;w.uint(flags);if(_logoutTokens)w.vector(w.bytes,v.logoutTokens);if(_flags_8)w.string(v.token);if(_flags_8)w.boolean(v.appSandbox);},
|
|
900
|
+
'wallPaperSettings':function(w,v){w.uint(499236004);var flags=0;var _backgroundColor=v.backgroundColor!==undefined;if(_backgroundColor)flags|=1;if(v.blur===true)flags|=2;if(v.motion===true)flags|=4;var _intensity=v.intensity!==undefined;if(_intensity)flags|=8;var _secondBackgroundColor=v.secondBackgroundColor!==undefined;var _rotation=v.rotation!==undefined;var _flags_4=_secondBackgroundColor||_rotation;if(_flags_4)flags|=16;var _thirdBackgroundColor=v.thirdBackgroundColor!==undefined;if(_thirdBackgroundColor)flags|=32;var _fourthBackgroundColor=v.fourthBackgroundColor!==undefined;if(_fourthBackgroundColor)flags|=64;w.uint(flags);if(_backgroundColor)w.int(v.backgroundColor);if(_flags_4)w.int(v.secondBackgroundColor);if(_thirdBackgroundColor)w.int(v.thirdBackgroundColor);if(_fourthBackgroundColor)w.int(v.fourthBackgroundColor);if(_intensity)w.int(v.intensity);if(_flags_4)w.int(v.rotation);},
|
|
901
|
+
'autoDownloadSettings':function(w,v){w.uint(3131405864);var flags=0;if(v.disabled===true)flags|=1;if(v.videoPreloadLarge===true)flags|=2;if(v.audioPreloadNext===true)flags|=4;if(v.phonecallsLessData===true)flags|=8;if(v.storiesPreload===true)flags|=16;w.uint(flags);w.int(h(v,'photoSizeMax'));w.int53(h(v,'videoSizeMax'));w.int53(h(v,'fileSizeMax'));w.int(h(v,'videoUploadMaxbitrate'));w.int(h(v,'smallQueueActiveOperationsMax'));w.int(h(v,'largeQueueActiveOperationsMax'));},
|
|
902
|
+
'account.autoDownloadSettings':function(w,v){w.uint(1674235686);w.object(h(v,'low'));w.object(h(v,'medium'));w.object(h(v,'high'));},
|
|
903
|
+
'emojiKeyword':function(w,v){w.uint(3585325561);w.string(h(v,'keyword'));w.vector(w.string,h(v,'emoticons'));},
|
|
904
|
+
'emojiKeywordDeleted':function(w,v){w.uint(594408994);w.string(h(v,'keyword'));w.vector(w.string,h(v,'emoticons'));},
|
|
905
|
+
'emojiKeywordsDifference':function(w,v){w.uint(1556570557);w.string(h(v,'langCode'));w.int(h(v,'fromVersion'));w.int(h(v,'version'));w.vector(w.object,h(v,'keywords'));},
|
|
906
|
+
'emojiURL':function(w,v){w.uint(2775937949);w.string(h(v,'url'));},
|
|
907
|
+
'emojiLanguage':function(w,v){w.uint(3019592545);w.string(h(v,'langCode'));},
|
|
908
|
+
'folder':function(w,v){w.uint(4283715173);var flags=0;if(v.autofillNewBroadcasts===true)flags|=1;if(v.autofillPublicGroups===true)flags|=2;if(v.autofillNewCorrespondents===true)flags|=4;var _photo=v.photo!==undefined;if(_photo)flags|=8;w.uint(flags);w.int(h(v,'id'));w.string(h(v,'title'));if(_photo)w.object(v.photo);},
|
|
909
|
+
'inputFolderPeer':function(w,v){w.uint(4224893590);w.object(h(v,'peer'));w.int(h(v,'folderId'));},
|
|
910
|
+
'folderPeer':function(w,v){w.uint(3921323624);w.object(h(v,'peer'));w.int(h(v,'folderId'));},
|
|
911
|
+
'messages.searchCounter':function(w,v){w.uint(3896830975);var flags=0;if(v.inexact===true)flags|=2;w.uint(flags);w.object(h(v,'filter'));w.int(h(v,'count'));},
|
|
912
|
+
'urlAuthResultRequest':function(w,v){w.uint(2463316494);var flags=0;if(v.requestWriteAccess===true)flags|=1;w.uint(flags);w.object(h(v,'bot'));w.string(h(v,'domain'));},
|
|
913
|
+
'urlAuthResultAccepted':function(w,v){w.uint(2408320590);w.string(h(v,'url'));},
|
|
914
|
+
'urlAuthResultDefault':function(w){w.uint(2849430303);},
|
|
915
|
+
'channelLocationEmpty':function(w){w.uint(3216354699);},
|
|
916
|
+
'channelLocation':function(w,v){w.uint(547062491);w.object(h(v,'geoPoint'));w.string(h(v,'address'));},
|
|
917
|
+
'peerLocated':function(w,v){w.uint(3393592157);w.object(h(v,'peer'));w.int(h(v,'expires'));w.int(h(v,'distance'));},
|
|
918
|
+
'peerSelfLocated':function(w,v){w.uint(4176226379);w.int(h(v,'expires'));},
|
|
919
|
+
'restrictionReason':function(w,v){w.uint(3497176244);w.string(h(v,'platform'));w.string(h(v,'reason'));w.string(h(v,'text'));},
|
|
920
|
+
'inputTheme':function(w,v){w.uint(1012306921);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
921
|
+
'inputThemeSlug':function(w,v){w.uint(4119399921);w.string(h(v,'slug'));},
|
|
922
|
+
'theme':function(w,v){w.uint(2685298646);var flags=0;if(v.creator===true)flags|=1;if(v.default===true)flags|=2;var _document=v.document!==undefined;if(_document)flags|=4;var _settings=v.settings&&v.settings.length;if(_settings)flags|=8;var _installsCount=v.installsCount!==undefined;if(_installsCount)flags|=16;if(v.forChat===true)flags|=32;var _emoticon=v.emoticon!==undefined;if(_emoticon)flags|=64;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'slug'));w.string(h(v,'title'));if(_document)w.object(v.document);if(_settings)w.vector(w.object,v.settings);if(_emoticon)w.string(v.emoticon);if(_installsCount)w.int(v.installsCount);},
|
|
923
|
+
'account.themesNotModified':function(w){w.uint(4095653410);},
|
|
924
|
+
'account.themes':function(w,v){w.uint(2587724909);w.long(h(v,'hash'));w.vector(w.object,h(v,'themes'));},
|
|
925
|
+
'auth.loginToken':function(w,v){w.uint(1654593920);w.int(h(v,'expires'));w.bytes(h(v,'token'));},
|
|
926
|
+
'auth.loginTokenMigrateTo':function(w,v){w.uint(110008598);w.int(h(v,'dcId'));w.bytes(h(v,'token'));},
|
|
927
|
+
'auth.loginTokenSuccess':function(w,v){w.uint(957176926);w.object(h(v,'authorization'));},
|
|
928
|
+
'account.contentSettings':function(w,v){w.uint(1474462241);var flags=0;if(v.sensitiveEnabled===true)flags|=1;if(v.sensitiveCanChange===true)flags|=2;w.uint(flags);},
|
|
929
|
+
'messages.inactiveChats':function(w,v){w.uint(2837970629);w.vector(w.int,h(v,'dates'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
930
|
+
'baseThemeClassic':function(w){w.uint(3282117730);},
|
|
931
|
+
'baseThemeDay':function(w){w.uint(4225242760);},
|
|
932
|
+
'baseThemeNight':function(w){w.uint(3081969320);},
|
|
933
|
+
'baseThemeTinted':function(w){w.uint(1834973166);},
|
|
934
|
+
'baseThemeArctic':function(w){w.uint(1527845466);},
|
|
935
|
+
'inputThemeSettings':function(w,v){w.uint(2413711439);var flags=0;var _messageColors=v.messageColors&&v.messageColors.length;if(_messageColors)flags|=1;var _wallpaper=v.wallpaper!==undefined;var _wallpaperSettings=v.wallpaperSettings!==undefined;var _flags_1=_wallpaper||_wallpaperSettings;if(_flags_1)flags|=2;if(v.messageColorsAnimated===true)flags|=4;var _outboxAccentColor=v.outboxAccentColor!==undefined;if(_outboxAccentColor)flags|=8;w.uint(flags);w.object(h(v,'baseTheme'));w.int(h(v,'accentColor'));if(_outboxAccentColor)w.int(v.outboxAccentColor);if(_messageColors)w.vector(w.int,v.messageColors);if(_flags_1)w.object(v.wallpaper);if(_flags_1)w.object(v.wallpaperSettings);},
|
|
936
|
+
'themeSettings':function(w,v){w.uint(4200117972);var flags=0;var _messageColors=v.messageColors&&v.messageColors.length;if(_messageColors)flags|=1;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=2;if(v.messageColorsAnimated===true)flags|=4;var _outboxAccentColor=v.outboxAccentColor!==undefined;if(_outboxAccentColor)flags|=8;w.uint(flags);w.object(h(v,'baseTheme'));w.int(h(v,'accentColor'));if(_outboxAccentColor)w.int(v.outboxAccentColor);if(_messageColors)w.vector(w.int,v.messageColors);if(_wallpaper)w.object(v.wallpaper);},
|
|
937
|
+
'webPageAttributeTheme':function(w,v){w.uint(1421174295);var flags=0;var _documents=v.documents&&v.documents.length;if(_documents)flags|=1;var _settings=v.settings!==undefined;if(_settings)flags|=2;w.uint(flags);if(_documents)w.vector(w.object,v.documents);if(_settings)w.object(v.settings);},
|
|
938
|
+
'webPageAttributeStory':function(w,v){w.uint(781501415);var flags=0;var _story=v.story!==undefined;if(_story)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_story)w.object(v.story);},
|
|
939
|
+
'messages.votesList':function(w,v){w.uint(1218005070);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,'votes'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));if(_nextOffset)w.string(v.nextOffset);},
|
|
940
|
+
'bankCardOpenUrl':function(w,v){w.uint(4117234314);w.string(h(v,'url'));w.string(h(v,'name'));},
|
|
941
|
+
'payments.bankCardData':function(w,v){w.uint(1042605427);w.string(h(v,'title'));w.vector(w.object,h(v,'openUrls'));},
|
|
942
|
+
'dialogFilter':function(w,v){w.uint(1949890536);var flags=0;if(v.contacts===true)flags|=1;if(v.nonContacts===true)flags|=2;if(v.groups===true)flags|=4;if(v.broadcasts===true)flags|=8;if(v.bots===true)flags|=16;if(v.excludeMuted===true)flags|=2048;if(v.excludeRead===true)flags|=4096;if(v.excludeArchived===true)flags|=8192;var _emoticon=v.emoticon!==undefined;if(_emoticon)flags|=33554432;w.uint(flags);w.int(h(v,'id'));w.string(h(v,'title'));if(_emoticon)w.string(v.emoticon);w.vector(w.object,h(v,'pinnedPeers'));w.vector(w.object,h(v,'includePeers'));w.vector(w.object,h(v,'excludePeers'));},
|
|
943
|
+
'dialogFilterDefault':function(w){w.uint(909284270);},
|
|
944
|
+
'dialogFilterChatlist':function(w,v){w.uint(3595175080);var flags=0;var _emoticon=v.emoticon!==undefined;if(_emoticon)flags|=33554432;if(v.hasMyInvites===true)flags|=67108864;w.uint(flags);w.int(h(v,'id'));w.string(h(v,'title'));if(_emoticon)w.string(v.emoticon);w.vector(w.object,h(v,'pinnedPeers'));w.vector(w.object,h(v,'includePeers'));},
|
|
945
|
+
'dialogFilterSuggested':function(w,v){w.uint(2004110666);w.object(h(v,'filter'));w.string(h(v,'description'));},
|
|
946
|
+
'statsDateRangeDays':function(w,v){w.uint(3057118639);w.int(h(v,'minDate'));w.int(h(v,'maxDate'));},
|
|
947
|
+
'statsAbsValueAndPrev':function(w,v){w.uint(3410210014);w.double(h(v,'current'));w.double(h(v,'previous'));},
|
|
948
|
+
'statsPercentValue':function(w,v){w.uint(3419287520);w.double(h(v,'part'));w.double(h(v,'total'));},
|
|
949
|
+
'statsGraphAsync':function(w,v){w.uint(1244130093);w.string(h(v,'token'));},
|
|
950
|
+
'statsGraphError':function(w,v){w.uint(3202127906);w.string(h(v,'error'));},
|
|
951
|
+
'statsGraph':function(w,v){w.uint(2393138358);var flags=0;var _zoomToken=v.zoomToken!==undefined;if(_zoomToken)flags|=1;w.uint(flags);w.object(h(v,'json'));if(_zoomToken)w.string(v.zoomToken);},
|
|
952
|
+
'messageInteractionCounters':function(w,v){w.uint(2907687357);w.int(h(v,'msgId'));w.int(h(v,'views'));w.int(h(v,'forwards'));},
|
|
953
|
+
'stats.broadcastStats':function(w,v){w.uint(3187114900);w.object(h(v,'period'));w.object(h(v,'followers'));w.object(h(v,'viewsPerPost'));w.object(h(v,'sharesPerPost'));w.object(h(v,'enabledNotifications'));w.object(h(v,'growthGraph'));w.object(h(v,'followersGraph'));w.object(h(v,'muteGraph'));w.object(h(v,'topHoursGraph'));w.object(h(v,'interactionsGraph'));w.object(h(v,'ivInteractionsGraph'));w.object(h(v,'viewsBySourceGraph'));w.object(h(v,'newFollowersBySourceGraph'));w.object(h(v,'languagesGraph'));w.vector(w.object,h(v,'recentMessageInteractions'));},
|
|
954
|
+
'help.promoDataEmpty':function(w,v){w.uint(2566302837);w.int(h(v,'expires'));},
|
|
955
|
+
'help.promoData':function(w,v){w.uint(2352576831);var flags=0;if(v.proxy===true)flags|=1;var _psaType=v.psaType!==undefined;if(_psaType)flags|=2;var _psaMessage=v.psaMessage!==undefined;if(_psaMessage)flags|=4;w.uint(flags);w.int(h(v,'expires'));w.object(h(v,'peer'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));if(_psaType)w.string(v.psaType);if(_psaMessage)w.string(v.psaMessage);},
|
|
956
|
+
'videoSize':function(w,v){w.uint(3727929492);var flags=0;var _videoStartTs=v.videoStartTs!==undefined;if(_videoStartTs)flags|=1;w.uint(flags);w.string(h(v,'type'));w.int(h(v,'w'));w.int(h(v,'h'));w.int(h(v,'size'));if(_videoStartTs)w.double(v.videoStartTs);},
|
|
957
|
+
'videoSizeEmojiMarkup':function(w,v){w.uint(4166795580);w.long(h(v,'emojiId'));w.vector(w.int,h(v,'backgroundColors'));},
|
|
958
|
+
'videoSizeStickerMarkup':function(w,v){w.uint(228623102);w.object(h(v,'stickerset'));w.long(h(v,'stickerId'));w.vector(w.int,h(v,'backgroundColors'));},
|
|
959
|
+
'statsGroupTopPoster':function(w,v){w.uint(2634330011);w.int53(h(v,'userId'));w.int(h(v,'messages'));w.int(h(v,'avgChars'));},
|
|
960
|
+
'statsGroupTopAdmin':function(w,v){w.uint(3612888199);w.int53(h(v,'userId'));w.int(h(v,'deleted'));w.int(h(v,'kicked'));w.int(h(v,'banned'));},
|
|
961
|
+
'statsGroupTopInviter':function(w,v){w.uint(1398765469);w.int53(h(v,'userId'));w.int(h(v,'invitations'));},
|
|
962
|
+
'stats.megagroupStats':function(w,v){w.uint(4018141462);w.object(h(v,'period'));w.object(h(v,'members'));w.object(h(v,'messages'));w.object(h(v,'viewers'));w.object(h(v,'posters'));w.object(h(v,'growthGraph'));w.object(h(v,'membersGraph'));w.object(h(v,'newMembersBySourceGraph'));w.object(h(v,'languagesGraph'));w.object(h(v,'messagesGraph'));w.object(h(v,'actionsGraph'));w.object(h(v,'topHoursGraph'));w.object(h(v,'weekdaysGraph'));w.vector(w.object,h(v,'topPosters'));w.vector(w.object,h(v,'topAdmins'));w.vector(w.object,h(v,'topInviters'));w.vector(w.object,h(v,'users'));},
|
|
963
|
+
'globalPrivacySettings':function(w,v){w.uint(1934380235);var flags=0;if(v.archiveAndMuteNewNoncontactPeers===true)flags|=1;if(v.keepArchivedUnmuted===true)flags|=2;if(v.keepArchivedFolders===true)flags|=4;w.uint(flags);},
|
|
964
|
+
'help.countryCode':function(w,v){w.uint(1107543535);var flags=0;var _prefixes=v.prefixes&&v.prefixes.length;if(_prefixes)flags|=1;var _patterns=v.patterns&&v.patterns.length;if(_patterns)flags|=2;w.uint(flags);w.string(h(v,'countryCode'));if(_prefixes)w.vector(w.string,v.prefixes);if(_patterns)w.vector(w.string,v.patterns);},
|
|
965
|
+
'help.country':function(w,v){w.uint(3280440867);var flags=0;if(v.hidden===true)flags|=1;var _name=v.name!==undefined;if(_name)flags|=2;w.uint(flags);w.string(h(v,'iso2'));w.string(h(v,'defaultName'));if(_name)w.string(v.name);w.vector(w.object,h(v,'countryCodes'));},
|
|
966
|
+
'help.countriesListNotModified':function(w){w.uint(2479628082);},
|
|
967
|
+
'help.countriesList':function(w,v){w.uint(2278585758);w.vector(w.object,h(v,'countries'));w.int(h(v,'hash'));},
|
|
968
|
+
'messageViews':function(w,v){w.uint(1163625789);var flags=0;var _views=v.views!==undefined;if(_views)flags|=1;var _forwards=v.forwards!==undefined;if(_forwards)flags|=2;var _replies=v.replies!==undefined;if(_replies)flags|=4;w.uint(flags);if(_views)w.int(v.views);if(_forwards)w.int(v.forwards);if(_replies)w.object(v.replies);},
|
|
969
|
+
'messages.messageViews':function(w,v){w.uint(3066361155);w.vector(w.object,h(v,'views'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
970
|
+
'messages.discussionMessage':function(w,v){w.uint(2788431746);var flags=0;var _maxId=v.maxId!==undefined;if(_maxId)flags|=1;var _readInboxMaxId=v.readInboxMaxId!==undefined;if(_readInboxMaxId)flags|=2;var _readOutboxMaxId=v.readOutboxMaxId!==undefined;if(_readOutboxMaxId)flags|=4;w.uint(flags);w.vector(w.object,h(v,'messages'));if(_maxId)w.int(v.maxId);if(_readInboxMaxId)w.int(v.readInboxMaxId);if(_readOutboxMaxId)w.int(v.readOutboxMaxId);w.int(h(v,'unreadCount'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
971
|
+
'messageReplyHeader':function(w,v){w.uint(1860946621);var flags=0;var _replyToPeerId=v.replyToPeerId!==undefined;if(_replyToPeerId)flags|=1;var _replyToTopId=v.replyToTopId!==undefined;if(_replyToTopId)flags|=2;if(v.replyToScheduled===true)flags|=4;if(v.forumTopic===true)flags|=8;var _replyToMsgId=v.replyToMsgId!==undefined;if(_replyToMsgId)flags|=16;var _replyFrom=v.replyFrom!==undefined;if(_replyFrom)flags|=32;var _quoteText=v.quoteText!==undefined;if(_quoteText)flags|=64;var _quoteEntities=v.quoteEntities&&v.quoteEntities.length;if(_quoteEntities)flags|=128;var _replyMedia=v.replyMedia!==undefined;if(_replyMedia)flags|=256;if(v.quote===true)flags|=512;w.uint(flags);if(_replyToMsgId)w.int(v.replyToMsgId);if(_replyToPeerId)w.object(v.replyToPeerId);if(_replyFrom)w.object(v.replyFrom);if(_replyMedia)w.object(v.replyMedia);if(_replyToTopId)w.int(v.replyToTopId);if(_quoteText)w.string(v.quoteText);if(_quoteEntities)w.vector(w.object,v.quoteEntities);},
|
|
972
|
+
'messageReplyStoryHeader':function(w,v){w.uint(2627256257);w.int53(h(v,'userId'));w.int(h(v,'storyId'));},
|
|
973
|
+
'messageReplies':function(w,v){w.uint(2211844034);var flags=0;var _channelId=v.channelId!==undefined;var _flags_0=v.comments===true||_channelId;if(_flags_0)flags|=1;var _recentRepliers=v.recentRepliers&&v.recentRepliers.length;if(_recentRepliers)flags|=2;var _maxId=v.maxId!==undefined;if(_maxId)flags|=4;var _readMaxId=v.readMaxId!==undefined;if(_readMaxId)flags|=8;w.uint(flags);w.int(h(v,'replies'));w.int(h(v,'repliesPts'));if(_recentRepliers)w.vector(w.object,v.recentRepliers);if(_flags_0)w.int53(v.channelId);if(_maxId)w.int(v.maxId);if(_readMaxId)w.int(v.readMaxId);},
|
|
974
|
+
'peerBlocked':function(w,v){w.uint(3908927508);w.object(h(v,'peerId'));w.int(h(v,'date'));},
|
|
975
|
+
'stats.messageStats':function(w,v){w.uint(2308567701);w.object(h(v,'viewsGraph'));},
|
|
976
|
+
'groupCallDiscarded':function(w,v){w.uint(2004925620);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'duration'));},
|
|
977
|
+
'groupCall':function(w,v){w.uint(3583468812);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;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'));},
|
|
978
|
+
'inputGroupCall':function(w,v){w.uint(3635053583);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
979
|
+
'groupCallParticipant':function(w,v){w.uint(3953538814);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;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);},
|
|
980
|
+
'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'));},
|
|
981
|
+
'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'));},
|
|
982
|
+
'inlineQueryPeerTypeSameBotPM':function(w){w.uint(813821341);},
|
|
983
|
+
'inlineQueryPeerTypePM':function(w){w.uint(2201751468);},
|
|
984
|
+
'inlineQueryPeerTypeChat':function(w){w.uint(3613836554);},
|
|
985
|
+
'inlineQueryPeerTypeMegagroup':function(w){w.uint(1589952067);},
|
|
986
|
+
'inlineQueryPeerTypeBroadcast':function(w){w.uint(1664413338);},
|
|
987
|
+
'inlineQueryPeerTypeBotPM':function(w){w.uint(238759180);},
|
|
988
|
+
'messages.historyImport':function(w,v){w.uint(375566091);w.long(h(v,'id'));},
|
|
989
|
+
'messages.historyImportParsed':function(w,v){w.uint(1578088377);var flags=0;if(v.pm===true)flags|=1;if(v.group===true)flags|=2;var _title=v.title!==undefined;if(_title)flags|=4;w.uint(flags);if(_title)w.string(v.title);},
|
|
990
|
+
'messages.affectedFoundMessages':function(w,v){w.uint(4019011180);w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int(h(v,'offset'));w.vector(w.int,h(v,'messages'));},
|
|
991
|
+
'chatInviteImporter':function(w,v){w.uint(2354765785);var flags=0;if(v.requested===true)flags|=1;var _approvedBy=v.approvedBy!==undefined;if(_approvedBy)flags|=2;var _about=v.about!==undefined;if(_about)flags|=4;if(v.viaChatlist===true)flags|=8;w.uint(flags);w.int53(h(v,'userId'));w.int(h(v,'date'));if(_about)w.string(v.about);if(_approvedBy)w.int53(v.approvedBy);},
|
|
992
|
+
'messages.exportedChatInvites':function(w,v){w.uint(3183881676);w.int(h(v,'count'));w.vector(w.object,h(v,'invites'));w.vector(w.object,h(v,'users'));},
|
|
993
|
+
'messages.exportedChatInvite':function(w,v){w.uint(410107472);w.object(h(v,'invite'));w.vector(w.object,h(v,'users'));},
|
|
994
|
+
'messages.exportedChatInviteReplaced':function(w,v){w.uint(572915951);w.object(h(v,'invite'));w.object(h(v,'newInvite'));w.vector(w.object,h(v,'users'));},
|
|
995
|
+
'messages.chatInviteImporters':function(w,v){w.uint(2176233482);w.int(h(v,'count'));w.vector(w.object,h(v,'importers'));w.vector(w.object,h(v,'users'));},
|
|
996
|
+
'chatAdminWithInvites':function(w,v){w.uint(4075613987);w.int53(h(v,'adminId'));w.int(h(v,'invitesCount'));w.int(h(v,'revokedInvitesCount'));},
|
|
997
|
+
'messages.chatAdminsWithInvites':function(w,v){w.uint(3063640791);w.vector(w.object,h(v,'admins'));w.vector(w.object,h(v,'users'));},
|
|
998
|
+
'messages.checkedHistoryImportPeer':function(w,v){w.uint(2723014423);w.string(h(v,'confirmText'));},
|
|
999
|
+
'phone.joinAsPeers':function(w,v){w.uint(2951045695);w.vector(w.object,h(v,'peers'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1000
|
+
'phone.exportedGroupCallInvite':function(w,v){w.uint(541839704);w.string(h(v,'link'));},
|
|
1001
|
+
'groupCallParticipantVideoSourceGroup':function(w,v){w.uint(3702593719);w.string(h(v,'semantics'));w.vector(w.int,h(v,'sources'));},
|
|
1002
|
+
'groupCallParticipantVideo':function(w,v){w.uint(1735736008);var flags=0;if(v.paused===true)flags|=1;var _audioSource=v.audioSource!==undefined;if(_audioSource)flags|=2;w.uint(flags);w.string(h(v,'endpoint'));w.vector(w.object,h(v,'sourceGroups'));if(_audioSource)w.int(v.audioSource);},
|
|
1003
|
+
'stickers.suggestedShortName':function(w,v){w.uint(2248056895);w.string(h(v,'shortName'));},
|
|
1004
|
+
'botCommandScopeDefault':function(w){w.uint(795652779);},
|
|
1005
|
+
'botCommandScopeUsers':function(w){w.uint(1011811544);},
|
|
1006
|
+
'botCommandScopeChats':function(w){w.uint(1877059713);},
|
|
1007
|
+
'botCommandScopeChatAdmins':function(w){w.uint(3114950762);},
|
|
1008
|
+
'botCommandScopePeer':function(w,v){w.uint(3684534653);w.object(h(v,'peer'));},
|
|
1009
|
+
'botCommandScopePeerAdmins':function(w,v){w.uint(1071145937);w.object(h(v,'peer'));},
|
|
1010
|
+
'botCommandScopePeerUser':function(w,v){w.uint(169026035);w.object(h(v,'peer'));w.object(h(v,'userId'));},
|
|
1011
|
+
'account.resetPasswordFailedWait':function(w,v){w.uint(3816265825);w.int(h(v,'retryDate'));},
|
|
1012
|
+
'account.resetPasswordRequestedWait':function(w,v){w.uint(3924819069);w.int(h(v,'untilDate'));},
|
|
1013
|
+
'account.resetPasswordOk':function(w){w.uint(3911636542);},
|
|
1014
|
+
'sponsoredMessage':function(w,v){w.uint(3668967275);var flags=0;var _startParam=v.startParam!==undefined;if(_startParam)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _channelPost=v.channelPost!==undefined;if(_channelPost)flags|=4;var _fromId=v.fromId!==undefined;if(_fromId)flags|=8;var _chatInvite=v.chatInvite!==undefined;var _chatInviteHash=v.chatInviteHash!==undefined;var _flags_4=_chatInvite||_chatInviteHash;if(_flags_4)flags|=16;if(v.recommended===true)flags|=32;if(v.showPeerPhoto===true)flags|=64;var _sponsorInfo=v.sponsorInfo!==undefined;if(_sponsorInfo)flags|=128;var _additionalInfo=v.additionalInfo!==undefined;if(_additionalInfo)flags|=256;var _webpage=v.webpage!==undefined;if(_webpage)flags|=512;w.uint(flags);w.bytes(h(v,'randomId'));if(_fromId)w.object(v.fromId);if(_flags_4)w.object(v.chatInvite);if(_flags_4)w.string(v.chatInviteHash);if(_channelPost)w.int(v.channelPost);if(_startParam)w.string(v.startParam);if(_webpage)w.object(v.webpage);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_sponsorInfo)w.string(v.sponsorInfo);if(_additionalInfo)w.string(v.additionalInfo);},
|
|
1015
|
+
'messages.sponsoredMessages':function(w,v){w.uint(3387825543);var flags=0;var _postsBetween=v.postsBetween!==undefined;if(_postsBetween)flags|=1;w.uint(flags);if(_postsBetween)w.int(v.postsBetween);w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1016
|
+
'messages.sponsoredMessagesEmpty':function(w){w.uint(406407439);},
|
|
1017
|
+
'searchResultsCalendarPeriod':function(w,v){w.uint(3383776159);w.int(h(v,'date'));w.int(h(v,'minMsgId'));w.int(h(v,'maxMsgId'));w.int(h(v,'count'));},
|
|
1018
|
+
'messages.searchResultsCalendar':function(w,v){w.uint(343859772);var flags=0;if(v.inexact===true)flags|=1;var _offsetIdOffset=v.offsetIdOffset!==undefined;if(_offsetIdOffset)flags|=2;w.uint(flags);w.int(h(v,'count'));w.int(h(v,'minDate'));w.int(h(v,'minMsgId'));if(_offsetIdOffset)w.int(v.offsetIdOffset);w.vector(w.object,h(v,'periods'));w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1019
|
+
'searchResultPosition':function(w,v){w.uint(2137295719);w.int(h(v,'msgId'));w.int(h(v,'date'));w.int(h(v,'offset'));},
|
|
1020
|
+
'messages.searchResultsPositions':function(w,v){w.uint(1404185519);w.int(h(v,'count'));w.vector(w.object,h(v,'positions'));},
|
|
1021
|
+
'channels.sendAsPeers':function(w,v){w.uint(4103516358);w.vector(w.object,h(v,'peers'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1022
|
+
'users.userFull':function(w,v){w.uint(997004590);w.object(h(v,'fullUser'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1023
|
+
'messages.peerSettings':function(w,v){w.uint(1753266509);w.object(h(v,'settings'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1024
|
+
'auth.loggedOut':function(w,v){w.uint(3282207583);var flags=0;var _futureAuthToken=v.futureAuthToken!==undefined;if(_futureAuthToken)flags|=1;w.uint(flags);if(_futureAuthToken)w.bytes(v.futureAuthToken);},
|
|
1025
|
+
'reactionCount':function(w,v){w.uint(2748435328);var flags=0;var _chosenOrder=v.chosenOrder!==undefined;if(_chosenOrder)flags|=1;w.uint(flags);if(_chosenOrder)w.int(v.chosenOrder);w.object(h(v,'reaction'));w.int(h(v,'count'));},
|
|
1026
|
+
'messageReactions':function(w,v){w.uint(1328256121);var flags=0;if(v.min===true)flags|=1;var _recentReactions=v.recentReactions&&v.recentReactions.length;if(_recentReactions)flags|=2;if(v.canSeeList===true)flags|=4;w.uint(flags);w.vector(w.object,h(v,'results'));if(_recentReactions)w.vector(w.object,v.recentReactions);},
|
|
1027
|
+
'messages.messageReactionsList':function(w,v){w.uint(834488621);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,'reactions'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));if(_nextOffset)w.string(v.nextOffset);},
|
|
1028
|
+
'availableReaction':function(w,v){w.uint(3229084673);var flags=0;if(v.inactive===true)flags|=1;var _aroundAnimation=v.aroundAnimation!==undefined;var _centerIcon=v.centerIcon!==undefined;var _flags_1=_aroundAnimation||_centerIcon;if(_flags_1)flags|=2;if(v.premium===true)flags|=4;w.uint(flags);w.string(h(v,'reaction'));w.string(h(v,'title'));w.object(h(v,'staticIcon'));w.object(h(v,'appearAnimation'));w.object(h(v,'selectAnimation'));w.object(h(v,'activateAnimation'));w.object(h(v,'effectAnimation'));if(_flags_1)w.object(v.aroundAnimation);if(_flags_1)w.object(v.centerIcon);},
|
|
1029
|
+
'messages.availableReactionsNotModified':function(w){w.uint(2668042583);},
|
|
1030
|
+
'messages.availableReactions':function(w,v){w.uint(1989032621);w.int(h(v,'hash'));w.vector(w.object,h(v,'reactions'));},
|
|
1031
|
+
'messagePeerReaction':function(w,v){w.uint(2356786748);var flags=0;if(v.big===true)flags|=1;if(v.unread===true)flags|=2;if(v.my===true)flags|=4;w.uint(flags);w.object(h(v,'peerId'));w.int(h(v,'date'));w.object(h(v,'reaction'));},
|
|
1032
|
+
'groupCallStreamChannel':function(w,v){w.uint(2162903215);w.int(h(v,'channel'));w.int(h(v,'scale'));w.long(h(v,'lastTimestampMs'));},
|
|
1033
|
+
'phone.groupCallStreamChannels':function(w,v){w.uint(3504636594);w.vector(w.object,h(v,'channels'));},
|
|
1034
|
+
'phone.groupCallStreamRtmpUrl':function(w,v){w.uint(767505458);w.string(h(v,'url'));w.string(h(v,'key'));},
|
|
1035
|
+
'attachMenuBotIconColor':function(w,v){w.uint(1165423600);w.string(h(v,'name'));w.int(h(v,'color'));},
|
|
1036
|
+
'attachMenuBotIcon':function(w,v){w.uint(2997303403);var flags=0;var _colors=v.colors&&v.colors.length;if(_colors)flags|=1;w.uint(flags);w.string(h(v,'name'));w.object(h(v,'icon'));if(_colors)w.vector(w.object,v.colors);},
|
|
1037
|
+
'attachMenuBot':function(w,v){w.uint(3641544190);var flags=0;if(v.inactive===true)flags|=1;if(v.hasSettings===true)flags|=2;if(v.requestWriteAccess===true)flags|=4;var _peerTypes=v.peerTypes&&v.peerTypes.length;var _flags_3=v.showInAttachMenu===true||_peerTypes;if(_flags_3)flags|=8;if(v.showInSideMenu===true)flags|=16;if(v.sideMenuDisclaimerNeeded===true)flags|=32;w.uint(flags);w.int53(h(v,'botId'));w.string(h(v,'shortName'));if(_flags_3)w.vector(w.object,v.peerTypes);w.vector(w.object,h(v,'icons'));},
|
|
1038
|
+
'attachMenuBotsNotModified':function(w){w.uint(4057500252);},
|
|
1039
|
+
'attachMenuBots':function(w,v){w.uint(1011024320);w.long(h(v,'hash'));w.vector(w.object,h(v,'bots'));w.vector(w.object,h(v,'users'));},
|
|
1040
|
+
'attachMenuBotsBot':function(w,v){w.uint(2478794367);w.object(h(v,'bot'));w.vector(w.object,h(v,'users'));},
|
|
1041
|
+
'webViewResultUrl':function(w,v){w.uint(202659196);w.long(h(v,'queryId'));w.string(h(v,'url'));},
|
|
1042
|
+
'simpleWebViewResultUrl':function(w,v){w.uint(2284811963);w.string(h(v,'url'));},
|
|
1043
|
+
'webViewMessageSent':function(w,v){w.uint(211046684);var flags=0;var _msgId=v.msgId!==undefined;if(_msgId)flags|=1;w.uint(flags);if(_msgId)w.object(v.msgId);},
|
|
1044
|
+
'botMenuButtonDefault':function(w){w.uint(1966318984);},
|
|
1045
|
+
'botMenuButtonCommands':function(w){w.uint(1113113093);},
|
|
1046
|
+
'botMenuButton':function(w,v){w.uint(3350559974);w.string(h(v,'text'));w.string(h(v,'url'));},
|
|
1047
|
+
'account.savedRingtonesNotModified':function(w){w.uint(4227262641);},
|
|
1048
|
+
'account.savedRingtones':function(w,v){w.uint(3253284037);w.long(h(v,'hash'));w.vector(w.object,h(v,'ringtones'));},
|
|
1049
|
+
'notificationSoundDefault':function(w){w.uint(2548612798);},
|
|
1050
|
+
'notificationSoundNone':function(w){w.uint(1863070943);},
|
|
1051
|
+
'notificationSoundLocal':function(w,v){w.uint(2198575844);w.string(h(v,'title'));w.string(h(v,'data'));},
|
|
1052
|
+
'notificationSoundRingtone':function(w,v){w.uint(4285300809);w.long(h(v,'id'));},
|
|
1053
|
+
'account.savedRingtone':function(w){w.uint(3072737133);},
|
|
1054
|
+
'account.savedRingtoneConverted':function(w,v){w.uint(523271863);w.object(h(v,'document'));},
|
|
1055
|
+
'attachMenuPeerTypeSameBotPM':function(w){w.uint(2104224014);},
|
|
1056
|
+
'attachMenuPeerTypeBotPM':function(w){w.uint(3274439194);},
|
|
1057
|
+
'attachMenuPeerTypePM':function(w){w.uint(4047950623);},
|
|
1058
|
+
'attachMenuPeerTypeChat':function(w){w.uint(84480319);},
|
|
1059
|
+
'attachMenuPeerTypeBroadcast':function(w){w.uint(2080104188);},
|
|
1060
|
+
'inputInvoiceMessage':function(w,v){w.uint(3317000281);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1061
|
+
'inputInvoiceSlug':function(w,v){w.uint(3274099439);w.string(h(v,'slug'));},
|
|
1062
|
+
'payments.exportedInvoice':function(w,v){w.uint(2932919257);w.string(h(v,'url'));},
|
|
1063
|
+
'messages.transcribedAudio':function(w,v){w.uint(2473929810);var flags=0;if(v.pending===true)flags|=1;w.uint(flags);w.long(h(v,'transcriptionId'));w.string(h(v,'text'));},
|
|
1064
|
+
'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'));},
|
|
1065
|
+
'inputStorePaymentPremiumSubscription':function(w,v){w.uint(2792693350);var flags=0;if(v.restore===true)flags|=1;if(v.upgrade===true)flags|=2;w.uint(flags);},
|
|
1066
|
+
'inputStorePaymentGiftPremium':function(w,v){w.uint(1634697192);w.object(h(v,'userId'));w.string(h(v,'currency'));w.long(h(v,'amount'));},
|
|
1067
|
+
'premiumGiftOption':function(w,v){w.uint(1958953753);var flags=0;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=1;w.uint(flags);w.int(h(v,'months'));w.string(h(v,'currency'));w.long(h(v,'amount'));w.string(h(v,'botUrl'));if(_storeProduct)w.string(v.storeProduct);},
|
|
1068
|
+
'paymentFormMethod':function(w,v){w.uint(2298016283);w.string(h(v,'url'));w.string(h(v,'title'));},
|
|
1069
|
+
'emojiStatusEmpty':function(w){w.uint(769727150);},
|
|
1070
|
+
'emojiStatus':function(w,v){w.uint(2459656605);w.long(h(v,'documentId'));},
|
|
1071
|
+
'emojiStatusUntil':function(w,v){w.uint(4197492935);w.long(h(v,'documentId'));w.int(h(v,'until'));},
|
|
1072
|
+
'account.emojiStatusesNotModified':function(w){w.uint(3498894917);},
|
|
1073
|
+
'account.emojiStatuses':function(w,v){w.uint(2428790737);w.long(h(v,'hash'));w.vector(w.object,h(v,'statuses'));},
|
|
1074
|
+
'reactionEmpty':function(w){w.uint(2046153753);},
|
|
1075
|
+
'reactionEmoji':function(w,v){w.uint(455247544);w.string(h(v,'emoticon'));},
|
|
1076
|
+
'reactionCustomEmoji':function(w,v){w.uint(2302016627);w.long(h(v,'documentId'));},
|
|
1077
|
+
'chatReactionsNone':function(w){w.uint(3942396604);},
|
|
1078
|
+
'chatReactionsAll':function(w,v){w.uint(1385335754);var flags=0;if(v.allowCustom===true)flags|=1;w.uint(flags);},
|
|
1079
|
+
'chatReactionsSome':function(w,v){w.uint(1713193015);w.vector(w.object,h(v,'reactions'));},
|
|
1080
|
+
'messages.reactionsNotModified':function(w){w.uint(2960120799);},
|
|
1081
|
+
'messages.reactions':function(w,v){w.uint(3942512406);w.long(h(v,'hash'));w.vector(w.object,h(v,'reactions'));},
|
|
1082
|
+
'emailVerifyPurposeLoginSetup':function(w,v){w.uint(1128644211);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));},
|
|
1083
|
+
'emailVerifyPurposeLoginChange':function(w){w.uint(1383932651);},
|
|
1084
|
+
'emailVerifyPurposePassport':function(w){w.uint(3153401477);},
|
|
1085
|
+
'emailVerificationCode':function(w,v){w.uint(2452510121);w.string(h(v,'code'));},
|
|
1086
|
+
'emailVerificationGoogle':function(w,v){w.uint(3683688130);w.string(h(v,'token'));},
|
|
1087
|
+
'emailVerificationApple':function(w,v){w.uint(2530243837);w.string(h(v,'token'));},
|
|
1088
|
+
'account.emailVerified':function(w,v){w.uint(731303195);w.string(h(v,'email'));},
|
|
1089
|
+
'account.emailVerifiedLogin':function(w,v){w.uint(3787132257);w.string(h(v,'email'));w.object(h(v,'sentCode'));},
|
|
1090
|
+
'premiumSubscriptionOption':function(w,v){w.uint(1596792306);var flags=0;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=1;if(v.current===true)flags|=2;if(v.canPurchaseUpgrade===true)flags|=4;var _transaction=v.transaction!==undefined;if(_transaction)flags|=8;w.uint(flags);if(_transaction)w.string(v.transaction);w.int(h(v,'months'));w.string(h(v,'currency'));w.long(h(v,'amount'));w.string(h(v,'botUrl'));if(_storeProduct)w.string(v.storeProduct);},
|
|
1091
|
+
'sendAsPeer':function(w,v){w.uint(3088871476);var flags=0;if(v.premiumRequired===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
|
|
1092
|
+
'messageExtendedMediaPreview':function(w,v){w.uint(2908916936);var flags=0;var _w=v.w!==undefined;var _h=v.h!==undefined;var _flags_0=_w||_h;if(_flags_0)flags|=1;var _thumb=v.thumb!==undefined;if(_thumb)flags|=2;var _videoDuration=v.videoDuration!==undefined;if(_videoDuration)flags|=4;w.uint(flags);if(_flags_0)w.int(v.w);if(_flags_0)w.int(v.h);if(_thumb)w.object(v.thumb);if(_videoDuration)w.int(v.videoDuration);},
|
|
1093
|
+
'messageExtendedMedia':function(w,v){w.uint(3997670500);w.object(h(v,'media'));},
|
|
1094
|
+
'stickerKeyword':function(w,v){w.uint(4244550300);w.long(h(v,'documentId'));w.vector(w.string,h(v,'keyword'));},
|
|
1095
|
+
'username':function(w,v){w.uint(3020371527);var flags=0;if(v.editable===true)flags|=1;if(v.active===true)flags|=2;w.uint(flags);w.string(h(v,'username'));},
|
|
1096
|
+
'forumTopicDeleted':function(w,v){w.uint(37687451);w.int(h(v,'id'));},
|
|
1097
|
+
'forumTopic':function(w,v){w.uint(1903173033);var flags=0;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=1;if(v.my===true)flags|=2;if(v.closed===true)flags|=4;if(v.pinned===true)flags|=8;var _draft=v.draft!==undefined;if(_draft)flags|=16;if(v.short===true)flags|=32;if(v.hidden===true)flags|=64;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));w.string(h(v,'title'));w.int(h(v,'iconColor'));if(_iconEmojiId)w.long(v.iconEmojiId);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,'fromId'));w.object(h(v,'notifySettings'));if(_draft)w.object(v.draft);},
|
|
1098
|
+
'messages.forumTopics':function(w,v){w.uint(913709011);var flags=0;if(v.orderByCreateDate===true)flags|=1;w.uint(flags);w.int(h(v,'count'));w.vector(w.object,h(v,'topics'));w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.int(h(v,'pts'));},
|
|
1099
|
+
'defaultHistoryTTL':function(w,v){w.uint(1135897376);w.int(h(v,'period'));},
|
|
1100
|
+
'exportedContactToken':function(w,v){w.uint(1103040667);w.string(h(v,'url'));w.int(h(v,'expires'));},
|
|
1101
|
+
'requestPeerTypeUser':function(w,v){w.uint(1597737472);var flags=0;var _bot=v.bot!==undefined;if(_bot)flags|=1;var _premium=v.premium!==undefined;if(_premium)flags|=2;w.uint(flags);if(_bot)w.boolean(v.bot);if(_premium)w.boolean(v.premium);},
|
|
1102
|
+
'requestPeerTypeChat':function(w,v){w.uint(3387977243);var flags=0;if(v.creator===true)flags|=1;var _userAdminRights=v.userAdminRights!==undefined;if(_userAdminRights)flags|=2;var _botAdminRights=v.botAdminRights!==undefined;if(_botAdminRights)flags|=4;var _hasUsername=v.hasUsername!==undefined;if(_hasUsername)flags|=8;var _forum=v.forum!==undefined;if(_forum)flags|=16;if(v.botParticipant===true)flags|=32;w.uint(flags);if(_hasUsername)w.boolean(v.hasUsername);if(_forum)w.boolean(v.forum);if(_userAdminRights)w.object(v.userAdminRights);if(_botAdminRights)w.object(v.botAdminRights);},
|
|
1103
|
+
'requestPeerTypeBroadcast':function(w,v){w.uint(865857388);var flags=0;if(v.creator===true)flags|=1;var _userAdminRights=v.userAdminRights!==undefined;if(_userAdminRights)flags|=2;var _botAdminRights=v.botAdminRights!==undefined;if(_botAdminRights)flags|=4;var _hasUsername=v.hasUsername!==undefined;if(_hasUsername)flags|=8;w.uint(flags);if(_hasUsername)w.boolean(v.hasUsername);if(_userAdminRights)w.object(v.userAdminRights);if(_botAdminRights)w.object(v.botAdminRights);},
|
|
1104
|
+
'emojiListNotModified':function(w){w.uint(1209970170);},
|
|
1105
|
+
'emojiList':function(w,v){w.uint(2048790993);w.long(h(v,'hash'));w.vector(w.long,h(v,'documentId'));},
|
|
1106
|
+
'emojiGroup':function(w,v){w.uint(2056961449);w.string(h(v,'title'));w.long(h(v,'iconEmojiId'));w.vector(w.string,h(v,'emoticons'));},
|
|
1107
|
+
'messages.emojiGroupsNotModified':function(w){w.uint(1874111879);},
|
|
1108
|
+
'messages.emojiGroups':function(w,v){w.uint(2283780427);w.int(h(v,'hash'));w.vector(w.object,h(v,'groups'));},
|
|
1109
|
+
'textWithEntities':function(w,v){w.uint(1964978502);w.string(h(v,'text'));w.vector(w.object,h(v,'entities'));},
|
|
1110
|
+
'messages.translateResult':function(w,v){w.uint(870003448);w.vector(w.object,h(v,'result'));},
|
|
1111
|
+
'autoSaveSettings':function(w,v){w.uint(3360175310);var flags=0;if(v.photos===true)flags|=1;if(v.videos===true)flags|=2;var _videoMaxSize=v.videoMaxSize!==undefined;if(_videoMaxSize)flags|=4;w.uint(flags);if(_videoMaxSize)w.long(v.videoMaxSize);},
|
|
1112
|
+
'autoSaveException':function(w,v){w.uint(2170563911);w.object(h(v,'peer'));w.object(h(v,'settings'));},
|
|
1113
|
+
'account.autoSaveSettings':function(w,v){w.uint(1279133341);w.object(h(v,'usersSettings'));w.object(h(v,'chatsSettings'));w.object(h(v,'broadcastsSettings'));w.vector(w.object,h(v,'exceptions'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1114
|
+
'help.appConfigNotModified':function(w){w.uint(2094949405);},
|
|
1115
|
+
'help.appConfig':function(w,v){w.uint(3709368366);w.int(h(v,'hash'));w.object(h(v,'config'));},
|
|
1116
|
+
'inputBotAppID':function(w,v){w.uint(2837495162);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
1117
|
+
'inputBotAppShortName':function(w,v){w.uint(2425095175);w.object(h(v,'botId'));w.string(h(v,'shortName'));},
|
|
1118
|
+
'botAppNotModified':function(w){w.uint(1571189943);},
|
|
1119
|
+
'botApp':function(w,v){w.uint(2516373974);var flags=0;var _document=v.document!==undefined;if(_document)flags|=1;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'shortName'));w.string(h(v,'title'));w.string(h(v,'description'));w.object(h(v,'photo'));if(_document)w.object(v.document);w.long(h(v,'hash'));},
|
|
1120
|
+
'messages.botApp':function(w,v){w.uint(3947933173);var flags=0;if(v.inactive===true)flags|=1;if(v.requestWriteAccess===true)flags|=2;if(v.hasSettings===true)flags|=4;w.uint(flags);w.object(h(v,'app'));},
|
|
1121
|
+
'appWebViewResultUrl':function(w,v){w.uint(1008422669);w.string(h(v,'url'));},
|
|
1122
|
+
'inlineBotWebView':function(w,v){w.uint(3044185557);w.string(h(v,'text'));w.string(h(v,'url'));},
|
|
1123
|
+
'readParticipantDate':function(w,v){w.uint(1246753138);w.int53(h(v,'userId'));w.int(h(v,'date'));},
|
|
1124
|
+
'inputChatlistDialogFilter':function(w,v){w.uint(4091599411);w.int(h(v,'filterId'));},
|
|
1125
|
+
'exportedChatlistInvite':function(w,v){w.uint(206668204);var flags=0;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'url'));w.vector(w.object,h(v,'peers'));},
|
|
1126
|
+
'chatlists.exportedChatlistInvite':function(w,v){w.uint(283567014);w.object(h(v,'filter'));w.object(h(v,'invite'));},
|
|
1127
|
+
'chatlists.exportedInvites':function(w,v){w.uint(279670215);w.vector(w.object,h(v,'invites'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1128
|
+
'chatlists.chatlistInviteAlready':function(w,v){w.uint(4203214425);w.int(h(v,'filterId'));w.vector(w.object,h(v,'missingPeers'));w.vector(w.object,h(v,'alreadyPeers'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1129
|
+
'chatlists.chatlistInvite':function(w,v){w.uint(500007837);var flags=0;var _emoticon=v.emoticon!==undefined;if(_emoticon)flags|=1;w.uint(flags);w.string(h(v,'title'));if(_emoticon)w.string(v.emoticon);w.vector(w.object,h(v,'peers'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1130
|
+
'chatlists.chatlistUpdates':function(w,v){w.uint(2478671757);w.vector(w.object,h(v,'missingPeers'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1131
|
+
'bots.botInfo':function(w,v){w.uint(3903288752);w.string(h(v,'name'));w.string(h(v,'about'));w.string(h(v,'description'));},
|
|
1132
|
+
'messagePeerVote':function(w,v){w.uint(3066834268);w.object(h(v,'peer'));w.bytes(h(v,'option'));w.int(h(v,'date'));},
|
|
1133
|
+
'messagePeerVoteInputOption':function(w,v){w.uint(1959634180);w.object(h(v,'peer'));w.int(h(v,'date'));},
|
|
1134
|
+
'messagePeerVoteMultiple':function(w,v){w.uint(1177089766);w.object(h(v,'peer'));w.vector(w.bytes,h(v,'options'));w.int(h(v,'date'));},
|
|
1135
|
+
'sponsoredWebPage':function(w,v){w.uint(1035529315);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;w.uint(flags);w.string(h(v,'url'));w.string(h(v,'siteName'));if(_photo)w.object(v.photo);},
|
|
1136
|
+
'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);},
|
|
1137
|
+
'storyItemDeleted':function(w,v){w.uint(1374088783);w.int(h(v,'id'));},
|
|
1138
|
+
'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'));},
|
|
1139
|
+
'storyItem':function(w,v){w.uint(1153718222);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;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));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);},
|
|
1140
|
+
'stories.allStoriesNotModified':function(w,v){w.uint(291044926);var flags=0;w.uint(flags);w.string(h(v,'state'));w.object(h(v,'stealthMode'));},
|
|
1141
|
+
'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'));},
|
|
1142
|
+
'stories.stories':function(w,v){w.uint(1574486984);w.int(h(v,'count'));w.vector(w.object,h(v,'stories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1143
|
+
'storyView':function(w,v){w.uint(2965236421);var flags=0;if(v.blocked===true)flags|=1;if(v.blockedMyStoriesFrom===true)flags|=2;var _reaction=v.reaction!==undefined;if(_reaction)flags|=4;w.uint(flags);w.int53(h(v,'userId'));w.int(h(v,'date'));if(_reaction)w.object(v.reaction);},
|
|
1144
|
+
'stories.storyViewsList':function(w,v){w.uint(1189722604);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.int(h(v,'reactionsCount'));w.vector(w.object,h(v,'views'));w.vector(w.object,h(v,'users'));if(_nextOffset)w.string(v.nextOffset);},
|
|
1145
|
+
'stories.storyViews':function(w,v){w.uint(3734957341);w.vector(w.object,h(v,'views'));w.vector(w.object,h(v,'users'));},
|
|
1146
|
+
'inputReplyToMessage':function(w,v){w.uint(121554949);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;var _replyToPeerId=v.replyToPeerId!==undefined;if(_replyToPeerId)flags|=2;var _quoteText=v.quoteText!==undefined;if(_quoteText)flags|=4;var _quoteEntities=v.quoteEntities&&v.quoteEntities.length;if(_quoteEntities)flags|=8;w.uint(flags);w.int(h(v,'replyToMsgId'));if(_topMsgId)w.int(v.topMsgId);if(_replyToPeerId)w.object(v.replyToPeerId);if(_quoteText)w.string(v.quoteText);if(_quoteEntities)w.vector(w.object,v.quoteEntities);},
|
|
1147
|
+
'inputReplyToStory':function(w,v){w.uint(363917955);w.object(h(v,'userId'));w.int(h(v,'storyId'));},
|
|
1148
|
+
'exportedStoryLink':function(w,v){w.uint(1070138683);w.string(h(v,'link'));},
|
|
1149
|
+
'storiesStealthMode':function(w,v){w.uint(1898850301);var flags=0;var _activeUntilDate=v.activeUntilDate!==undefined;if(_activeUntilDate)flags|=1;var _cooldownUntilDate=v.cooldownUntilDate!==undefined;if(_cooldownUntilDate)flags|=2;w.uint(flags);if(_activeUntilDate)w.int(v.activeUntilDate);if(_cooldownUntilDate)w.int(v.cooldownUntilDate);},
|
|
1150
|
+
'mediaAreaCoordinates':function(w,v){w.uint(64088654);w.double(h(v,'x'));w.double(h(v,'y'));w.double(h(v,'w'));w.double(h(v,'h'));w.double(h(v,'rotation'));},
|
|
1151
|
+
'mediaAreaVenue':function(w,v){w.uint(3196246940);w.object(h(v,'coordinates'));w.object(h(v,'geo'));w.string(h(v,'title'));w.string(h(v,'address'));w.string(h(v,'provider'));w.string(h(v,'venueId'));w.string(h(v,'venueType'));},
|
|
1152
|
+
'inputMediaAreaVenue':function(w,v){w.uint(2994872703);w.object(h(v,'coordinates'));w.long(h(v,'queryId'));w.string(h(v,'resultId'));},
|
|
1153
|
+
'mediaAreaGeoPoint':function(w,v){w.uint(3750443810);w.object(h(v,'coordinates'));w.object(h(v,'geo'));},
|
|
1154
|
+
'mediaAreaSuggestedReaction':function(w,v){w.uint(340088945);var flags=0;if(v.dark===true)flags|=1;if(v.flipped===true)flags|=2;w.uint(flags);w.object(h(v,'coordinates'));w.object(h(v,'reaction'));},
|
|
1155
|
+
'peerStories':function(w,v){w.uint(2587224473);var flags=0;var _maxReadId=v.maxReadId!==undefined;if(_maxReadId)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_maxReadId)w.int(v.maxReadId);w.vector(w.object,h(v,'stories'));},
|
|
1156
|
+
'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'));},
|
|
1157
|
+
'stories.boostsStatus':function(w,v){w.uint(3854674524);var flags=0;var _nextLevelBoosts=v.nextLevelBoosts!==undefined;if(_nextLevelBoosts)flags|=1;var _premiumAudience=v.premiumAudience!==undefined;if(_premiumAudience)flags|=2;if(v.myBoost===true)flags|=4;w.uint(flags);w.int(h(v,'level'));w.int(h(v,'currentLevelBoosts'));w.int(h(v,'boosts'));if(_nextLevelBoosts)w.int(v.nextLevelBoosts);if(_premiumAudience)w.object(v.premiumAudience);w.string(h(v,'boostUrl'));},
|
|
1158
|
+
'stories.canApplyBoostOk':function(w){w.uint(3273078151);},
|
|
1159
|
+
'stories.canApplyBoostReplace':function(w,v){w.uint(1898726997);w.object(h(v,'currentBoost'));w.vector(w.object,h(v,'chats'));},
|
|
1160
|
+
'booster':function(w,v){w.uint(245261184);w.int53(h(v,'userId'));w.int(h(v,'expires'));},
|
|
1161
|
+
'stories.boostersList':function(w,v){w.uint(4091362589);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,'boosters'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'users'));},
|
|
1162
|
+
'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'));},
|
|
1163
|
+
'inputMediaWebPage':function(w,v){w.uint(3256584265);var flags=0;if(v.forceLargeMedia===true)flags|=1;if(v.forceSmallMedia===true)flags|=2;if(v.optional===true)flags|=4;w.uint(flags);w.string(h(v,'url'));},
|
|
1164
|
+
'messageMediaGiveaway':function(w,v){w.uint(1478887012);var flags=0;if(v.onlyNewSubscribers===true)flags|=1;var _countriesIso2=v.countriesIso2&&v.countriesIso2.length;if(_countriesIso2)flags|=2;w.uint(flags);w.vector(w.long,h(v,'channels'));if(_countriesIso2)w.vector(w.string,v.countriesIso2);w.int(h(v,'quantity'));w.int(h(v,'months'));w.int(h(v,'untilDate'));},
|
|
1165
|
+
'messageActionGiftCode':function(w,v){w.uint(3536837390);var flags=0;if(v.viaGiveaway===true)flags|=1;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=2;if(v.unclaimed===true)flags|=4;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);w.int(h(v,'months'));w.string(h(v,'slug'));},
|
|
1166
|
+
'messageActionGiveawayLaunch':function(w){w.uint(858499565);},
|
|
1167
|
+
'inputBotInlineMessageMediaWebPage':function(w,v){w.uint(3185362192);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;if(v.forceLargeMedia===true)flags|=16;if(v.forceSmallMedia===true)flags|=32;if(v.optional===true)flags|=64;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);w.string(h(v,'url'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
1168
|
+
'botInlineMessageMediaWebPage':function(w,v){w.uint(2157631910);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;if(v.forceLargeMedia===true)flags|=16;if(v.forceSmallMedia===true)flags|=32;if(v.manual===true)flags|=128;if(v.safe===true)flags|=256;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);w.string(h(v,'url'));if(_replyMarkup)w.object(v.replyMarkup);},
|
|
1169
|
+
'channelAdminLogEventActionChangeColor':function(w,v){w.uint(1009460347);w.int(h(v,'prevValue'));w.int(h(v,'newValue'));},
|
|
1170
|
+
'channelAdminLogEventActionChangeBackgroundEmoji':function(w,v){w.uint(1147126836);w.long(h(v,'prevValue'));w.long(h(v,'newValue'));},
|
|
1171
|
+
'inputInvoicePremiumGiftCode':function(w,v){w.uint(2560125965);w.object(h(v,'purpose'));w.object(h(v,'option'));},
|
|
1172
|
+
'inputStorePaymentPremiumGiftCode':function(w,v){w.uint(2743099199);var flags=0;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=1;w.uint(flags);w.vector(w.object,h(v,'users'));if(_boostPeer)w.object(v.boostPeer);w.string(h(v,'currency'));w.long(h(v,'amount'));},
|
|
1173
|
+
'inputStorePaymentPremiumGiveaway':function(w,v){w.uint(2090038758);var flags=0;if(v.onlyNewSubscribers===true)flags|=1;var _additionalPeers=v.additionalPeers&&v.additionalPeers.length;if(_additionalPeers)flags|=2;var _countriesIso2=v.countriesIso2&&v.countriesIso2.length;if(_countriesIso2)flags|=4;w.uint(flags);w.object(h(v,'boostPeer'));if(_additionalPeers)w.vector(w.object,v.additionalPeers);if(_countriesIso2)w.vector(w.string,v.countriesIso2);w.long(h(v,'randomId'));w.int(h(v,'untilDate'));w.string(h(v,'currency'));w.long(h(v,'amount'));},
|
|
1174
|
+
'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'));},
|
|
1175
|
+
'payments.checkedGiftCode':function(w,v){w.uint(3072520536);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;w.uint(flags);w.object(h(v,'fromId'));if(_giveawayMsgId)w.int(v.giveawayMsgId);if(_toId)w.long(v.toId);w.int(h(v,'date'));w.int(h(v,'months'));if(_usedDate)w.int(v.usedDate);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1176
|
+
'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);},
|
|
1177
|
+
'payments.giveawayInfoResults':function(w,v){w.uint(13456752);var flags=0;var _giftCodeSlug=v.giftCodeSlug!==undefined;var _flags_0=v.winner===true||_giftCodeSlug;if(_flags_0)flags|=1;if(v.refunded===true)flags|=2;w.uint(flags);w.int(h(v,'startDate'));if(_flags_0)w.string(v.giftCodeSlug);w.int(h(v,'finishDate'));w.int(h(v,'winnersCount'));w.int(h(v,'activatedCount'));},
|
|
1178
|
+
'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'));},
|
|
1179
|
+
'boost':function(w,v){w.uint(706514033);var flags=0;var _userId=v.userId!==undefined;if(_userId)flags|=1;if(v.gift===true)flags|=2;var _giveawayMsgId=v.giveawayMsgId!==undefined;var _flags_2=v.giveaway===true||_giveawayMsgId;if(_flags_2)flags|=4;if(v.unclaimed===true)flags|=8;var _usedGiftSlug=v.usedGiftSlug!==undefined;if(_usedGiftSlug)flags|=16;var _multiplier=v.multiplier!==undefined;if(_multiplier)flags|=32;w.uint(flags);w.string(h(v,'id'));if(_userId)w.long(v.userId);if(_flags_2)w.int(v.giveawayMsgId);w.int(h(v,'date'));w.int(h(v,'expires'));if(_usedGiftSlug)w.string(v.usedGiftSlug);if(_multiplier)w.int(v.multiplier);},
|
|
1180
|
+
'premium.boostsList':function(w,v){w.uint(2264424764);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,'boosts'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'users'));},
|
|
1181
|
+
'myBoost':function(w,v){w.uint(3293069660);var flags=0;var _peer=v.peer!==undefined;if(_peer)flags|=1;var _cooldownUntilDate=v.cooldownUntilDate!==undefined;if(_cooldownUntilDate)flags|=2;w.uint(flags);w.int(h(v,'slot'));if(_peer)w.object(v.peer);w.int(h(v,'date'));w.int(h(v,'expires'));if(_cooldownUntilDate)w.int(v.cooldownUntilDate);},
|
|
1182
|
+
'premium.myBoosts':function(w,v){w.uint(2598512866);w.vector(w.object,h(v,'myBoosts'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
1183
|
+
'premium.boostsStatus':function(w,v){w.uint(1230586490);var flags=0;var _nextLevelBoosts=v.nextLevelBoosts!==undefined;if(_nextLevelBoosts)flags|=1;var _premiumAudience=v.premiumAudience!==undefined;if(_premiumAudience)flags|=2;var _myBoostSlots=v.myBoostSlots&&v.myBoostSlots.length;var _flags_2=v.myBoost===true||_myBoostSlots;if(_flags_2)flags|=4;var _prepaidGiveaways=v.prepaidGiveaways&&v.prepaidGiveaways.length;if(_prepaidGiveaways)flags|=8;var _giftBoosts=v.giftBoosts!==undefined;if(_giftBoosts)flags|=16;w.uint(flags);w.int(h(v,'level'));w.int(h(v,'currentLevelBoosts'));w.int(h(v,'boosts'));if(_giftBoosts)w.int(v.giftBoosts);if(_nextLevelBoosts)w.int(v.nextLevelBoosts);if(_premiumAudience)w.object(v.premiumAudience);w.string(h(v,'boostUrl'));if(_prepaidGiveaways)w.vector(w.object,v.prepaidGiveaways);if(_flags_2)w.vector(w.int,v.myBoostSlots);},
|
|
1184
|
+
'messageUserVote':function(w,v){w.uint(886196148);w.int53(h(v,'userId'));w.bytes(h(v,'option'));w.int(h(v,'date'));},
|
|
1185
|
+
'messageUserVoteInputOption':function(w,v){w.uint(1017491692);w.int53(h(v,'userId'));w.int(h(v,'date'));},
|
|
1186
|
+
'messageUserVoteMultiple':function(w,v){w.uint(2321933655);w.int53(h(v,'userId'));w.vector(w.bytes,h(v,'options'));w.int(h(v,'date'));},
|
|
1187
|
+
'dummyUpdate':function(w,v){w.uint(2952448754);w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int53(h(v,'channelId'));},
|
|
1188
|
+
'test.useError':function(w){w.uint(4000689921);},
|
|
1189
|
+
'test.useConfigSimple':function(w){w.uint(4189565501);},
|
|
1190
|
+
'test.parseInputAppEvent':function(w){w.uint(3138226161);},
|
|
1191
|
+
'invokeAfterMsg':function(w,v){w.uint(3416209197);w.long(h(v,'msgId'));w.object(h(v,'query'));},
|
|
1192
|
+
'invokeAfterMsgs':function(w,v){w.uint(1036301552);w.vector(w.long,h(v,'msgIds'));w.object(h(v,'query'));},
|
|
1193
|
+
'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'));},
|
|
1194
|
+
'invokeWithLayer':function(w,v){w.uint(3667594509);w.int(h(v,'layer'));w.object(h(v,'query'));},
|
|
1195
|
+
'invokeWithoutUpdates':function(w,v){w.uint(3214170551);w.object(h(v,'query'));},
|
|
1196
|
+
'invokeWithMessagesRange':function(w,v){w.uint(911373810);w.object(h(v,'range'));w.object(h(v,'query'));},
|
|
1197
|
+
'invokeWithTakeout':function(w,v){w.uint(2896821550);w.long(h(v,'takeoutId'));w.object(h(v,'query'));},
|
|
1198
|
+
'auth.sendCode':function(w,v){w.uint(2792825935);w.string(h(v,'phoneNumber'));w.int(h(v,'apiId'));w.string(h(v,'apiHash'));w.object(h(v,'settings'));},
|
|
1199
|
+
'auth.signUp':function(w,v){w.uint(2163139623);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));},
|
|
1200
|
+
'auth.signIn':function(w,v){w.uint(2371004753);var flags=0;var _phoneCode=v.phoneCode!==undefined;if(_phoneCode)flags|=1;var _emailVerification=v.emailVerification!==undefined;if(_emailVerification)flags|=2;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));if(_phoneCode)w.string(v.phoneCode);if(_emailVerification)w.object(v.emailVerification);},
|
|
1201
|
+
'auth.logOut':function(w){w.uint(1047706137);},
|
|
1202
|
+
'auth.resetAuthorizations':function(w){w.uint(2678787354);},
|
|
1203
|
+
'auth.exportAuthorization':function(w,v){w.uint(3854565325);w.int(h(v,'dcId'));},
|
|
1204
|
+
'auth.importAuthorization':function(w,v){w.uint(2776268205);w.long(h(v,'id'));w.bytes(h(v,'bytes'));},
|
|
1205
|
+
'auth.bindTempAuthKey':function(w,v){w.uint(3453233669);w.long(h(v,'permAuthKeyId'));w.long(h(v,'nonce'));w.int(h(v,'expiresAt'));w.bytes(h(v,'encryptedMessage'));},
|
|
1206
|
+
'auth.importBotAuthorization':function(w,v){w.uint(1738800940);w.int(h(v,'flags'));w.int(h(v,'apiId'));w.string(h(v,'apiHash'));w.string(h(v,'botAuthToken'));},
|
|
1207
|
+
'auth.checkPassword':function(w,v){w.uint(3515567382);w.object(h(v,'password'));},
|
|
1208
|
+
'auth.requestPasswordRecovery':function(w){w.uint(3633822822);},
|
|
1209
|
+
'auth.recoverPassword':function(w,v){w.uint(923364464);var flags=0;var _newSettings=v.newSettings!==undefined;if(_newSettings)flags|=1;w.uint(flags);w.string(h(v,'code'));if(_newSettings)w.object(v.newSettings);},
|
|
1210
|
+
'auth.resendCode':function(w,v){w.uint(1056025023);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));},
|
|
1211
|
+
'auth.cancelCode':function(w,v){w.uint(520357240);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));},
|
|
1212
|
+
'auth.dropTempAuthKeys':function(w,v){w.uint(2387124616);w.vector(w.long,h(v,'exceptAuthKeys'));},
|
|
1213
|
+
'auth.exportLoginToken':function(w,v){w.uint(3084944894);w.int(h(v,'apiId'));w.string(h(v,'apiHash'));w.vector(w.long,h(v,'exceptIds'));},
|
|
1214
|
+
'auth.importLoginToken':function(w,v){w.uint(2511101156);w.bytes(h(v,'token'));},
|
|
1215
|
+
'auth.acceptLoginToken':function(w,v){w.uint(3902057805);w.bytes(h(v,'token'));},
|
|
1216
|
+
'auth.checkRecoveryPassword':function(w,v){w.uint(221691769);w.string(h(v,'code'));},
|
|
1217
|
+
'auth.importWebTokenAuthorization':function(w,v){w.uint(767062953);w.int(h(v,'apiId'));w.string(h(v,'apiHash'));w.string(h(v,'webAuthToken'));},
|
|
1218
|
+
'auth.requestFirebaseSms':function(w,v){w.uint(2303085392);var flags=0;var _safetyNetToken=v.safetyNetToken!==undefined;if(_safetyNetToken)flags|=1;var _iosPushSecret=v.iosPushSecret!==undefined;if(_iosPushSecret)flags|=2;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));if(_safetyNetToken)w.string(v.safetyNetToken);if(_iosPushSecret)w.string(v.iosPushSecret);},
|
|
1219
|
+
'auth.resetLoginEmail':function(w,v){w.uint(2123760019);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));},
|
|
1220
|
+
'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'));},
|
|
1221
|
+
'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'));},
|
|
1222
|
+
'account.updateNotifySettings':function(w,v){w.uint(2227067795);w.object(h(v,'peer'));w.object(h(v,'settings'));},
|
|
1223
|
+
'account.getNotifySettings':function(w,v){w.uint(313765169);w.object(h(v,'peer'));},
|
|
1224
|
+
'account.resetNotifySettings':function(w){w.uint(3682473799);},
|
|
1225
|
+
'account.updateProfile':function(w,v){w.uint(2018596725);var flags=0;var _firstName=v.firstName!==undefined;if(_firstName)flags|=1;var _lastName=v.lastName!==undefined;if(_lastName)flags|=2;var _about=v.about!==undefined;if(_about)flags|=4;w.uint(flags);if(_firstName)w.string(v.firstName);if(_lastName)w.string(v.lastName);if(_about)w.string(v.about);},
|
|
1226
|
+
'account.updateStatus':function(w,v){w.uint(1713919532);w.boolean(h(v,'offline'));},
|
|
1227
|
+
'account.getWallPapers':function(w,v){w.uint(127302966);w.long(h(v,'hash'));},
|
|
1228
|
+
'account.reportPeer':function(w,v){w.uint(3317316998);w.object(h(v,'peer'));w.object(h(v,'reason'));w.string(h(v,'message'));},
|
|
1229
|
+
'account.checkUsername':function(w,v){w.uint(655677548);w.string(h(v,'username'));},
|
|
1230
|
+
'account.updateUsername':function(w,v){w.uint(1040964988);w.string(h(v,'username'));},
|
|
1231
|
+
'account.getPrivacy':function(w,v){w.uint(3671837008);w.object(h(v,'key'));},
|
|
1232
|
+
'account.setPrivacy':function(w,v){w.uint(3388480744);w.object(h(v,'key'));w.vector(w.object,h(v,'rules'));},
|
|
1233
|
+
'account.deleteAccount':function(w,v){w.uint(2730545012);var flags=0;var _password=v.password!==undefined;if(_password)flags|=1;w.uint(flags);w.string(h(v,'reason'));if(_password)w.object(v.password);},
|
|
1234
|
+
'account.getAccountTTL':function(w){w.uint(150761757);},
|
|
1235
|
+
'account.setAccountTTL':function(w,v){w.uint(608323678);w.object(h(v,'ttl'));},
|
|
1236
|
+
'account.sendChangePhoneCode':function(w,v){w.uint(2186758885);w.string(h(v,'phoneNumber'));w.object(h(v,'settings'));},
|
|
1237
|
+
'account.changePhone':function(w,v){w.uint(1891839707);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));w.string(h(v,'phoneCode'));},
|
|
1238
|
+
'account.updateDeviceLocked':function(w,v){w.uint(954152242);w.int(h(v,'period'));},
|
|
1239
|
+
'account.getAuthorizations':function(w){w.uint(3810574680);},
|
|
1240
|
+
'account.resetAuthorization':function(w,v){w.uint(3749180348);w.long(h(v,'hash'));},
|
|
1241
|
+
'account.getPassword':function(w){w.uint(1418342645);},
|
|
1242
|
+
'account.getPasswordSettings':function(w,v){w.uint(2631199481);w.object(h(v,'password'));},
|
|
1243
|
+
'account.updatePasswordSettings':function(w,v){w.uint(2778402863);w.object(h(v,'password'));w.object(h(v,'newSettings'));},
|
|
1244
|
+
'account.sendConfirmPhoneCode':function(w,v){w.uint(457157256);w.string(h(v,'hash'));w.object(h(v,'settings'));},
|
|
1245
|
+
'account.confirmPhone':function(w,v){w.uint(1596029123);w.string(h(v,'phoneCodeHash'));w.string(h(v,'phoneCode'));},
|
|
1246
|
+
'account.getTmpPassword':function(w,v){w.uint(1151208273);w.object(h(v,'password'));w.int(h(v,'period'));},
|
|
1247
|
+
'account.getWebAuthorizations':function(w){w.uint(405695855);},
|
|
1248
|
+
'account.resetWebAuthorization':function(w,v){w.uint(755087855);w.long(h(v,'hash'));},
|
|
1249
|
+
'account.resetWebAuthorizations':function(w){w.uint(1747789204);},
|
|
1250
|
+
'account.getAllSecureValues':function(w){w.uint(2995305597);},
|
|
1251
|
+
'account.getSecureValue':function(w,v){w.uint(1936088002);w.vector(w.object,h(v,'types'));},
|
|
1252
|
+
'account.saveSecureValue':function(w,v){w.uint(2308956957);w.object(h(v,'value'));w.long(h(v,'secureSecretId'));},
|
|
1253
|
+
'account.deleteSecureValue':function(w,v){w.uint(3095444555);w.vector(w.object,h(v,'types'));},
|
|
1254
|
+
'account.getAuthorizationForm':function(w,v){w.uint(2838059386);w.int53(h(v,'botId'));w.string(h(v,'scope'));w.string(h(v,'publicKey'));},
|
|
1255
|
+
'account.acceptAuthorization':function(w,v){w.uint(4092415091);w.int53(h(v,'botId'));w.string(h(v,'scope'));w.string(h(v,'publicKey'));w.vector(w.object,h(v,'valueHashes'));w.object(h(v,'credentials'));},
|
|
1256
|
+
'account.sendVerifyPhoneCode':function(w,v){w.uint(2778945273);w.string(h(v,'phoneNumber'));w.object(h(v,'settings'));},
|
|
1257
|
+
'account.verifyPhone':function(w,v){w.uint(1305716726);w.string(h(v,'phoneNumber'));w.string(h(v,'phoneCodeHash'));w.string(h(v,'phoneCode'));},
|
|
1258
|
+
'account.sendVerifyEmailCode':function(w,v){w.uint(2564831163);w.object(h(v,'purpose'));w.string(h(v,'email'));},
|
|
1259
|
+
'account.verifyEmail':function(w,v){w.uint(53322959);w.object(h(v,'purpose'));w.object(h(v,'verification'));},
|
|
1260
|
+
'account.initTakeoutSession':function(w,v){w.uint(2398350000);var flags=0;if(v.contacts===true)flags|=1;if(v.messageUsers===true)flags|=2;if(v.messageChats===true)flags|=4;if(v.messageMegagroups===true)flags|=8;if(v.messageChannels===true)flags|=16;var _fileMaxSize=v.fileMaxSize!==undefined;var _flags_5=v.files===true||_fileMaxSize;if(_flags_5)flags|=32;w.uint(flags);if(_flags_5)w.int53(v.fileMaxSize);},
|
|
1261
|
+
'account.finishTakeoutSession':function(w,v){w.uint(489050862);var flags=0;if(v.success===true)flags|=1;w.uint(flags);},
|
|
1262
|
+
'account.confirmPasswordEmail':function(w,v){w.uint(2413762848);w.string(h(v,'code'));},
|
|
1263
|
+
'account.resendPasswordEmail':function(w){w.uint(2055154197);},
|
|
1264
|
+
'account.cancelPasswordEmail':function(w){w.uint(3251361206);},
|
|
1265
|
+
'account.getContactSignUpNotification':function(w){w.uint(2668087080);},
|
|
1266
|
+
'account.setContactSignUpNotification':function(w,v){w.uint(3488890721);w.boolean(h(v,'silent'));},
|
|
1267
|
+
'account.getNotifyExceptions':function(w,v){w.uint(1398240377);var flags=0;var _peer=v.peer!==undefined;if(_peer)flags|=1;if(v.compareSound===true)flags|=2;if(v.compareStories===true)flags|=4;w.uint(flags);if(_peer)w.object(v.peer);},
|
|
1268
|
+
'account.getWallPaper':function(w,v){w.uint(4237155306);w.object(h(v,'wallpaper'));},
|
|
1269
|
+
'account.uploadWallPaper':function(w,v){w.uint(3818557187);var flags=0;if(v.forChat===true)flags|=1;w.uint(flags);w.object(h(v,'file'));w.string(h(v,'mimeType'));w.object(h(v,'settings'));},
|
|
1270
|
+
'account.saveWallPaper':function(w,v){w.uint(1817860919);w.object(h(v,'wallpaper'));w.boolean(h(v,'unsave'));w.object(h(v,'settings'));},
|
|
1271
|
+
'account.installWallPaper':function(w,v){w.uint(4276967273);w.object(h(v,'wallpaper'));w.object(h(v,'settings'));},
|
|
1272
|
+
'account.resetWallPapers':function(w){w.uint(3141244932);},
|
|
1273
|
+
'account.getAutoDownloadSettings':function(w){w.uint(1457130303);},
|
|
1274
|
+
'account.saveAutoDownloadSettings':function(w,v){w.uint(1995661875);var flags=0;if(v.low===true)flags|=1;if(v.high===true)flags|=2;w.uint(flags);w.object(h(v,'settings'));},
|
|
1275
|
+
'account.uploadTheme':function(w,v){w.uint(473805619);var flags=0;var _thumb=v.thumb!==undefined;if(_thumb)flags|=1;w.uint(flags);w.object(h(v,'file'));if(_thumb)w.object(v.thumb);w.string(h(v,'fileName'));w.string(h(v,'mimeType'));},
|
|
1276
|
+
'account.createTheme':function(w,v){w.uint(1697530880);var flags=0;var _document=v.document!==undefined;if(_document)flags|=4;var _settings=v.settings&&v.settings.length;if(_settings)flags|=8;w.uint(flags);w.string(h(v,'slug'));w.string(h(v,'title'));if(_document)w.object(v.document);if(_settings)w.vector(w.object,v.settings);},
|
|
1277
|
+
'account.updateTheme':function(w,v){w.uint(737414348);var flags=0;var _slug=v.slug!==undefined;if(_slug)flags|=1;var _title=v.title!==undefined;if(_title)flags|=2;var _document=v.document!==undefined;if(_document)flags|=4;var _settings=v.settings&&v.settings.length;if(_settings)flags|=8;w.uint(flags);w.string(h(v,'format'));w.object(h(v,'theme'));if(_slug)w.string(v.slug);if(_title)w.string(v.title);if(_document)w.object(v.document);if(_settings)w.vector(w.object,v.settings);},
|
|
1278
|
+
'account.saveTheme':function(w,v){w.uint(4065792108);w.object(h(v,'theme'));w.boolean(h(v,'unsave'));},
|
|
1279
|
+
'account.installTheme':function(w,v){w.uint(3341269819);var flags=0;if(v.dark===true)flags|=1;var _theme=v.theme!==undefined;if(_theme)flags|=2;var _format=v.format!==undefined;if(_format)flags|=4;var _baseTheme=v.baseTheme!==undefined;if(_baseTheme)flags|=8;w.uint(flags);if(_theme)w.object(v.theme);if(_format)w.string(v.format);if(_baseTheme)w.object(v.baseTheme);},
|
|
1280
|
+
'account.getTheme':function(w,v){w.uint(978872812);w.string(h(v,'format'));w.object(h(v,'theme'));},
|
|
1281
|
+
'account.getThemes':function(w,v){w.uint(1913054296);w.string(h(v,'format'));w.long(h(v,'hash'));},
|
|
1282
|
+
'account.setContentSettings':function(w,v){w.uint(3044323691);var flags=0;if(v.sensitiveEnabled===true)flags|=1;w.uint(flags);},
|
|
1283
|
+
'account.getContentSettings':function(w){w.uint(2342210990);},
|
|
1284
|
+
'account.getMultiWallPapers':function(w,v){w.uint(1705865692);w.vector(w.object,h(v,'wallpapers'));},
|
|
1285
|
+
'account.getGlobalPrivacySettings':function(w){w.uint(3945483510);},
|
|
1286
|
+
'account.setGlobalPrivacySettings':function(w,v){w.uint(517647042);w.object(h(v,'settings'));},
|
|
1287
|
+
'account.reportProfilePhoto':function(w,v){w.uint(4203529973);w.object(h(v,'peer'));w.object(h(v,'photoId'));w.object(h(v,'reason'));w.string(h(v,'message'));},
|
|
1288
|
+
'account.resetPassword':function(w){w.uint(2466827803);},
|
|
1289
|
+
'account.declinePasswordReset':function(w){w.uint(1284770294);},
|
|
1290
|
+
'account.getChatThemes':function(w,v){w.uint(3594051209);w.long(h(v,'hash'));},
|
|
1291
|
+
'account.setAuthorizationTTL':function(w,v){w.uint(3213466272);w.int(h(v,'authorizationTtlDays'));},
|
|
1292
|
+
'account.changeAuthorizationSettings':function(w,v){w.uint(1089766498);var flags=0;var _encryptedRequestsDisabled=v.encryptedRequestsDisabled!==undefined;if(_encryptedRequestsDisabled)flags|=1;var _callRequestsDisabled=v.callRequestsDisabled!==undefined;if(_callRequestsDisabled)flags|=2;if(v.confirmed===true)flags|=8;w.uint(flags);w.long(h(v,'hash'));if(_encryptedRequestsDisabled)w.boolean(v.encryptedRequestsDisabled);if(_callRequestsDisabled)w.boolean(v.callRequestsDisabled);},
|
|
1293
|
+
'account.getSavedRingtones':function(w,v){w.uint(3784319624);w.long(h(v,'hash'));},
|
|
1294
|
+
'account.saveRingtone':function(w,v){w.uint(1038768899);w.object(h(v,'id'));w.boolean(h(v,'unsave'));},
|
|
1295
|
+
'account.uploadRingtone':function(w,v){w.uint(2199552930);w.object(h(v,'file'));w.string(h(v,'fileName'));w.string(h(v,'mimeType'));},
|
|
1296
|
+
'account.updateEmojiStatus':function(w,v){w.uint(4224966251);w.object(h(v,'emojiStatus'));},
|
|
1297
|
+
'account.getDefaultEmojiStatuses':function(w,v){w.uint(3598005126);w.long(h(v,'hash'));},
|
|
1298
|
+
'account.getRecentEmojiStatuses':function(w,v){w.uint(257392901);w.long(h(v,'hash'));},
|
|
1299
|
+
'account.clearRecentEmojiStatuses':function(w){w.uint(404757166);},
|
|
1300
|
+
'account.reorderUsernames':function(w,v){w.uint(4015001259);w.vector(w.string,h(v,'order'));},
|
|
1301
|
+
'account.toggleUsername':function(w,v){w.uint(1490465654);w.string(h(v,'username'));w.boolean(h(v,'active'));},
|
|
1302
|
+
'account.getDefaultProfilePhotoEmojis':function(w,v){w.uint(3799319336);w.long(h(v,'hash'));},
|
|
1303
|
+
'account.getDefaultGroupPhotoEmojis':function(w,v){w.uint(2438488238);w.long(h(v,'hash'));},
|
|
1304
|
+
'account.getAutoSaveSettings':function(w){w.uint(2915810522);},
|
|
1305
|
+
'account.saveAutoSaveSettings':function(w,v){w.uint(3600515937);var flags=0;if(v.users===true)flags|=1;if(v.chats===true)flags|=2;if(v.broadcasts===true)flags|=4;var _peer=v.peer!==undefined;if(_peer)flags|=8;w.uint(flags);if(_peer)w.object(v.peer);w.object(h(v,'settings'));},
|
|
1306
|
+
'account.deleteAutoSaveExceptions':function(w){w.uint(1404829728);},
|
|
1307
|
+
'account.invalidateSignInCodes':function(w,v){w.uint(3398101178);w.vector(w.string,h(v,'codes'));},
|
|
1308
|
+
'users.getUsers':function(w,v){w.uint(227648840);w.vector(w.object,h(v,'id'));},
|
|
1309
|
+
'users.getFullUser':function(w,v){w.uint(3054459160);w.object(h(v,'id'));},
|
|
1310
|
+
'users.setSecureValueErrors':function(w,v){w.uint(2429064373);w.object(h(v,'id'));w.vector(w.object,h(v,'errors'));},
|
|
1311
|
+
'contacts.getContactIDs':function(w,v){w.uint(2061264541);w.long(h(v,'hash'));},
|
|
1312
|
+
'contacts.getStatuses':function(w){w.uint(3299038190);},
|
|
1313
|
+
'contacts.getContacts':function(w,v){w.uint(1574346258);w.long(h(v,'hash'));},
|
|
1314
|
+
'contacts.importContacts':function(w,v){w.uint(746589157);w.vector(w.object,h(v,'contacts'));},
|
|
1315
|
+
'contacts.deleteContacts':function(w,v){w.uint(157945344);w.vector(w.object,h(v,'id'));},
|
|
1316
|
+
'contacts.deleteByPhones':function(w,v){w.uint(269745566);w.vector(w.string,h(v,'phones'));},
|
|
1317
|
+
'contacts.block':function(w,v){w.uint(774801204);var flags=0;if(v.myStoriesFrom===true)flags|=1;w.uint(flags);w.object(h(v,'id'));},
|
|
1318
|
+
'contacts.unblock':function(w,v){w.uint(3041973032);var flags=0;if(v.myStoriesFrom===true)flags|=1;w.uint(flags);w.object(h(v,'id'));},
|
|
1319
|
+
'contacts.getBlocked':function(w,v){w.uint(2592509824);var flags=0;if(v.myStoriesFrom===true)flags|=1;w.uint(flags);w.int(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1320
|
+
'contacts.search':function(w,v){w.uint(301470424);w.string(h(v,'q'));w.int(h(v,'limit'));},
|
|
1321
|
+
'contacts.resolveUsername':function(w,v){w.uint(4181511075);w.string(h(v,'username'));},
|
|
1322
|
+
'contacts.getTopPeers':function(w,v){w.uint(2536798390);var flags=0;if(v.correspondents===true)flags|=1;if(v.botsPm===true)flags|=2;if(v.botsInline===true)flags|=4;if(v.phoneCalls===true)flags|=8;if(v.forwardUsers===true)flags|=16;if(v.forwardChats===true)flags|=32;if(v.groups===true)flags|=1024;if(v.channels===true)flags|=32768;w.uint(flags);w.int(h(v,'offset'));w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1323
|
+
'contacts.resetTopPeerRating':function(w,v){w.uint(451113900);w.object(h(v,'category'));w.object(h(v,'peer'));},
|
|
1324
|
+
'contacts.resetSaved':function(w){w.uint(2274703345);},
|
|
1325
|
+
'contacts.getSaved':function(w){w.uint(2196890527);},
|
|
1326
|
+
'contacts.toggleTopPeers':function(w,v){w.uint(2232729050);w.boolean(h(v,'enabled'));},
|
|
1327
|
+
'contacts.addContact':function(w,v){w.uint(3908330448);var flags=0;if(v.addPhonePrivacyException===true)flags|=1;w.uint(flags);w.object(h(v,'id'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'phone'));},
|
|
1328
|
+
'contacts.acceptContact':function(w,v){w.uint(4164002319);w.object(h(v,'id'));},
|
|
1329
|
+
'contacts.getLocated':function(w,v){w.uint(3544759364);var flags=0;var _selfExpires=v.selfExpires!==undefined;if(_selfExpires)flags|=1;if(v.background===true)flags|=2;w.uint(flags);w.object(h(v,'geoPoint'));if(_selfExpires)w.int(v.selfExpires);},
|
|
1330
|
+
'contacts.blockFromReplies':function(w,v){w.uint(698914348);var flags=0;if(v.deleteMessage===true)flags|=1;if(v.deleteHistory===true)flags|=2;if(v.reportSpam===true)flags|=4;w.uint(flags);w.int(h(v,'msgId'));},
|
|
1331
|
+
'contacts.resolvePhone':function(w,v){w.uint(2331591492);w.string(h(v,'phone'));},
|
|
1332
|
+
'contacts.exportContactToken':function(w){w.uint(4167385127);},
|
|
1333
|
+
'contacts.importContactToken':function(w,v){w.uint(318789512);w.string(h(v,'token'));},
|
|
1334
|
+
'contacts.editCloseFriends':function(w,v){w.uint(3127313904);w.vector(w.int53,h(v,'id'));},
|
|
1335
|
+
'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'));},
|
|
1336
|
+
'messages.getMessages':function(w,v){w.uint(1673946374);w.vector(w.object,h(v,'id'));},
|
|
1337
|
+
'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'));},
|
|
1338
|
+
'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'));},
|
|
1339
|
+
'messages.search':function(w,v){w.uint(2700978018);var flags=0;var _fromId=v.fromId!==undefined;if(_fromId)flags|=1;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=2;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'q'));if(_fromId)w.object(v.fromId);if(_topMsgId)w.int(v.topMsgId);w.object(h(v,'filter'));w.int(h(v,'minDate'));w.int(h(v,'maxDate'));w.int(h(v,'offsetId'));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'));},
|
|
1340
|
+
'messages.readHistory':function(w,v){w.uint(238054714);w.object(h(v,'peer'));w.int(h(v,'maxId'));},
|
|
1341
|
+
'messages.deleteHistory':function(w,v){w.uint(2962199082);var flags=0;if(v.justClear===true)flags|=1;if(v.revoke===true)flags|=2;var _minDate=v.minDate!==undefined;if(_minDate)flags|=4;var _maxDate=v.maxDate!==undefined;if(_maxDate)flags|=8;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'maxId'));if(_minDate)w.int(v.minDate);if(_maxDate)w.int(v.maxDate);},
|
|
1342
|
+
'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'));},
|
|
1343
|
+
'messages.receivedMessages':function(w,v){w.uint(94983360);w.int(h(v,'maxId'));},
|
|
1344
|
+
'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'));},
|
|
1345
|
+
'messages.sendMessage':function(w,v){w.uint(671943023);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;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(_sendAs)w.object(v.sendAs);},
|
|
1346
|
+
'messages.sendMedia':function(w,v){w.uint(1926021693);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;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(_sendAs)w.object(v.sendAs);},
|
|
1347
|
+
'messages.forwardMessages':function(w,v){w.uint(3328293828);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;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(_scheduleDate)w.int(v.scheduleDate);if(_sendAs)w.object(v.sendAs);},
|
|
1348
|
+
'messages.reportSpam':function(w,v){w.uint(3474297563);w.object(h(v,'peer'));},
|
|
1349
|
+
'messages.getPeerSettings':function(w,v){w.uint(4024018594);w.object(h(v,'peer'));},
|
|
1350
|
+
'messages.report':function(w,v){w.uint(2303961934);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));w.object(h(v,'reason'));w.string(h(v,'message'));},
|
|
1351
|
+
'messages.getChats':function(w,v){w.uint(1240027791);w.vector(w.int53,h(v,'id'));},
|
|
1352
|
+
'messages.getFullChat':function(w,v){w.uint(2930772788);w.int53(h(v,'chatId'));},
|
|
1353
|
+
'messages.editChatTitle':function(w,v){w.uint(1937260541);w.int53(h(v,'chatId'));w.string(h(v,'title'));},
|
|
1354
|
+
'messages.editChatPhoto':function(w,v){w.uint(903730804);w.int53(h(v,'chatId'));w.object(h(v,'photo'));},
|
|
1355
|
+
'messages.addChatUser':function(w,v){w.uint(4064760803);w.int53(h(v,'chatId'));w.object(h(v,'userId'));w.int(h(v,'fwdLimit'));},
|
|
1356
|
+
'messages.deleteChatUser':function(w,v){w.uint(2719505579);var flags=0;if(v.revokeHistory===true)flags|=1;w.uint(flags);w.int53(h(v,'chatId'));w.object(h(v,'userId'));},
|
|
1357
|
+
'messages.createChat':function(w,v){w.uint(3450904);var flags=0;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=1;w.uint(flags);w.vector(w.object,h(v,'users'));w.string(h(v,'title'));if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
1358
|
+
'messages.getDhConfig':function(w,v){w.uint(651135312);w.int(h(v,'version'));w.int(h(v,'randomLength'));},
|
|
1359
|
+
'messages.requestEncryption':function(w,v){w.uint(4132286275);w.object(h(v,'userId'));w.int(h(v,'randomId'));w.bytes(h(v,'gA'));},
|
|
1360
|
+
'messages.acceptEncryption':function(w,v){w.uint(1035731989);w.object(h(v,'peer'));w.bytes(h(v,'gB'));w.long(h(v,'keyFingerprint'));},
|
|
1361
|
+
'messages.discardEncryption':function(w,v){w.uint(4086541984);var flags=0;if(v.deleteHistory===true)flags|=1;w.uint(flags);w.int(h(v,'chatId'));},
|
|
1362
|
+
'messages.setEncryptedTyping':function(w,v){w.uint(2031374829);w.object(h(v,'peer'));w.boolean(h(v,'typing'));},
|
|
1363
|
+
'messages.readEncryptedHistory':function(w,v){w.uint(2135648522);w.object(h(v,'peer'));w.int(h(v,'maxDate'));},
|
|
1364
|
+
'messages.sendEncrypted':function(w,v){w.uint(1157265941);var flags=0;if(v.silent===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.long(h(v,'randomId'));w.bytes(h(v,'data'));},
|
|
1365
|
+
'messages.sendEncryptedFile':function(w,v){w.uint(1431914525);var flags=0;if(v.silent===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.long(h(v,'randomId'));w.bytes(h(v,'data'));w.object(h(v,'file'));},
|
|
1366
|
+
'messages.sendEncryptedService':function(w,v){w.uint(852769188);w.object(h(v,'peer'));w.long(h(v,'randomId'));w.bytes(h(v,'data'));},
|
|
1367
|
+
'messages.receivedQueue':function(w,v){w.uint(1436924774);w.int(h(v,'maxQts'));},
|
|
1368
|
+
'messages.reportEncryptedSpam':function(w,v){w.uint(1259113487);w.object(h(v,'peer'));},
|
|
1369
|
+
'messages.readMessageContents':function(w,v){w.uint(916930423);w.vector(w.int,h(v,'id'));},
|
|
1370
|
+
'messages.getStickers':function(w,v){w.uint(3584414625);w.string(h(v,'emoticon'));w.long(h(v,'hash'));},
|
|
1371
|
+
'messages.getAllStickers':function(w,v){w.uint(3097534888);w.long(h(v,'hash'));},
|
|
1372
|
+
'messages.getWebPagePreview':function(w,v){w.uint(2338894028);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);},
|
|
1373
|
+
'messages.exportChatInvite':function(w,v){w.uint(2687296981);var flags=0;var _expireDate=v.expireDate!==undefined;if(_expireDate)flags|=1;var _usageLimit=v.usageLimit!==undefined;if(_usageLimit)flags|=2;if(v.legacyRevokePermanent===true)flags|=4;if(v.requestNeeded===true)flags|=8;var _title=v.title!==undefined;if(_title)flags|=16;w.uint(flags);w.object(h(v,'peer'));if(_expireDate)w.int(v.expireDate);if(_usageLimit)w.int(v.usageLimit);if(_title)w.string(v.title);},
|
|
1374
|
+
'messages.checkChatInvite':function(w,v){w.uint(1051570619);w.string(h(v,'hash'));},
|
|
1375
|
+
'messages.importChatInvite':function(w,v){w.uint(1817183516);w.string(h(v,'hash'));},
|
|
1376
|
+
'messages.getStickerSet':function(w,v){w.uint(3365989492);w.object(h(v,'stickerset'));w.int(h(v,'hash'));},
|
|
1377
|
+
'messages.installStickerSet':function(w,v){w.uint(3348096096);w.object(h(v,'stickerset'));w.boolean(h(v,'archived'));},
|
|
1378
|
+
'messages.uninstallStickerSet':function(w,v){w.uint(4184757726);w.object(h(v,'stickerset'));},
|
|
1379
|
+
'messages.startBot':function(w,v){w.uint(3873403768);w.object(h(v,'bot'));w.object(h(v,'peer'));w.long(h(v,'randomId'));w.string(h(v,'startParam'));},
|
|
1380
|
+
'messages.getMessagesViews':function(w,v){w.uint(1468322785);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));w.boolean(h(v,'increment'));},
|
|
1381
|
+
'messages.editChatAdmin':function(w,v){w.uint(2824589762);w.int53(h(v,'chatId'));w.object(h(v,'userId'));w.boolean(h(v,'isAdmin'));},
|
|
1382
|
+
'messages.migrateChat':function(w,v){w.uint(2726777625);w.int53(h(v,'chatId'));},
|
|
1383
|
+
'messages.searchGlobal':function(w,v){w.uint(1271290010);var flags=0;var _folderId=v.folderId!==undefined;if(_folderId)flags|=1;w.uint(flags);if(_folderId)w.int(v.folderId);w.string(h(v,'q'));w.object(h(v,'filter'));w.int(h(v,'minDate'));w.int(h(v,'maxDate'));w.int(h(v,'offsetRate'));w.object(h(v,'offsetPeer'));w.int(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1384
|
+
'messages.reorderStickerSets':function(w,v){w.uint(2016638777);var flags=0;if(v.masks===true)flags|=1;if(v.emojis===true)flags|=2;w.uint(flags);w.vector(w.long,h(v,'order'));},
|
|
1385
|
+
'messages.getDocumentByHash':function(w,v){w.uint(2985428511);w.bytes(h(v,'sha256'));w.int53(h(v,'size'));w.string(h(v,'mimeType'));},
|
|
1386
|
+
'messages.getSavedGifs':function(w,v){w.uint(1559270965);w.long(h(v,'hash'));},
|
|
1387
|
+
'messages.saveGif':function(w,v){w.uint(846868683);w.object(h(v,'id'));w.boolean(h(v,'unsave'));},
|
|
1388
|
+
'messages.getInlineBotResults':function(w,v){w.uint(1364105629);var flags=0;var _geoPoint=v.geoPoint!==undefined;if(_geoPoint)flags|=1;w.uint(flags);w.object(h(v,'bot'));w.object(h(v,'peer'));if(_geoPoint)w.object(v.geoPoint);w.string(h(v,'query'));w.string(h(v,'offset'));},
|
|
1389
|
+
'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);},
|
|
1390
|
+
'messages.sendInlineBotResult':function(w,v){w.uint(4156319930);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;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);},
|
|
1391
|
+
'messages.getMessageEditData':function(w,v){w.uint(4255550774);w.object(h(v,'peer'));w.int(h(v,'id'));},
|
|
1392
|
+
'messages.editMessage':function(w,v){w.uint(1224152952);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;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);},
|
|
1393
|
+
'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);},
|
|
1394
|
+
'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);},
|
|
1395
|
+
'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'));},
|
|
1396
|
+
'messages.getPeerDialogs':function(w,v){w.uint(3832593661);w.vector(w.object,h(v,'peers'));},
|
|
1397
|
+
'messages.saveDraft':function(w,v){w.uint(2146678790);var flags=0;if(v.noWebpage===true)flags|=2;var _entities=v.entities&&v.entities.length;if(_entities)flags|=8;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=16;var _media=v.media!==undefined;if(_media)flags|=32;if(v.invertMedia===true)flags|=64;w.uint(flags);if(_replyTo)w.object(v.replyTo);w.object(h(v,'peer'));w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_media)w.object(v.media);},
|
|
1398
|
+
'messages.getAllDrafts':function(w){w.uint(1782549861);},
|
|
1399
|
+
'messages.getFeaturedStickers':function(w,v){w.uint(1685588756);w.long(h(v,'hash'));},
|
|
1400
|
+
'messages.readFeaturedStickers':function(w,v){w.uint(1527873830);w.vector(w.long,h(v,'id'));},
|
|
1401
|
+
'messages.getRecentStickers':function(w,v){w.uint(2645114939);var flags=0;if(v.attached===true)flags|=1;w.uint(flags);w.long(h(v,'hash'));},
|
|
1402
|
+
'messages.saveRecentSticker':function(w,v){w.uint(958863608);var flags=0;if(v.attached===true)flags|=1;w.uint(flags);w.object(h(v,'id'));w.boolean(h(v,'unsave'));},
|
|
1403
|
+
'messages.clearRecentStickers':function(w,v){w.uint(2308530221);var flags=0;if(v.attached===true)flags|=1;w.uint(flags);},
|
|
1404
|
+
'messages.getArchivedStickers':function(w,v){w.uint(1475442322);var flags=0;if(v.masks===true)flags|=1;if(v.emojis===true)flags|=2;w.uint(flags);w.long(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1405
|
+
'messages.getMaskStickers':function(w,v){w.uint(1678738104);w.long(h(v,'hash'));},
|
|
1406
|
+
'messages.getAttachedStickers':function(w,v){w.uint(3428542412);w.object(h(v,'media'));},
|
|
1407
|
+
'messages.setGameScore':function(w,v){w.uint(2398678208);var flags=0;if(v.editMessage===true)flags|=1;if(v.force===true)flags|=2;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));w.object(h(v,'userId'));w.int(h(v,'score'));},
|
|
1408
|
+
'messages.setInlineGameScore':function(w,v){w.uint(363700068);var flags=0;if(v.editMessage===true)flags|=1;if(v.force===true)flags|=2;w.uint(flags);w.object(h(v,'id'));w.object(h(v,'userId'));w.int(h(v,'score'));},
|
|
1409
|
+
'messages.getGameHighScores':function(w,v){w.uint(3894568093);w.object(h(v,'peer'));w.int(h(v,'id'));w.object(h(v,'userId'));},
|
|
1410
|
+
'messages.getInlineGameHighScores':function(w,v){w.uint(258170395);w.object(h(v,'id'));w.object(h(v,'userId'));},
|
|
1411
|
+
'messages.getCommonChats':function(w,v){w.uint(3826032900);w.object(h(v,'userId'));w.int53(h(v,'maxId'));w.int(h(v,'limit'));},
|
|
1412
|
+
'messages.getWebPage':function(w,v){w.uint(2375455395);w.string(h(v,'url'));w.int(h(v,'hash'));},
|
|
1413
|
+
'messages.toggleDialogPin':function(w,v){w.uint(2805064279);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
|
|
1414
|
+
'messages.reorderPinnedDialogs':function(w,v){w.uint(991616823);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.int(h(v,'folderId'));w.vector(w.object,h(v,'order'));},
|
|
1415
|
+
'messages.getPinnedDialogs':function(w,v){w.uint(3602468338);w.int(h(v,'folderId'));},
|
|
1416
|
+
'messages.setBotShippingResults':function(w,v){w.uint(3858133754);var flags=0;var _error=v.error!==undefined;if(_error)flags|=1;var _shippingOptions=v.shippingOptions&&v.shippingOptions.length;if(_shippingOptions)flags|=2;w.uint(flags);w.long(h(v,'queryId'));if(_error)w.string(v.error);if(_shippingOptions)w.vector(w.object,v.shippingOptions);},
|
|
1417
|
+
'messages.setBotPrecheckoutResults':function(w,v){w.uint(163765653);var flags=0;var _error=v.error!==undefined;if(_error)flags|=1;if(v.success===true)flags|=2;w.uint(flags);w.long(h(v,'queryId'));if(_error)w.string(v.error);},
|
|
1418
|
+
'messages.uploadMedia':function(w,v){w.uint(1369162417);w.object(h(v,'peer'));w.object(h(v,'media'));},
|
|
1419
|
+
'messages.sendScreenshotNotification':function(w,v){w.uint(2705348631);w.object(h(v,'peer'));w.object(h(v,'replyTo'));w.long(h(v,'randomId'));},
|
|
1420
|
+
'messages.getFavedStickers':function(w,v){w.uint(82946729);w.long(h(v,'hash'));},
|
|
1421
|
+
'messages.faveSticker':function(w,v){w.uint(3120547163);w.object(h(v,'id'));w.boolean(h(v,'unfave'));},
|
|
1422
|
+
'messages.getUnreadMentions':function(w,v){w.uint(4043827088);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.int(h(v,'offsetId'));w.int(h(v,'addOffset'));w.int(h(v,'limit'));w.int(h(v,'maxId'));w.int(h(v,'minId'));},
|
|
1423
|
+
'messages.readMentions':function(w,v){w.uint(921026381);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);},
|
|
1424
|
+
'messages.getRecentLocations':function(w,v){w.uint(1881817312);w.object(h(v,'peer'));w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1425
|
+
'messages.sendMultiMedia':function(w,v){w.uint(1164872071);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;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;w.uint(flags);w.object(h(v,'peer'));if(_replyTo)w.object(v.replyTo);w.vector(w.object,h(v,'multiMedia'));if(_scheduleDate)w.int(v.scheduleDate);if(_sendAs)w.object(v.sendAs);},
|
|
1426
|
+
'messages.uploadEncryptedFile':function(w,v){w.uint(1347929239);w.object(h(v,'peer'));w.object(h(v,'file'));},
|
|
1427
|
+
'messages.searchStickerSets':function(w,v){w.uint(896555914);var flags=0;if(v.excludeFeatured===true)flags|=1;w.uint(flags);w.string(h(v,'q'));w.long(h(v,'hash'));},
|
|
1428
|
+
'messages.getSplitRanges':function(w){w.uint(486505992);},
|
|
1429
|
+
'messages.markDialogUnread':function(w,v){w.uint(3263617423);var flags=0;if(v.unread===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
|
|
1430
|
+
'messages.getDialogUnreadMarks':function(w){w.uint(585256482);},
|
|
1431
|
+
'messages.clearAllDrafts':function(w){w.uint(2119757468);},
|
|
1432
|
+
'messages.updatePinnedMessage':function(w,v){w.uint(3534419948);var flags=0;if(v.silent===true)flags|=1;if(v.unpin===true)flags|=2;if(v.pmOneside===true)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));},
|
|
1433
|
+
'messages.sendVote':function(w,v){w.uint(283795844);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.vector(w.bytes,h(v,'options'));},
|
|
1434
|
+
'messages.getPollResults':function(w,v){w.uint(1941660731);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1435
|
+
'messages.getOnlines':function(w,v){w.uint(1848369232);w.object(h(v,'peer'));},
|
|
1436
|
+
'messages.editChatAbout':function(w,v){w.uint(3740665751);w.object(h(v,'peer'));w.string(h(v,'about'));},
|
|
1437
|
+
'messages.editChatDefaultBannedRights':function(w,v){w.uint(2777049921);w.object(h(v,'peer'));w.object(h(v,'bannedRights'));},
|
|
1438
|
+
'messages.getEmojiKeywords':function(w,v){w.uint(899735650);w.string(h(v,'langCode'));},
|
|
1439
|
+
'messages.getEmojiKeywordsDifference':function(w,v){w.uint(352892591);w.string(h(v,'langCode'));w.int(h(v,'fromVersion'));},
|
|
1440
|
+
'messages.getEmojiKeywordsLanguages':function(w,v){w.uint(1318675378);w.vector(w.string,h(v,'langCodes'));},
|
|
1441
|
+
'messages.getEmojiURL':function(w,v){w.uint(3585149990);w.string(h(v,'langCode'));},
|
|
1442
|
+
'messages.getSearchCounters':function(w,v){w.uint(11435201);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.vector(w.object,h(v,'filters'));},
|
|
1443
|
+
'messages.requestUrlAuth':function(w,v){w.uint(428848198);var flags=0;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;w.uint(flags);if(_flags_1)w.object(v.peer);if(_flags_1)w.int(v.msgId);if(_flags_1)w.int(v.buttonId);if(_url)w.string(v.url);},
|
|
1444
|
+
'messages.acceptUrlAuth':function(w,v){w.uint(2972479781);var flags=0;if(v.writeAllowed===true)flags|=1;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;w.uint(flags);if(_flags_1)w.object(v.peer);if(_flags_1)w.int(v.msgId);if(_flags_1)w.int(v.buttonId);if(_url)w.string(v.url);},
|
|
1445
|
+
'messages.hidePeerSettingsBar':function(w,v){w.uint(1336717624);w.object(h(v,'peer'));},
|
|
1446
|
+
'messages.getScheduledHistory':function(w,v){w.uint(4111889931);w.object(h(v,'peer'));w.long(h(v,'hash'));},
|
|
1447
|
+
'messages.getScheduledMessages':function(w,v){w.uint(3183150180);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1448
|
+
'messages.sendScheduledMessages':function(w,v){w.uint(3174597898);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1449
|
+
'messages.deleteScheduledMessages':function(w,v){w.uint(1504586518);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1450
|
+
'messages.getPollVotes':function(w,v){w.uint(3094231054);var flags=0;var _option=v.option!==undefined;if(_option)flags|=1;var _offset=v.offset!==undefined;if(_offset)flags|=2;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_option)w.bytes(v.option);if(_offset)w.string(v.offset);w.int(h(v,'limit'));},
|
|
1451
|
+
'messages.toggleStickerSets':function(w,v){w.uint(3037016042);var flags=0;if(v.uninstall===true)flags|=1;if(v.archive===true)flags|=2;if(v.unarchive===true)flags|=4;w.uint(flags);w.vector(w.object,h(v,'stickersets'));},
|
|
1452
|
+
'messages.getDialogFilters':function(w){w.uint(4053719405);},
|
|
1453
|
+
'messages.getSuggestedDialogFilters':function(w){w.uint(2728186924);},
|
|
1454
|
+
'messages.updateDialogFilter':function(w,v){w.uint(450142282);var flags=0;var _filter=v.filter!==undefined;if(_filter)flags|=1;w.uint(flags);w.int(h(v,'id'));if(_filter)w.object(v.filter);},
|
|
1455
|
+
'messages.updateDialogFiltersOrder':function(w,v){w.uint(3311649252);w.vector(w.int,h(v,'order'));},
|
|
1456
|
+
'messages.getOldFeaturedStickers':function(w,v){w.uint(2127598753);w.int(h(v,'offset'));w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1457
|
+
'messages.getReplies':function(w,v){w.uint(584962828);w.object(h(v,'peer'));w.int(h(v,'msgId'));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'));},
|
|
1458
|
+
'messages.getDiscussionMessage':function(w,v){w.uint(1147761405);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1459
|
+
'messages.readDiscussion':function(w,v){w.uint(4147227124);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int(h(v,'readMaxId'));},
|
|
1460
|
+
'messages.unpinAllMessages':function(w,v){w.uint(3995253160);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);},
|
|
1461
|
+
'messages.deleteChat':function(w,v){w.uint(1540419152);w.int53(h(v,'chatId'));},
|
|
1462
|
+
'messages.deletePhoneCallHistory':function(w,v){w.uint(4190888969);var flags=0;if(v.revoke===true)flags|=1;w.uint(flags);},
|
|
1463
|
+
'messages.checkHistoryImport':function(w,v){w.uint(1140726259);w.string(h(v,'importHead'));},
|
|
1464
|
+
'messages.initHistoryImport':function(w,v){w.uint(873008187);w.object(h(v,'peer'));w.object(h(v,'file'));w.int(h(v,'mediaCount'));},
|
|
1465
|
+
'messages.uploadImportedMedia':function(w,v){w.uint(713433234);w.object(h(v,'peer'));w.long(h(v,'importId'));w.string(h(v,'fileName'));w.object(h(v,'media'));},
|
|
1466
|
+
'messages.startHistoryImport':function(w,v){w.uint(3023958852);w.object(h(v,'peer'));w.long(h(v,'importId'));},
|
|
1467
|
+
'messages.getExportedChatInvites':function(w,v){w.uint(2729812982);var flags=0;var _offsetDate=v.offsetDate!==undefined;var _offsetLink=v.offsetLink!==undefined;var _flags_2=_offsetDate||_offsetLink;if(_flags_2)flags|=4;if(v.revoked===true)flags|=8;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'adminId'));if(_flags_2)w.int(v.offsetDate);if(_flags_2)w.string(v.offsetLink);w.int(h(v,'limit'));},
|
|
1468
|
+
'messages.getExportedChatInvite':function(w,v){w.uint(1937010524);w.object(h(v,'peer'));w.string(h(v,'link'));},
|
|
1469
|
+
'messages.editExportedChatInvite':function(w,v){w.uint(3184144245);var flags=0;var _expireDate=v.expireDate!==undefined;if(_expireDate)flags|=1;var _usageLimit=v.usageLimit!==undefined;if(_usageLimit)flags|=2;if(v.revoked===true)flags|=4;var _requestNeeded=v.requestNeeded!==undefined;if(_requestNeeded)flags|=8;var _title=v.title!==undefined;if(_title)flags|=16;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'link'));if(_expireDate)w.int(v.expireDate);if(_usageLimit)w.int(v.usageLimit);if(_requestNeeded)w.boolean(v.requestNeeded);if(_title)w.string(v.title);},
|
|
1470
|
+
'messages.deleteRevokedExportedChatInvites':function(w,v){w.uint(1452833749);w.object(h(v,'peer'));w.object(h(v,'adminId'));},
|
|
1471
|
+
'messages.deleteExportedChatInvite':function(w,v){w.uint(3563365419);w.object(h(v,'peer'));w.string(h(v,'link'));},
|
|
1472
|
+
'messages.getAdminsWithInvites':function(w,v){w.uint(958457583);w.object(h(v,'peer'));},
|
|
1473
|
+
'messages.getChatInviteImporters':function(w,v){w.uint(3741637966);var flags=0;if(v.requested===true)flags|=1;var _link=v.link!==undefined;if(_link)flags|=2;var _q=v.q!==undefined;if(_q)flags|=4;w.uint(flags);w.object(h(v,'peer'));if(_link)w.string(v.link);if(_q)w.string(v.q);w.int(h(v,'offsetDate'));w.object(h(v,'offsetUser'));w.int(h(v,'limit'));},
|
|
1474
|
+
'messages.setHistoryTTL':function(w,v){w.uint(3087949796);w.object(h(v,'peer'));w.int(h(v,'period'));},
|
|
1475
|
+
'messages.checkHistoryImportPeer':function(w,v){w.uint(1573261059);w.object(h(v,'peer'));},
|
|
1476
|
+
'messages.setChatTheme':function(w,v){w.uint(3862683967);w.object(h(v,'peer'));w.string(h(v,'emoticon'));},
|
|
1477
|
+
'messages.getMessageReadParticipants':function(w,v){w.uint(834782287);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1478
|
+
'messages.getSearchResultsCalendar':function(w,v){w.uint(1240514025);w.object(h(v,'peer'));w.object(h(v,'filter'));w.int(h(v,'offsetId'));w.int(h(v,'offsetDate'));},
|
|
1479
|
+
'messages.getSearchResultsPositions':function(w,v){w.uint(1855292323);w.object(h(v,'peer'));w.object(h(v,'filter'));w.int(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1480
|
+
'messages.hideChatJoinRequest':function(w,v){w.uint(2145904661);var flags=0;if(v.approved===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'userId'));},
|
|
1481
|
+
'messages.hideAllChatJoinRequests':function(w,v){w.uint(3766875370);var flags=0;if(v.approved===true)flags|=1;var _link=v.link!==undefined;if(_link)flags|=2;w.uint(flags);w.object(h(v,'peer'));if(_link)w.string(v.link);},
|
|
1482
|
+
'messages.toggleNoForwards':function(w,v){w.uint(2971578274);w.object(h(v,'peer'));w.boolean(h(v,'enabled'));},
|
|
1483
|
+
'messages.saveDefaultSendAs':function(w,v){w.uint(3439189910);w.object(h(v,'peer'));w.object(h(v,'sendAs'));},
|
|
1484
|
+
'messages.sendReaction':function(w,v){w.uint(3540875476);var flags=0;var _reaction=v.reaction&&v.reaction.length;if(_reaction)flags|=1;if(v.big===true)flags|=2;if(v.addToRecent===true)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'msgId'));if(_reaction)w.vector(w.object,v.reaction);},
|
|
1485
|
+
'messages.getMessagesReactions':function(w,v){w.uint(2344259814);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1486
|
+
'messages.getMessageReactionsList':function(w,v){w.uint(1176190792);var flags=0;var _reaction=v.reaction!==undefined;if(_reaction)flags|=1;var _offset=v.offset!==undefined;if(_offset)flags|=2;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'));},
|
|
1487
|
+
'messages.setChatAvailableReactions':function(w,v){w.uint(4273039217);w.object(h(v,'peer'));w.object(h(v,'availableReactions'));},
|
|
1488
|
+
'messages.getAvailableReactions':function(w,v){w.uint(417243308);w.int(h(v,'hash'));},
|
|
1489
|
+
'messages.setDefaultReaction':function(w,v){w.uint(1330094102);w.object(h(v,'reaction'));},
|
|
1490
|
+
'messages.translateText':function(w,v){w.uint(1662529584);var flags=0;var _peer=v.peer!==undefined;var _id=v.id&&v.id.length;var _flags_0=_peer||_id;if(_flags_0)flags|=1;var _text=v.text&&v.text.length;if(_text)flags|=2;w.uint(flags);if(_flags_0)w.object(v.peer);if(_flags_0)w.vector(w.int,v.id);if(_text)w.vector(w.object,v.text);w.string(h(v,'toLang'));},
|
|
1491
|
+
'messages.getUnreadReactions':function(w,v){w.uint(841173339);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.int(h(v,'offsetId'));w.int(h(v,'addOffset'));w.int(h(v,'limit'));w.int(h(v,'maxId'));w.int(h(v,'minId'));},
|
|
1492
|
+
'messages.readReactions':function(w,v){w.uint(1420459918);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);},
|
|
1493
|
+
'messages.searchSentMedia':function(w,v){w.uint(276705696);w.string(h(v,'q'));w.object(h(v,'filter'));w.int(h(v,'limit'));},
|
|
1494
|
+
'messages.getAttachMenuBots':function(w,v){w.uint(385663691);w.long(h(v,'hash'));},
|
|
1495
|
+
'messages.getAttachMenuBot':function(w,v){w.uint(1998676370);w.object(h(v,'bot'));},
|
|
1496
|
+
'messages.toggleBotInAttachMenu':function(w,v){w.uint(1777704297);var flags=0;if(v.writeAllowed===true)flags|=1;w.uint(flags);w.object(h(v,'bot'));w.boolean(h(v,'enabled'));},
|
|
1497
|
+
'messages.requestWebView':function(w,v){w.uint(647873217);var flags=0;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=1;var _url=v.url!==undefined;if(_url)flags|=2;var _themeParams=v.themeParams!==undefined;if(_themeParams)flags|=4;var _startParam=v.startParam!==undefined;if(_startParam)flags|=8;if(v.fromBotMenu===true)flags|=16;if(v.silent===true)flags|=32;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=8192;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'bot'));if(_url)w.string(v.url);if(_startParam)w.string(v.startParam);if(_themeParams)w.object(v.themeParams);w.string(h(v,'platform'));if(_replyTo)w.object(v.replyTo);if(_sendAs)w.object(v.sendAs);},
|
|
1498
|
+
'messages.prolongWebView':function(w,v){w.uint(2966952579);var flags=0;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=1;if(v.silent===true)flags|=32;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=8192;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'bot'));w.long(h(v,'queryId'));if(_replyTo)w.object(v.replyTo);if(_sendAs)w.object(v.sendAs);},
|
|
1499
|
+
'messages.requestSimpleWebView':function(w,v){w.uint(440815626);var flags=0;var _themeParams=v.themeParams!==undefined;if(_themeParams)flags|=1;if(v.fromSwitchWebview===true)flags|=2;if(v.fromSideMenu===true)flags|=4;var _url=v.url!==undefined;if(_url)flags|=8;var _startParam=v.startParam!==undefined;if(_startParam)flags|=16;w.uint(flags);w.object(h(v,'bot'));if(_url)w.string(v.url);if(_startParam)w.string(v.startParam);if(_themeParams)w.object(v.themeParams);w.string(h(v,'platform'));},
|
|
1500
|
+
'messages.sendWebViewResultMessage':function(w,v){w.uint(172168437);w.string(h(v,'botQueryId'));w.object(h(v,'result'));},
|
|
1501
|
+
'messages.sendWebViewData':function(w,v){w.uint(3691135688);w.object(h(v,'bot'));w.long(h(v,'randomId'));w.string(h(v,'buttonText'));w.string(h(v,'data'));},
|
|
1502
|
+
'messages.transcribeAudio':function(w,v){w.uint(647928393);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1503
|
+
'messages.rateTranscribedAudio':function(w,v){w.uint(2132608815);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.long(h(v,'transcriptionId'));w.boolean(h(v,'good'));},
|
|
1504
|
+
'messages.getCustomEmojiDocuments':function(w,v){w.uint(3651866452);w.vector(w.long,h(v,'documentId'));},
|
|
1505
|
+
'messages.getEmojiStickers':function(w,v){w.uint(4227637647);w.long(h(v,'hash'));},
|
|
1506
|
+
'messages.getFeaturedEmojiStickers':function(w,v){w.uint(248473398);w.long(h(v,'hash'));},
|
|
1507
|
+
'messages.reportReaction':function(w,v){w.uint(1063567478);w.object(h(v,'peer'));w.int(h(v,'id'));w.object(h(v,'reactionPeer'));},
|
|
1508
|
+
'messages.getTopReactions':function(w,v){w.uint(3145803194);w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1509
|
+
'messages.getRecentReactions':function(w,v){w.uint(960896434);w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1510
|
+
'messages.clearRecentReactions':function(w){w.uint(2650730420);},
|
|
1511
|
+
'messages.getExtendedMedia':function(w,v){w.uint(2230847508);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1512
|
+
'messages.setDefaultHistoryTTL':function(w,v){w.uint(2662667333);w.int(h(v,'period'));},
|
|
1513
|
+
'messages.getDefaultHistoryTTL':function(w){w.uint(1703637384);},
|
|
1514
|
+
'messages.sendBotRequestedPeer':function(w,v){w.uint(4265136155);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int(h(v,'buttonId'));w.object(h(v,'requestedPeer'));},
|
|
1515
|
+
'messages.getEmojiGroups':function(w,v){w.uint(1955122779);w.int(h(v,'hash'));},
|
|
1516
|
+
'messages.getEmojiStatusGroups':function(w,v){w.uint(785209037);w.int(h(v,'hash'));},
|
|
1517
|
+
'messages.getEmojiProfilePhotoGroups':function(w,v){w.uint(564480243);w.int(h(v,'hash'));},
|
|
1518
|
+
'messages.searchCustomEmoji':function(w,v){w.uint(739360983);w.string(h(v,'emoticon'));w.long(h(v,'hash'));},
|
|
1519
|
+
'messages.togglePeerTranslations':function(w,v){w.uint(3833378169);var flags=0;if(v.disabled===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
|
|
1520
|
+
'messages.getBotApp':function(w,v){w.uint(889046467);w.object(h(v,'app'));w.long(h(v,'hash'));},
|
|
1521
|
+
'messages.requestAppWebView':function(w,v){w.uint(2354723644);var flags=0;if(v.writeAllowed===true)flags|=1;var _startParam=v.startParam!==undefined;if(_startParam)flags|=2;var _themeParams=v.themeParams!==undefined;if(_themeParams)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'app'));if(_startParam)w.string(v.startParam);if(_themeParams)w.object(v.themeParams);w.string(h(v,'platform'));},
|
|
1522
|
+
'messages.setChatWallPaper':function(w,v){w.uint(2415577825);var flags=0;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=1;var _id=v.id!==undefined;if(_id)flags|=2;var _settings=v.settings!==undefined;if(_settings)flags|=4;w.uint(flags);w.object(h(v,'peer'));if(_wallpaper)w.object(v.wallpaper);if(_settings)w.object(v.settings);if(_id)w.int(v.id);},
|
|
1523
|
+
'updates.getState':function(w){w.uint(3990128682);},
|
|
1524
|
+
'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);},
|
|
1525
|
+
'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'));},
|
|
1526
|
+
'photos.updateProfilePhoto':function(w,v){w.uint(166207545);var flags=0;if(v.fallback===true)flags|=1;var _bot=v.bot!==undefined;if(_bot)flags|=2;w.uint(flags);if(_bot)w.object(v.bot);w.object(h(v,'id'));},
|
|
1527
|
+
'photos.uploadProfilePhoto':function(w,v){w.uint(59286453);var flags=0;var _file=v.file!==undefined;if(_file)flags|=1;var _video=v.video!==undefined;if(_video)flags|=2;var _videoStartTs=v.videoStartTs!==undefined;if(_videoStartTs)flags|=4;if(v.fallback===true)flags|=8;var _videoEmojiMarkup=v.videoEmojiMarkup!==undefined;if(_videoEmojiMarkup)flags|=16;var _bot=v.bot!==undefined;if(_bot)flags|=32;w.uint(flags);if(_bot)w.object(v.bot);if(_file)w.object(v.file);if(_video)w.object(v.video);if(_videoStartTs)w.double(v.videoStartTs);if(_videoEmojiMarkup)w.object(v.videoEmojiMarkup);},
|
|
1528
|
+
'photos.deletePhotos':function(w,v){w.uint(2278522671);w.vector(w.object,h(v,'id'));},
|
|
1529
|
+
'photos.getUserPhotos':function(w,v){w.uint(2446144168);w.object(h(v,'userId'));w.int(h(v,'offset'));w.long(h(v,'maxId'));w.int(h(v,'limit'));},
|
|
1530
|
+
'photos.uploadContactProfilePhoto':function(w,v){w.uint(3779873393);var flags=0;var _file=v.file!==undefined;if(_file)flags|=1;var _video=v.video!==undefined;if(_video)flags|=2;var _videoStartTs=v.videoStartTs!==undefined;if(_videoStartTs)flags|=4;if(v.suggest===true)flags|=8;if(v.save===true)flags|=16;var _videoEmojiMarkup=v.videoEmojiMarkup!==undefined;if(_videoEmojiMarkup)flags|=32;w.uint(flags);w.object(h(v,'userId'));if(_file)w.object(v.file);if(_video)w.object(v.video);if(_videoStartTs)w.double(v.videoStartTs);if(_videoEmojiMarkup)w.object(v.videoEmojiMarkup);},
|
|
1531
|
+
'upload.saveFilePart':function(w,v){w.uint(3003426337);w.long(h(v,'fileId'));w.int(h(v,'filePart'));w.bytes(h(v,'bytes'));},
|
|
1532
|
+
'upload.getFile':function(w,v){w.uint(3193124286);var flags=0;if(v.precise===true)flags|=1;if(v.cdnSupported===true)flags|=2;w.uint(flags);w.object(h(v,'location'));w.int53(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1533
|
+
'upload.saveBigFilePart':function(w,v){w.uint(3732629309);w.long(h(v,'fileId'));w.int(h(v,'filePart'));w.int(h(v,'fileTotalParts'));w.bytes(h(v,'bytes'));},
|
|
1534
|
+
'upload.getWebFile':function(w,v){w.uint(619086221);w.object(h(v,'location'));w.int(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1535
|
+
'upload.getCdnFile':function(w,v){w.uint(962554330);w.bytes(h(v,'fileToken'));w.int53(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1536
|
+
'upload.reuploadCdnFile':function(w,v){w.uint(2603046056);w.bytes(h(v,'fileToken'));w.bytes(h(v,'requestToken'));},
|
|
1537
|
+
'upload.getCdnFileHashes':function(w,v){w.uint(2447130417);w.bytes(h(v,'fileToken'));w.int53(h(v,'offset'));},
|
|
1538
|
+
'upload.getFileHashes':function(w,v){w.uint(2438371370);w.object(h(v,'location'));w.int53(h(v,'offset'));},
|
|
1539
|
+
'help.getConfig':function(w){w.uint(3304659051);},
|
|
1540
|
+
'help.getNearestDc':function(w){w.uint(531836966);},
|
|
1541
|
+
'help.getAppUpdate':function(w,v){w.uint(1378703997);w.string(h(v,'source'));},
|
|
1542
|
+
'help.getInviteText':function(w){w.uint(1295590211);},
|
|
1543
|
+
'help.getSupport':function(w){w.uint(2631862477);},
|
|
1544
|
+
'help.getAppChangelog':function(w,v){w.uint(2417028975);w.string(h(v,'prevAppVersion'));},
|
|
1545
|
+
'help.setBotUpdatesStatus':function(w,v){w.uint(3961704397);w.int(h(v,'pendingUpdatesCount'));w.string(h(v,'message'));},
|
|
1546
|
+
'help.getCdnConfig':function(w){w.uint(1375900482);},
|
|
1547
|
+
'help.getRecentMeUrls':function(w,v){w.uint(1036054804);w.string(h(v,'referer'));},
|
|
1548
|
+
'help.getTermsOfServiceUpdate':function(w){w.uint(749019089);},
|
|
1549
|
+
'help.acceptTermsOfService':function(w,v){w.uint(4000511898);w.object(h(v,'id'));},
|
|
1550
|
+
'help.getDeepLinkInfo':function(w,v){w.uint(1072547679);w.string(h(v,'path'));},
|
|
1551
|
+
'help.getAppConfig':function(w,v){w.uint(1642330196);w.int(h(v,'hash'));},
|
|
1552
|
+
'help.saveAppLog':function(w,v){w.uint(1862465352);w.vector(w.object,h(v,'events'));},
|
|
1553
|
+
'help.getPassportConfig':function(w,v){w.uint(3328290056);w.int(h(v,'hash'));},
|
|
1554
|
+
'help.getSupportName':function(w){w.uint(3546343212);},
|
|
1555
|
+
'help.getUserInfo':function(w,v){w.uint(59377875);w.object(h(v,'userId'));},
|
|
1556
|
+
'help.editUserInfo':function(w,v){w.uint(1723407216);w.object(h(v,'userId'));w.string(h(v,'message'));w.vector(w.object,h(v,'entities'));},
|
|
1557
|
+
'help.getPromoData':function(w){w.uint(3231151137);},
|
|
1558
|
+
'help.hidePromoData':function(w,v){w.uint(505748629);w.object(h(v,'peer'));},
|
|
1559
|
+
'help.dismissSuggestion':function(w,v){w.uint(4111317665);w.object(h(v,'peer'));w.string(h(v,'suggestion'));},
|
|
1560
|
+
'help.getCountriesList':function(w,v){w.uint(1935116200);w.string(h(v,'langCode'));w.int(h(v,'hash'));},
|
|
1561
|
+
'help.getPremiumPromo':function(w){w.uint(3088815060);},
|
|
1562
|
+
'channels.readHistory':function(w,v){w.uint(3423619383);w.object(h(v,'channel'));w.int(h(v,'maxId'));},
|
|
1563
|
+
'channels.deleteMessages':function(w,v){w.uint(2227305806);w.object(h(v,'channel'));w.vector(w.int,h(v,'id'));},
|
|
1564
|
+
'channels.reportSpam':function(w,v){w.uint(4098523925);w.object(h(v,'channel'));w.object(h(v,'participant'));w.vector(w.int,h(v,'id'));},
|
|
1565
|
+
'channels.getMessages':function(w,v){w.uint(2911672867);w.object(h(v,'channel'));w.vector(w.object,h(v,'id'));},
|
|
1566
|
+
'channels.getParticipants':function(w,v){w.uint(2010044880);w.object(h(v,'channel'));w.object(h(v,'filter'));w.int(h(v,'offset'));w.int(h(v,'limit'));w.long(h(v,'hash'));},
|
|
1567
|
+
'channels.getParticipant':function(w,v){w.uint(2695589062);w.object(h(v,'channel'));w.object(h(v,'participant'));},
|
|
1568
|
+
'channels.getChannels':function(w,v){w.uint(176122811);w.vector(w.object,h(v,'id'));},
|
|
1569
|
+
'channels.getFullChannel':function(w,v){w.uint(141781513);w.object(h(v,'channel'));},
|
|
1570
|
+
'channels.createChannel':function(w,v){w.uint(2432722695);var flags=0;if(v.broadcast===true)flags|=1;if(v.megagroup===true)flags|=2;var _geoPoint=v.geoPoint!==undefined;var _address=v.address!==undefined;var _flags_2=_geoPoint||_address;if(_flags_2)flags|=4;if(v.forImport===true)flags|=8;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16;if(v.forum===true)flags|=32;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'about'));if(_flags_2)w.object(v.geoPoint);if(_flags_2)w.string(v.address);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
1571
|
+
'channels.editAdmin':function(w,v){w.uint(3543959810);w.object(h(v,'channel'));w.object(h(v,'userId'));w.object(h(v,'adminRights'));w.string(h(v,'rank'));},
|
|
1572
|
+
'channels.editTitle':function(w,v){w.uint(1450044624);w.object(h(v,'channel'));w.string(h(v,'title'));},
|
|
1573
|
+
'channels.editPhoto':function(w,v){w.uint(4046346185);w.object(h(v,'channel'));w.object(h(v,'photo'));},
|
|
1574
|
+
'channels.checkUsername':function(w,v){w.uint(283557164);w.object(h(v,'channel'));w.string(h(v,'username'));},
|
|
1575
|
+
'channels.updateUsername':function(w,v){w.uint(890549214);w.object(h(v,'channel'));w.string(h(v,'username'));},
|
|
1576
|
+
'channels.joinChannel':function(w,v){w.uint(615851205);w.object(h(v,'channel'));},
|
|
1577
|
+
'channels.leaveChannel':function(w,v){w.uint(4164332181);w.object(h(v,'channel'));},
|
|
1578
|
+
'channels.inviteToChannel':function(w,v){w.uint(429865580);w.object(h(v,'channel'));w.vector(w.object,h(v,'users'));},
|
|
1579
|
+
'channels.deleteChannel':function(w,v){w.uint(3222347747);w.object(h(v,'channel'));},
|
|
1580
|
+
'channels.exportMessageLink':function(w,v){w.uint(3862932971);var flags=0;if(v.grouped===true)flags|=1;if(v.thread===true)flags|=2;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'id'));},
|
|
1581
|
+
'channels.toggleSignatures':function(w,v){w.uint(527021574);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1582
|
+
'channels.getAdminedPublicChannels':function(w,v){w.uint(4172297903);var flags=0;if(v.byLocation===true)flags|=1;if(v.checkLimit===true)flags|=2;w.uint(flags);},
|
|
1583
|
+
'channels.editBanned':function(w,v){w.uint(2531708289);w.object(h(v,'channel'));w.object(h(v,'participant'));w.object(h(v,'bannedRights'));},
|
|
1584
|
+
'channels.getAdminLog':function(w,v){w.uint(870184064);var flags=0;var _eventsFilter=v.eventsFilter!==undefined;if(_eventsFilter)flags|=1;var _admins=v.admins&&v.admins.length;if(_admins)flags|=2;w.uint(flags);w.object(h(v,'channel'));w.string(h(v,'q'));if(_eventsFilter)w.object(v.eventsFilter);if(_admins)w.vector(w.object,v.admins);w.long(h(v,'maxId'));w.long(h(v,'minId'));w.int(h(v,'limit'));},
|
|
1585
|
+
'channels.setStickers':function(w,v){w.uint(3935085817);w.object(h(v,'channel'));w.object(h(v,'stickerset'));},
|
|
1586
|
+
'channels.readMessageContents':function(w,v){w.uint(3937786936);w.object(h(v,'channel'));w.vector(w.int,h(v,'id'));},
|
|
1587
|
+
'channels.deleteHistory':function(w,v){w.uint(2611648071);var flags=0;if(v.forEveryone===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'maxId'));},
|
|
1588
|
+
'channels.togglePreHistoryHidden':function(w,v){w.uint(3938171212);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1589
|
+
'channels.getLeftChannels':function(w,v){w.uint(2202135744);w.int(h(v,'offset'));},
|
|
1590
|
+
'channels.getGroupsForDiscussion':function(w){w.uint(4124758904);},
|
|
1591
|
+
'channels.setDiscussionGroup':function(w,v){w.uint(1079520178);w.object(h(v,'broadcast'));w.object(h(v,'group'));},
|
|
1592
|
+
'channels.editCreator':function(w,v){w.uint(2402864415);w.object(h(v,'channel'));w.object(h(v,'userId'));w.object(h(v,'password'));},
|
|
1593
|
+
'channels.editLocation':function(w,v){w.uint(1491484525);w.object(h(v,'channel'));w.object(h(v,'geoPoint'));w.string(h(v,'address'));},
|
|
1594
|
+
'channels.toggleSlowMode':function(w,v){w.uint(3990134512);w.object(h(v,'channel'));w.int(h(v,'seconds'));},
|
|
1595
|
+
'channels.getInactiveChannels':function(w){w.uint(300429806);},
|
|
1596
|
+
'channels.convertToGigagroup':function(w,v){w.uint(187239529);w.object(h(v,'channel'));},
|
|
1597
|
+
'channels.viewSponsoredMessage':function(w,v){w.uint(3199130516);w.object(h(v,'channel'));w.bytes(h(v,'randomId'));},
|
|
1598
|
+
'channels.getSponsoredMessages':function(w,v){w.uint(3961589695);w.object(h(v,'channel'));},
|
|
1599
|
+
'channels.getSendAs':function(w,v){w.uint(231174382);w.object(h(v,'peer'));},
|
|
1600
|
+
'channels.deleteParticipantHistory':function(w,v){w.uint(913655003);w.object(h(v,'channel'));w.object(h(v,'participant'));},
|
|
1601
|
+
'channels.toggleJoinToSend':function(w,v){w.uint(3838547328);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1602
|
+
'channels.toggleJoinRequest':function(w,v){w.uint(1277789622);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1603
|
+
'channels.reorderUsernames':function(w,v){w.uint(3025988893);w.object(h(v,'channel'));w.vector(w.string,h(v,'order'));},
|
|
1604
|
+
'channels.toggleUsername':function(w,v){w.uint(1358053637);w.object(h(v,'channel'));w.string(h(v,'username'));w.boolean(h(v,'active'));},
|
|
1605
|
+
'channels.deactivateAllUsernames':function(w,v){w.uint(170155475);w.object(h(v,'channel'));},
|
|
1606
|
+
'channels.toggleForum':function(w,v){w.uint(2754186025);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1607
|
+
'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);},
|
|
1608
|
+
'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'));},
|
|
1609
|
+
'channels.getForumTopicsByID':function(w,v){w.uint(2961383097);w.object(h(v,'channel'));w.vector(w.int,h(v,'topics'));},
|
|
1610
|
+
'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);},
|
|
1611
|
+
'channels.updatePinnedForumTopic':function(w,v){w.uint(1814925350);w.object(h(v,'channel'));w.int(h(v,'topicId'));w.boolean(h(v,'pinned'));},
|
|
1612
|
+
'channels.deleteTopicHistory':function(w,v){w.uint(876830509);w.object(h(v,'channel'));w.int(h(v,'topMsgId'));},
|
|
1613
|
+
'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'));},
|
|
1614
|
+
'channels.toggleAntiSpam':function(w,v){w.uint(1760814315);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1615
|
+
'channels.reportAntiSpamFalsePositive':function(w,v){w.uint(2823857811);w.object(h(v,'channel'));w.int(h(v,'msgId'));},
|
|
1616
|
+
'channels.toggleParticipantsHidden':function(w,v){w.uint(1785624660);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
|
|
1617
|
+
'channels.clickSponsoredMessage':function(w,v){w.uint(414170259);w.object(h(v,'channel'));w.bytes(h(v,'randomId'));},
|
|
1618
|
+
'bots.sendCustomRequest':function(w,v){w.uint(2854709741);w.string(h(v,'customMethod'));w.object(h(v,'params'));},
|
|
1619
|
+
'bots.answerWebhookJSONQuery':function(w,v){w.uint(3860938573);w.long(h(v,'queryId'));w.object(h(v,'data'));},
|
|
1620
|
+
'bots.setBotCommands':function(w,v){w.uint(85399130);w.object(h(v,'scope'));w.string(h(v,'langCode'));w.vector(w.object,h(v,'commands'));},
|
|
1621
|
+
'bots.resetBotCommands':function(w,v){w.uint(1032708345);w.object(h(v,'scope'));w.string(h(v,'langCode'));},
|
|
1622
|
+
'bots.getBotCommands':function(w,v){w.uint(3813412310);w.object(h(v,'scope'));w.string(h(v,'langCode'));},
|
|
1623
|
+
'bots.setBotMenuButton':function(w,v){w.uint(1157944655);w.object(h(v,'userId'));w.object(h(v,'button'));},
|
|
1624
|
+
'bots.getBotMenuButton':function(w,v){w.uint(2623597352);w.object(h(v,'userId'));},
|
|
1625
|
+
'bots.setBotBroadcastDefaultAdminRights':function(w,v){w.uint(2021942497);w.object(h(v,'adminRights'));},
|
|
1626
|
+
'bots.setBotGroupDefaultAdminRights':function(w,v){w.uint(2455685610);w.object(h(v,'adminRights'));},
|
|
1627
|
+
'bots.setBotInfo':function(w,v){w.uint(282013987);var flags=0;var _about=v.about!==undefined;if(_about)flags|=1;var _description=v.description!==undefined;if(_description)flags|=2;var _bot=v.bot!==undefined;if(_bot)flags|=4;var _name=v.name!==undefined;if(_name)flags|=8;w.uint(flags);if(_bot)w.object(v.bot);w.string(h(v,'langCode'));if(_name)w.string(v.name);if(_about)w.string(v.about);if(_description)w.string(v.description);},
|
|
1628
|
+
'bots.getBotInfo':function(w,v){w.uint(3705214205);var flags=0;var _bot=v.bot!==undefined;if(_bot)flags|=1;w.uint(flags);if(_bot)w.object(v.bot);w.string(h(v,'langCode'));},
|
|
1629
|
+
'bots.reorderUsernames':function(w,v){w.uint(2533994946);w.object(h(v,'bot'));w.vector(w.string,h(v,'order'));},
|
|
1630
|
+
'bots.toggleUsername':function(w,v){w.uint(87861619);w.object(h(v,'bot'));w.string(h(v,'username'));w.boolean(h(v,'active'));},
|
|
1631
|
+
'bots.canSendMessage':function(w,v){w.uint(324662502);w.object(h(v,'bot'));},
|
|
1632
|
+
'bots.allowSendMessage':function(w,v){w.uint(4046644207);w.object(h(v,'bot'));},
|
|
1633
|
+
'bots.invokeWebViewCustomMethod':function(w,v){w.uint(142591463);w.object(h(v,'bot'));w.string(h(v,'customMethod'));w.object(h(v,'params'));},
|
|
1634
|
+
'payments.getPaymentForm':function(w,v){w.uint(924093883);var flags=0;var _themeParams=v.themeParams!==undefined;if(_themeParams)flags|=1;w.uint(flags);w.object(h(v,'invoice'));if(_themeParams)w.object(v.themeParams);},
|
|
1635
|
+
'payments.getPaymentReceipt':function(w,v){w.uint(611897804);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1636
|
+
'payments.validateRequestedInfo':function(w,v){w.uint(3066622251);var flags=0;if(v.save===true)flags|=1;w.uint(flags);w.object(h(v,'invoice'));w.object(h(v,'info'));},
|
|
1637
|
+
'payments.sendPaymentForm':function(w,v){w.uint(755192367);var flags=0;var _requestedInfoId=v.requestedInfoId!==undefined;if(_requestedInfoId)flags|=1;var _shippingOptionId=v.shippingOptionId!==undefined;if(_shippingOptionId)flags|=2;var _tipAmount=v.tipAmount!==undefined;if(_tipAmount)flags|=4;w.uint(flags);w.long(h(v,'formId'));w.object(h(v,'invoice'));if(_requestedInfoId)w.string(v.requestedInfoId);if(_shippingOptionId)w.string(v.shippingOptionId);w.object(h(v,'credentials'));if(_tipAmount)w.long(v.tipAmount);},
|
|
1638
|
+
'payments.getSavedInfo':function(w){w.uint(578650699);},
|
|
1639
|
+
'payments.clearSavedInfo':function(w,v){w.uint(3627905217);var flags=0;if(v.credentials===true)flags|=1;if(v.info===true)flags|=2;w.uint(flags);},
|
|
1640
|
+
'payments.getBankCardData':function(w,v){w.uint(779736953);w.string(h(v,'number'));},
|
|
1641
|
+
'payments.exportInvoice':function(w,v){w.uint(261206117);w.object(h(v,'invoiceMedia'));},
|
|
1642
|
+
'payments.assignAppStoreTransaction':function(w,v){w.uint(2163045501);w.bytes(h(v,'receipt'));w.object(h(v,'purpose'));},
|
|
1643
|
+
'payments.assignPlayMarketTransaction':function(w,v){w.uint(3757920467);w.object(h(v,'receipt'));w.object(h(v,'purpose'));},
|
|
1644
|
+
'payments.canPurchasePremium':function(w,v){w.uint(2680266422);w.object(h(v,'purpose'));},
|
|
1645
|
+
'stickers.createStickerSet':function(w,v){w.uint(2418125671);var flags=0;if(v.masks===true)flags|=1;if(v.animated===true)flags|=2;var _thumb=v.thumb!==undefined;if(_thumb)flags|=4;var _software=v.software!==undefined;if(_software)flags|=8;if(v.videos===true)flags|=16;if(v.emojis===true)flags|=32;if(v.textColor===true)flags|=64;w.uint(flags);w.object(h(v,'userId'));w.string(h(v,'title'));w.string(h(v,'shortName'));if(_thumb)w.object(v.thumb);w.vector(w.object,h(v,'stickers'));if(_software)w.string(v.software);},
|
|
1646
|
+
'stickers.removeStickerFromSet':function(w,v){w.uint(4151709521);w.object(h(v,'sticker'));},
|
|
1647
|
+
'stickers.changeStickerPosition':function(w,v){w.uint(4290172106);w.object(h(v,'sticker'));w.int(h(v,'position'));},
|
|
1648
|
+
'stickers.addStickerToSet':function(w,v){w.uint(2253651646);w.object(h(v,'stickerset'));w.object(h(v,'sticker'));},
|
|
1649
|
+
'stickers.setStickerSetThumb':function(w,v){w.uint(2808763282);var flags=0;var _thumb=v.thumb!==undefined;if(_thumb)flags|=1;var _thumbDocumentId=v.thumbDocumentId!==undefined;if(_thumbDocumentId)flags|=2;w.uint(flags);w.object(h(v,'stickerset'));if(_thumb)w.object(v.thumb);if(_thumbDocumentId)w.long(v.thumbDocumentId);},
|
|
1650
|
+
'stickers.checkShortName':function(w,v){w.uint(676017721);w.string(h(v,'shortName'));},
|
|
1651
|
+
'stickers.suggestShortName':function(w,v){w.uint(1303364867);w.string(h(v,'title'));},
|
|
1652
|
+
'stickers.changeSticker':function(w,v){w.uint(4115889852);var flags=0;var _emoji=v.emoji!==undefined;if(_emoji)flags|=1;var _maskCoords=v.maskCoords!==undefined;if(_maskCoords)flags|=2;var _keywords=v.keywords!==undefined;if(_keywords)flags|=4;w.uint(flags);w.object(h(v,'sticker'));if(_emoji)w.string(v.emoji);if(_maskCoords)w.object(v.maskCoords);if(_keywords)w.string(v.keywords);},
|
|
1653
|
+
'stickers.renameStickerSet':function(w,v){w.uint(306912256);w.object(h(v,'stickerset'));w.string(h(v,'title'));},
|
|
1654
|
+
'stickers.deleteStickerSet':function(w,v){w.uint(2272281492);w.object(h(v,'stickerset'));},
|
|
1655
|
+
'phone.getCallConfig':function(w){w.uint(1430593449);},
|
|
1656
|
+
'phone.requestCall':function(w,v){w.uint(1124046573);var flags=0;if(v.video===true)flags|=1;w.uint(flags);w.object(h(v,'userId'));w.int(h(v,'randomId'));w.bytes(h(v,'gAHash'));w.object(h(v,'protocol'));},
|
|
1657
|
+
'phone.acceptCall':function(w,v){w.uint(1003664544);w.object(h(v,'peer'));w.bytes(h(v,'gB'));w.object(h(v,'protocol'));},
|
|
1658
|
+
'phone.confirmCall':function(w,v){w.uint(788404002);w.object(h(v,'peer'));w.bytes(h(v,'gA'));w.long(h(v,'keyFingerprint'));w.object(h(v,'protocol'));},
|
|
1659
|
+
'phone.receivedCall':function(w,v){w.uint(399855457);w.object(h(v,'peer'));},
|
|
1660
|
+
'phone.discardCall':function(w,v){w.uint(2999697856);var flags=0;if(v.video===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'duration'));w.object(h(v,'reason'));w.long(h(v,'connectionId'));},
|
|
1661
|
+
'phone.setCallRating':function(w,v){w.uint(1508562471);var flags=0;if(v.userInitiative===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'rating'));w.string(h(v,'comment'));},
|
|
1662
|
+
'phone.saveCallDebug':function(w,v){w.uint(662363518);w.object(h(v,'peer'));w.object(h(v,'debug'));},
|
|
1663
|
+
'phone.sendSignalingData':function(w,v){w.uint(4286223235);w.object(h(v,'peer'));w.bytes(h(v,'data'));},
|
|
1664
|
+
'phone.createGroupCall':function(w,v){w.uint(1221445336);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=2;if(v.rtmpStream===true)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'randomId'));if(_title)w.string(v.title);if(_scheduleDate)w.int(v.scheduleDate);},
|
|
1665
|
+
'phone.joinGroupCall':function(w,v){w.uint(2972909435);var flags=0;if(v.muted===true)flags|=1;var _inviteHash=v.inviteHash!==undefined;if(_inviteHash)flags|=2;if(v.videoStopped===true)flags|=4;w.uint(flags);w.object(h(v,'call'));w.object(h(v,'joinAs'));if(_inviteHash)w.string(v.inviteHash);w.object(h(v,'params'));},
|
|
1666
|
+
'phone.leaveGroupCall':function(w,v){w.uint(1342404601);w.object(h(v,'call'));w.int(h(v,'source'));},
|
|
1667
|
+
'phone.inviteToGroupCall':function(w,v){w.uint(2067345760);w.object(h(v,'call'));w.vector(w.object,h(v,'users'));},
|
|
1668
|
+
'phone.discardGroupCall':function(w,v){w.uint(2054648117);w.object(h(v,'call'));},
|
|
1669
|
+
'phone.toggleGroupCallSettings':function(w,v){w.uint(1958458429);var flags=0;var _joinMuted=v.joinMuted!==undefined;if(_joinMuted)flags|=1;if(v.resetInviteHash===true)flags|=2;w.uint(flags);w.object(h(v,'call'));if(_joinMuted)w.boolean(v.joinMuted);},
|
|
1670
|
+
'phone.getGroupCall':function(w,v){w.uint(68699611);w.object(h(v,'call'));w.int(h(v,'limit'));},
|
|
1671
|
+
'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'));},
|
|
1672
|
+
'phone.checkGroupCall':function(w,v){w.uint(3046963575);w.object(h(v,'call'));w.vector(w.int,h(v,'sources'));},
|
|
1673
|
+
'phone.toggleGroupCallRecord':function(w,v){w.uint(4045981448);var flags=0;if(v.start===true)flags|=1;var _title=v.title!==undefined;if(_title)flags|=2;var _videoPortrait=v.videoPortrait!==undefined;var _flags_2=v.video===true||_videoPortrait;if(_flags_2)flags|=4;w.uint(flags);w.object(h(v,'call'));if(_title)w.string(v.title);if(_flags_2)w.boolean(v.videoPortrait);},
|
|
1674
|
+
'phone.editGroupCallParticipant':function(w,v){w.uint(2770811583);var flags=0;var _muted=v.muted!==undefined;if(_muted)flags|=1;var _volume=v.volume!==undefined;if(_volume)flags|=2;var _raiseHand=v.raiseHand!==undefined;if(_raiseHand)flags|=4;var _videoStopped=v.videoStopped!==undefined;if(_videoStopped)flags|=8;var _videoPaused=v.videoPaused!==undefined;if(_videoPaused)flags|=16;var _presentationPaused=v.presentationPaused!==undefined;if(_presentationPaused)flags|=32;w.uint(flags);w.object(h(v,'call'));w.object(h(v,'participant'));if(_muted)w.boolean(v.muted);if(_volume)w.int(v.volume);if(_raiseHand)w.boolean(v.raiseHand);if(_videoStopped)w.boolean(v.videoStopped);if(_videoPaused)w.boolean(v.videoPaused);if(_presentationPaused)w.boolean(v.presentationPaused);},
|
|
1675
|
+
'phone.editGroupCallTitle':function(w,v){w.uint(480685066);w.object(h(v,'call'));w.string(h(v,'title'));},
|
|
1676
|
+
'phone.getGroupCallJoinAs':function(w,v){w.uint(4017889594);w.object(h(v,'peer'));},
|
|
1677
|
+
'phone.exportGroupCallInvite':function(w,v){w.uint(3869926527);var flags=0;if(v.canSelfUnmute===true)flags|=1;w.uint(flags);w.object(h(v,'call'));},
|
|
1678
|
+
'phone.toggleGroupCallStartSubscription':function(w,v){w.uint(563885286);w.object(h(v,'call'));w.boolean(h(v,'subscribed'));},
|
|
1679
|
+
'phone.startScheduledGroupCall':function(w,v){w.uint(1451287362);w.object(h(v,'call'));},
|
|
1680
|
+
'phone.saveDefaultGroupCallJoinAs':function(w,v){w.uint(1465786252);w.object(h(v,'peer'));w.object(h(v,'joinAs'));},
|
|
1681
|
+
'phone.joinGroupCallPresentation':function(w,v){w.uint(3421137860);w.object(h(v,'call'));w.object(h(v,'params'));},
|
|
1682
|
+
'phone.leaveGroupCallPresentation':function(w,v){w.uint(475058500);w.object(h(v,'call'));},
|
|
1683
|
+
'phone.getGroupCallStreamChannels':function(w,v){w.uint(447879488);w.object(h(v,'call'));},
|
|
1684
|
+
'phone.getGroupCallStreamRtmpUrl':function(w,v){w.uint(3736316863);w.object(h(v,'peer'));w.boolean(h(v,'revoke'));},
|
|
1685
|
+
'phone.saveCallLog':function(w,v){w.uint(1092913030);w.object(h(v,'peer'));w.object(h(v,'file'));},
|
|
1686
|
+
'langpack.getLangPack':function(w,v){w.uint(4075959050);w.string(h(v,'langPack'));w.string(h(v,'langCode'));},
|
|
1687
|
+
'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'));},
|
|
1688
|
+
'langpack.getDifference':function(w,v){w.uint(3449309861);w.string(h(v,'langPack'));w.string(h(v,'langCode'));w.int(h(v,'fromVersion'));},
|
|
1689
|
+
'langpack.getLanguages':function(w,v){w.uint(1120311183);w.string(h(v,'langPack'));},
|
|
1690
|
+
'langpack.getLanguage':function(w,v){w.uint(1784243458);w.string(h(v,'langPack'));w.string(h(v,'langCode'));},
|
|
1691
|
+
'folders.editPeerFolders':function(w,v){w.uint(1749536939);w.vector(w.object,h(v,'folderPeers'));},
|
|
1692
|
+
'stats.getBroadcastStats':function(w,v){w.uint(2873246746);var flags=0;if(v.dark===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));},
|
|
1693
|
+
'stats.loadAsyncGraph':function(w,v){w.uint(1646092192);var flags=0;var _x=v.x!==undefined;if(_x)flags|=1;w.uint(flags);w.string(h(v,'token'));if(_x)w.long(v.x);},
|
|
1694
|
+
'stats.getMegagroupStats':function(w,v){w.uint(3705636359);var flags=0;if(v.dark===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));},
|
|
1695
|
+
'stats.getMessagePublicForwards':function(w,v){w.uint(1445996571);w.object(h(v,'channel'));w.int(h(v,'msgId'));w.int(h(v,'offsetRate'));w.object(h(v,'offsetPeer'));w.int(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1696
|
+
'stats.getMessageStats':function(w,v){w.uint(3068175349);var flags=0;if(v.dark===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'msgId'));},
|
|
1697
|
+
'chatlists.exportChatlistInvite':function(w,v){w.uint(2222081934);w.object(h(v,'chatlist'));w.string(h(v,'title'));w.vector(w.object,h(v,'peers'));},
|
|
1698
|
+
'chatlists.deleteExportedInvite':function(w,v){w.uint(1906072670);w.object(h(v,'chatlist'));w.string(h(v,'slug'));},
|
|
1699
|
+
'chatlists.editExportedInvite':function(w,v){w.uint(1698543165);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _peers=v.peers&&v.peers.length;if(_peers)flags|=4;w.uint(flags);w.object(h(v,'chatlist'));w.string(h(v,'slug'));if(_title)w.string(v.title);if(_peers)w.vector(w.object,v.peers);},
|
|
1700
|
+
'chatlists.getExportedInvites':function(w,v){w.uint(3456359043);w.object(h(v,'chatlist'));},
|
|
1701
|
+
'chatlists.checkChatlistInvite':function(w,v){w.uint(1103171583);w.string(h(v,'slug'));},
|
|
1702
|
+
'chatlists.joinChatlistInvite':function(w,v){w.uint(2796675994);w.string(h(v,'slug'));w.vector(w.object,h(v,'peers'));},
|
|
1703
|
+
'chatlists.getChatlistUpdates':function(w,v){w.uint(2302776609);w.object(h(v,'chatlist'));},
|
|
1704
|
+
'chatlists.joinChatlistUpdates':function(w,v){w.uint(3767138549);w.object(h(v,'chatlist'));w.vector(w.object,h(v,'peers'));},
|
|
1705
|
+
'chatlists.hideChatlistUpdates':function(w,v){w.uint(1726252795);w.object(h(v,'chatlist'));},
|
|
1706
|
+
'chatlists.getLeaveChatlistSuggestions':function(w,v){w.uint(4257011476);w.object(h(v,'chatlist'));},
|
|
1707
|
+
'chatlists.leaveChatlist':function(w,v){w.uint(1962598714);w.object(h(v,'chatlist'));w.vector(w.object,h(v,'peers'));},
|
|
1708
|
+
'stories.canSendStory':function(w,v){w.uint(3353337821);w.object(h(v,'peer'));},
|
|
1709
|
+
'stories.sendStory':function(w,v){w.uint(3166123588);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;var _period=v.period!==undefined;if(_period)flags|=8;if(v.noforwards===true)flags|=16;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=32;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'media'));if(_mediaAreas)w.vector(w.object,v.mediaAreas);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(_period)w.int(v.period);},
|
|
1710
|
+
'stories.editStory':function(w,v){w.uint(3045308998);var flags=0;var _media=v.media!==undefined;if(_media)flags|=1;var _caption=v.caption!==undefined;var _entities=v.entities&&v.entities.length;var _flags_1=_caption||_entities;if(_flags_1)flags|=2;var _privacyRules=v.privacyRules&&v.privacyRules.length;if(_privacyRules)flags|=4;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=8;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_media)w.object(v.media);if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_flags_1)w.string(v.caption);if(_flags_1)w.vector(w.object,v.entities);if(_privacyRules)w.vector(w.object,v.privacyRules);},
|
|
1711
|
+
'stories.deleteStories':function(w,v){w.uint(2925124447);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1712
|
+
'stories.togglePinned':function(w,v){w.uint(2591400431);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));w.boolean(h(v,'pinned'));},
|
|
1713
|
+
'stories.getAllStories':function(w,v){w.uint(4004566565);var flags=0;var _state=v.state!==undefined;if(_state)flags|=1;if(v.next===true)flags|=2;if(v.hidden===true)flags|=4;w.uint(flags);if(_state)w.string(v.state);},
|
|
1714
|
+
'stories.getPinnedStories':function(w,v){w.uint(1478600156);w.object(h(v,'peer'));w.int(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1715
|
+
'stories.getStoriesArchive':function(w,v){w.uint(3023380502);w.object(h(v,'peer'));w.int(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1716
|
+
'stories.getStoriesByID':function(w,v){w.uint(1467271796);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1717
|
+
'stories.toggleAllStoriesHidden':function(w,v){w.uint(2082822084);w.boolean(h(v,'hidden'));},
|
|
1718
|
+
'stories.readStories':function(w,v){w.uint(2773932744);w.object(h(v,'peer'));w.int(h(v,'maxId'));},
|
|
1719
|
+
'stories.incrementStoryViews':function(w,v){w.uint(2986511099);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1720
|
+
'stories.getStoryViewsList':function(w,v){w.uint(2127707223);var flags=0;if(v.justContacts===true)flags|=1;var _q=v.q!==undefined;if(_q)flags|=2;if(v.reactionsFirst===true)flags|=4;w.uint(flags);w.object(h(v,'peer'));if(_q)w.string(v.q);w.int(h(v,'id'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1721
|
+
'stories.getStoriesViews':function(w,v){w.uint(685862088);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
1722
|
+
'stories.exportStoryLink':function(w,v){w.uint(2072899360);w.object(h(v,'peer'));w.int(h(v,'id'));},
|
|
1723
|
+
'stories.report':function(w,v){w.uint(421788300);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));w.object(h(v,'reason'));w.string(h(v,'message'));},
|
|
1724
|
+
'stories.activateStealthMode':function(w,v){w.uint(1471926630);var flags=0;if(v.past===true)flags|=1;if(v.future===true)flags|=2;w.uint(flags);},
|
|
1725
|
+
'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'));},
|
|
1726
|
+
'stories.getPeerStories':function(w,v){w.uint(743103056);w.object(h(v,'peer'));},
|
|
1727
|
+
'stories.getAllReadPeerStories':function(w){w.uint(2606426105);},
|
|
1728
|
+
'stories.getPeerMaxIDs':function(w,v){w.uint(1398375363);w.vector(w.object,h(v,'id'));},
|
|
1729
|
+
'stories.getChatsToSend':function(w){w.uint(2775223136);},
|
|
1730
|
+
'stories.togglePeerStoriesHidden':function(w,v){w.uint(3171161540);w.object(h(v,'peer'));w.boolean(h(v,'hidden'));},
|
|
1731
|
+
'stories.getBoostsStatus':function(w,v){w.uint(1279562866);w.object(h(v,'peer'));},
|
|
1732
|
+
'stories.getBoostersList':function(w,v){w.uint(863959424);w.object(h(v,'peer'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1733
|
+
'stories.canApplyBoost':function(w,v){w.uint(3674587581);w.object(h(v,'peer'));},
|
|
1734
|
+
'stories.applyBoost':function(w,v){w.uint(4070407211);w.object(h(v,'peer'));},
|
|
1735
|
+
'account.updateColor':function(w,v){w.uint(2684472387);var flags=0;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=1;w.uint(flags);w.int(h(v,'color'));if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
|
|
1736
|
+
'account.getDefaultBackgroundEmojis':function(w,v){w.uint(2785720782);w.long(h(v,'hash'));},
|
|
1737
|
+
'channels.updateColor':function(w,v){w.uint(1645879327);var flags=0;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'color'));if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
|
|
1738
|
+
'payments.getPremiumGiftCodeOptions':function(w,v){w.uint(660060756);var flags=0;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=1;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);},
|
|
1739
|
+
'payments.checkGiftCode':function(w,v){w.uint(2387719361);w.string(h(v,'slug'));},
|
|
1740
|
+
'payments.applyGiftCode':function(w,v){w.uint(4142032980);w.string(h(v,'slug'));},
|
|
1741
|
+
'payments.getGiveawayInfo':function(w,v){w.uint(4095972389);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
|
|
1742
|
+
'payments.launchPrepaidGiveaway':function(w,v){w.uint(1609928480);w.object(h(v,'peer'));w.long(h(v,'giveawayId'));w.object(h(v,'purpose'));},
|
|
1743
|
+
'premium.getBoostsList':function(w,v){w.uint(1626764896);var flags=0;if(v.gifts===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
|
|
1744
|
+
'premium.getMyBoosts':function(w){w.uint(199719754);},
|
|
1745
|
+
'premium.applyBoost':function(w,v){w.uint(1803396934);var flags=0;var _slots=v.slots&&v.slots.length;if(_slots)flags|=1;w.uint(flags);if(_slots)w.vector(w.int,v.slots);w.object(h(v,'peer'));},
|
|
1746
|
+
'premium.getBoostsStatus':function(w,v){w.uint(70197089);w.object(h(v,'peer'));},
|
|
1747
|
+
'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'));},
|
|
1748
|
+
'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'));},
|
|
1749
|
+
'mt_p_q_inner_data_temp_dc':function(w,v){w.uint(1459478408);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'));w.int(h(v,'expiresIn'));},
|
|
1750
|
+
'mt_server_DH_params_ok':function(w,v){w.uint(3504867164);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.bytes(h(v,'encryptedAnswer'));},
|
|
1751
|
+
'mt_server_DH_inner_data':function(w,v){w.uint(3045658042);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int(h(v,'g'));w.bytes(h(v,'dhPrime'));w.bytes(h(v,'gA'));w.int(h(v,'serverTime'));},
|
|
1752
|
+
'mt_client_DH_inner_data':function(w,v){w.uint(1715713620);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.long(h(v,'retryId'));w.bytes(h(v,'gB'));},
|
|
1753
|
+
'mt_dh_gen_ok':function(w,v){w.uint(1003222836);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int128(h(v,'newNonceHash1'));},
|
|
1754
|
+
'mt_dh_gen_retry':function(w,v){w.uint(1188831161);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int128(h(v,'newNonceHash2'));},
|
|
1755
|
+
'mt_dh_gen_fail':function(w,v){w.uint(2795351554);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int128(h(v,'newNonceHash3'));},
|
|
1756
|
+
'mt_bind_auth_key_inner':function(w,v){w.uint(1973679973);w.long(h(v,'nonce'));w.long(h(v,'tempAuthKeyId'));w.long(h(v,'permAuthKeyId'));w.long(h(v,'tempSessionId'));w.int(h(v,'expiresAt'));},
|
|
1757
|
+
'mt_rpc_error':function(w,v){w.uint(558156313);w.int(h(v,'errorCode'));w.string(h(v,'errorMessage'));},
|
|
1758
|
+
'mt_rpc_answer_unknown':function(w){w.uint(1579864942);},
|
|
1759
|
+
'mt_rpc_answer_dropped_running':function(w){w.uint(3447252358);},
|
|
1760
|
+
'mt_rpc_answer_dropped':function(w,v){w.uint(2755319991);w.long(h(v,'msgId'));w.int(h(v,'seqNo'));w.int(h(v,'bytes'));},
|
|
1761
|
+
'mt_future_salt':function(w,v){w.uint(155834844);w.int(h(v,'validSince'));w.int(h(v,'validUntil'));w.long(h(v,'salt'));},
|
|
1762
|
+
'mt_future_salts':function(w,v){w.uint(2924480661);w.long(h(v,'reqMsgId'));w.int(h(v,'now'));w.vector(m._bare[155834844],h(v,'salts'),1);},
|
|
1763
|
+
'mt_pong':function(w,v){w.uint(880243653);w.long(h(v,'msgId'));w.long(h(v,'pingId'));},
|
|
1764
|
+
'mt_destroy_session_ok':function(w,v){w.uint(3793765884);w.long(h(v,'sessionId'));},
|
|
1765
|
+
'mt_destroy_session_none':function(w,v){w.uint(1658015945);w.long(h(v,'sessionId'));},
|
|
1766
|
+
'mt_new_session_created':function(w,v){w.uint(2663516424);w.long(h(v,'firstMsgId'));w.long(h(v,'uniqueId'));w.long(h(v,'serverSalt'));},
|
|
1767
|
+
'mt_msgs_ack':function(w,v){w.uint(1658238041);w.vector(w.long,h(v,'msgIds'));},
|
|
1768
|
+
'mt_bad_msg_notification':function(w,v){w.uint(2817521681);w.long(h(v,'badMsgId'));w.int(h(v,'badMsgSeqno'));w.int(h(v,'errorCode'));},
|
|
1769
|
+
'mt_bad_server_salt':function(w,v){w.uint(3987424379);w.long(h(v,'badMsgId'));w.int(h(v,'badMsgSeqno'));w.int(h(v,'errorCode'));w.long(h(v,'newServerSalt'));},
|
|
1770
|
+
'mt_msg_resend_req':function(w,v){w.uint(2105940488);w.vector(w.long,h(v,'msgIds'));},
|
|
1771
|
+
'mt_msgs_state_req':function(w,v){w.uint(3664378706);w.vector(w.long,h(v,'msgIds'));},
|
|
1772
|
+
'mt_msgs_state_info':function(w,v){w.uint(81704317);w.long(h(v,'reqMsgId'));w.bytes(h(v,'info'));},
|
|
1773
|
+
'mt_msgs_all_info':function(w,v){w.uint(2361446705);w.vector(w.long,h(v,'msgIds'));w.bytes(h(v,'info'));},
|
|
1774
|
+
'mt_msg_detailed_info':function(w,v){w.uint(661470918);w.long(h(v,'msgId'));w.long(h(v,'answerMsgId'));w.int(h(v,'bytes'));w.int(h(v,'status'));},
|
|
1775
|
+
'mt_msg_new_detailed_info':function(w,v){w.uint(2157819615);w.long(h(v,'answerMsgId'));w.int(h(v,'bytes'));w.int(h(v,'status'));},
|
|
1776
|
+
'mt_destroy_auth_key_ok':function(w){w.uint(4133544404);},
|
|
1777
|
+
'mt_destroy_auth_key_none':function(w){w.uint(178201177);},
|
|
1778
|
+
'mt_destroy_auth_key_fail':function(w){w.uint(3926956819);},
|
|
1779
|
+
'mt_http_wait':function(w,v){w.uint(2459514271);w.int(h(v,'maxDelay'));w.int(h(v,'waitAfter'));w.int(h(v,'maxWait'));},
|
|
1780
|
+
'mt_req_pq_multi':function(w,v){w.uint(3195965169);w.int128(h(v,'nonce'));},
|
|
1781
|
+
'mt_req_DH_params':function(w,v){w.uint(3608339646);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.bytes(h(v,'p'));w.bytes(h(v,'q'));w.long(h(v,'publicKeyFingerprint'));w.bytes(h(v,'encryptedData'));},
|
|
1782
|
+
'mt_set_client_DH_params':function(w,v){w.uint(4110704415);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.bytes(h(v,'encryptedData'));},
|
|
1783
|
+
'mt_rpc_drop_answer':function(w,v){w.uint(1491380032);w.long(h(v,'reqMsgId'));},
|
|
1784
|
+
'mt_get_future_salts':function(w,v){w.uint(3105996036);w.int(h(v,'num'));},
|
|
1785
|
+
'mt_ping':function(w,v){w.uint(2059302892);w.long(h(v,'pingId'));},
|
|
1786
|
+
'mt_ping_delay_disconnect':function(w,v){w.uint(4081220492);w.long(h(v,'pingId'));w.int(h(v,'disconnectDelay'));},
|
|
1787
|
+
'mt_destroy_session':function(w,v){w.uint(3880853798);w.long(h(v,'sessionId'));},
|
|
1788
|
+
'mt_destroy_auth_key':function(w){w.uint(3510849888);},
|
|
1789
|
+
_bare:{
|
|
1790
|
+
155834844:function(w=this,v){w.int(h(v,'validSince'));w.int(h(v,'validUntil'));w.long(h(v,'salt'));},
|
|
1791
|
+
},
|
|
1792
|
+
_staticSize:{
|
|
1793
|
+
'ipPort':12,
|
|
1794
|
+
'inputPeerEmpty':4,
|
|
1795
|
+
'inputPeerSelf':4,
|
|
1796
|
+
'inputPeerChat':12,
|
|
1797
|
+
'inputPeerUser':20,
|
|
1798
|
+
'inputPeerChannel':20,
|
|
1799
|
+
'inputUserEmpty':4,
|
|
1800
|
+
'inputUserSelf':4,
|
|
1801
|
+
'inputUser':20,
|
|
1802
|
+
'inputMediaEmpty':4,
|
|
1803
|
+
'inputChatPhotoEmpty':4,
|
|
1804
|
+
'inputGeoPointEmpty':4,
|
|
1805
|
+
'inputPhotoEmpty':4,
|
|
1806
|
+
'inputEncryptedFileLocation':20,
|
|
1807
|
+
'inputSecureFileLocation':20,
|
|
1808
|
+
'inputTakeoutFileLocation':4,
|
|
1809
|
+
'peerUser':12,
|
|
1810
|
+
'peerChat':12,
|
|
1811
|
+
'peerChannel':12,
|
|
1812
|
+
'storage.fileUnknown':4,
|
|
1813
|
+
'storage.filePartial':4,
|
|
1814
|
+
'storage.fileJpeg':4,
|
|
1815
|
+
'storage.fileGif':4,
|
|
1816
|
+
'storage.filePng':4,
|
|
1817
|
+
'storage.filePdf':4,
|
|
1818
|
+
'storage.fileMp3':4,
|
|
1819
|
+
'storage.fileMov':4,
|
|
1820
|
+
'storage.fileMp4':4,
|
|
1821
|
+
'storage.fileWebp':4,
|
|
1822
|
+
'userEmpty':12,
|
|
1823
|
+
'userProfilePhotoEmpty':4,
|
|
1824
|
+
'userStatusEmpty':4,
|
|
1825
|
+
'userStatusOnline':8,
|
|
1826
|
+
'userStatusOffline':8,
|
|
1827
|
+
'userStatusRecently':4,
|
|
1828
|
+
'userStatusLastWeek':4,
|
|
1829
|
+
'userStatusLastMonth':4,
|
|
1830
|
+
'chatEmpty':12,
|
|
1831
|
+
'chatParticipant':24,
|
|
1832
|
+
'chatParticipantCreator':12,
|
|
1833
|
+
'chatParticipantAdmin':24,
|
|
1834
|
+
'chatPhotoEmpty':4,
|
|
1835
|
+
'messageMediaEmpty':4,
|
|
1836
|
+
'messageMediaUnsupported':4,
|
|
1837
|
+
'messageActionEmpty':4,
|
|
1838
|
+
'messageActionChatDeletePhoto':4,
|
|
1839
|
+
'messageActionChatDeleteUser':12,
|
|
1840
|
+
'messageActionChatJoinedByLink':12,
|
|
1841
|
+
'messageActionChatMigrateTo':12,
|
|
1842
|
+
'messageActionPinMessage':4,
|
|
1843
|
+
'messageActionHistoryClear':4,
|
|
1844
|
+
'messageActionGameScore':16,
|
|
1845
|
+
'messageActionScreenshotTaken':4,
|
|
1846
|
+
'messageActionContactSignUp':4,
|
|
1847
|
+
'messageActionGeoProximityReached':32,
|
|
1848
|
+
'messageActionChatJoinedByRequest':4,
|
|
1849
|
+
'messageActionRequestedPeer':20,
|
|
1850
|
+
'photoEmpty':12,
|
|
1851
|
+
'geoPointEmpty':4,
|
|
1852
|
+
'inputNotifyUsers':4,
|
|
1853
|
+
'inputNotifyChats':4,
|
|
1854
|
+
'inputNotifyBroadcasts':4,
|
|
1855
|
+
'inputReportReasonSpam':4,
|
|
1856
|
+
'inputReportReasonViolence':4,
|
|
1857
|
+
'inputReportReasonPornography':4,
|
|
1858
|
+
'inputReportReasonChildAbuse':4,
|
|
1859
|
+
'inputReportReasonOther':4,
|
|
1860
|
+
'inputReportReasonCopyright':4,
|
|
1861
|
+
'inputReportReasonGeoIrrelevant':4,
|
|
1862
|
+
'inputReportReasonFake':4,
|
|
1863
|
+
'inputReportReasonIllegalDrugs':4,
|
|
1864
|
+
'inputReportReasonPersonalDetails':4,
|
|
1865
|
+
'contact':16,
|
|
1866
|
+
'importedContact':20,
|
|
1867
|
+
'contacts.contactsNotModified':4,
|
|
1868
|
+
'messages.dialogsNotModified':8,
|
|
1869
|
+
'messages.messagesNotModified':8,
|
|
1870
|
+
'messages.affectedHistory':16,
|
|
1871
|
+
'inputMessagesFilterEmpty':4,
|
|
1872
|
+
'inputMessagesFilterPhotos':4,
|
|
1873
|
+
'inputMessagesFilterVideo':4,
|
|
1874
|
+
'inputMessagesFilterPhotoVideo':4,
|
|
1875
|
+
'inputMessagesFilterDocument':4,
|
|
1876
|
+
'inputMessagesFilterUrl':4,
|
|
1877
|
+
'inputMessagesFilterGif':4,
|
|
1878
|
+
'inputMessagesFilterVoice':4,
|
|
1879
|
+
'inputMessagesFilterMusic':4,
|
|
1880
|
+
'inputMessagesFilterChatPhotos':4,
|
|
1881
|
+
'inputMessagesFilterPhoneCalls':8,
|
|
1882
|
+
'inputMessagesFilterRoundVoice':4,
|
|
1883
|
+
'inputMessagesFilterRoundVideo':4,
|
|
1884
|
+
'inputMessagesFilterMyMentions':4,
|
|
1885
|
+
'inputMessagesFilterGeo':4,
|
|
1886
|
+
'inputMessagesFilterContacts':4,
|
|
1887
|
+
'inputMessagesFilterPinned':4,
|
|
1888
|
+
'updateMessageID':16,
|
|
1889
|
+
'updateEncryptedChatTyping':8,
|
|
1890
|
+
'updateEncryptedMessagesRead':16,
|
|
1891
|
+
'updateChatParticipantAdd':36,
|
|
1892
|
+
'updateChatParticipantDelete':24,
|
|
1893
|
+
'updateReadHistoryOutbox':28,
|
|
1894
|
+
'updateChannel':12,
|
|
1895
|
+
'updateChannelMessageViews':20,
|
|
1896
|
+
'updateChatParticipantAdmin':28,
|
|
1897
|
+
'updateStickerSets':8,
|
|
1898
|
+
'updateSavedGifs':4,
|
|
1899
|
+
'updateReadChannelOutbox':16,
|
|
1900
|
+
'updateReadFeaturedStickers':4,
|
|
1901
|
+
'updateRecentStickers':4,
|
|
1902
|
+
'updateConfig':4,
|
|
1903
|
+
'updatePtsChanged':4,
|
|
1904
|
+
'updateFavedStickers':4,
|
|
1905
|
+
'updateContactsReset':4,
|
|
1906
|
+
'updateChannelAvailableMessages':16,
|
|
1907
|
+
'updateGeoLiveViewed':20,
|
|
1908
|
+
'updateLoginToken':4,
|
|
1909
|
+
'updateDialogFilters':4,
|
|
1910
|
+
'updateChannelMessageForwards':20,
|
|
1911
|
+
'updateReadChannelDiscussionOutbox':20,
|
|
1912
|
+
'updatePeerBlocked':20,
|
|
1913
|
+
'updateChat':12,
|
|
1914
|
+
'updateBotStopped':24,
|
|
1915
|
+
'updateAttachMenuBots':4,
|
|
1916
|
+
'updateWebViewResultSent':12,
|
|
1917
|
+
'updateSavedRingtones':4,
|
|
1918
|
+
'updateReadFeaturedEmojiStickers':4,
|
|
1919
|
+
'updateRecentEmojiStatuses':4,
|
|
1920
|
+
'updateRecentReactions':4,
|
|
1921
|
+
'updateMoveStickerSetToTop':16,
|
|
1922
|
+
'updateChannelPinnedTopic':20,
|
|
1923
|
+
'updateUser':12,
|
|
1924
|
+
'updateAutoSaveSettings':4,
|
|
1925
|
+
'updateGroupInvitePrivacyForbidden':12,
|
|
1926
|
+
'updateReadStories':20,
|
|
1927
|
+
'updateStoryID':16,
|
|
1928
|
+
'updates.state':24,
|
|
1929
|
+
'updates.differenceEmpty':12,
|
|
1930
|
+
'updates.differenceTooLong':8,
|
|
1931
|
+
'updatesTooLong':4,
|
|
1932
|
+
'help.noAppUpdate':4,
|
|
1933
|
+
'encryptedChatEmpty':8,
|
|
1934
|
+
'encryptedChatWaiting':36,
|
|
1935
|
+
'encryptedChatDiscarded':12,
|
|
1936
|
+
'inputEncryptedChat':16,
|
|
1937
|
+
'encryptedFileEmpty':4,
|
|
1938
|
+
'encryptedFile':36,
|
|
1939
|
+
'inputEncryptedFileEmpty':4,
|
|
1940
|
+
'inputEncryptedFile':20,
|
|
1941
|
+
'inputEncryptedFileBigUploaded':20,
|
|
1942
|
+
'messages.sentEncryptedMessage':8,
|
|
1943
|
+
'inputDocumentEmpty':4,
|
|
1944
|
+
'documentEmpty':12,
|
|
1945
|
+
'notifyPeer':16,
|
|
1946
|
+
'notifyUsers':4,
|
|
1947
|
+
'notifyChats':4,
|
|
1948
|
+
'notifyBroadcasts':4,
|
|
1949
|
+
'notifyForumTopic':20,
|
|
1950
|
+
'sendMessageTypingAction':4,
|
|
1951
|
+
'sendMessageCancelAction':4,
|
|
1952
|
+
'sendMessageRecordVideoAction':4,
|
|
1953
|
+
'sendMessageUploadVideoAction':8,
|
|
1954
|
+
'sendMessageRecordAudioAction':4,
|
|
1955
|
+
'sendMessageUploadAudioAction':8,
|
|
1956
|
+
'sendMessageUploadPhotoAction':8,
|
|
1957
|
+
'sendMessageUploadDocumentAction':8,
|
|
1958
|
+
'sendMessageGeoLocationAction':4,
|
|
1959
|
+
'sendMessageChooseContactAction':4,
|
|
1960
|
+
'sendMessageGamePlayAction':4,
|
|
1961
|
+
'sendMessageRecordRoundAction':4,
|
|
1962
|
+
'sendMessageUploadRoundAction':8,
|
|
1963
|
+
'speakingInGroupCallAction':4,
|
|
1964
|
+
'sendMessageHistoryImportAction':8,
|
|
1965
|
+
'sendMessageChooseStickerAction':4,
|
|
1966
|
+
'inputPrivacyKeyStatusTimestamp':4,
|
|
1967
|
+
'inputPrivacyKeyChatInvite':4,
|
|
1968
|
+
'inputPrivacyKeyPhoneCall':4,
|
|
1969
|
+
'inputPrivacyKeyPhoneP2P':4,
|
|
1970
|
+
'inputPrivacyKeyForwards':4,
|
|
1971
|
+
'inputPrivacyKeyProfilePhoto':4,
|
|
1972
|
+
'inputPrivacyKeyPhoneNumber':4,
|
|
1973
|
+
'inputPrivacyKeyAddedByPhone':4,
|
|
1974
|
+
'inputPrivacyKeyVoiceMessages':4,
|
|
1975
|
+
'inputPrivacyKeyAbout':4,
|
|
1976
|
+
'privacyKeyStatusTimestamp':4,
|
|
1977
|
+
'privacyKeyChatInvite':4,
|
|
1978
|
+
'privacyKeyPhoneCall':4,
|
|
1979
|
+
'privacyKeyPhoneP2P':4,
|
|
1980
|
+
'privacyKeyForwards':4,
|
|
1981
|
+
'privacyKeyProfilePhoto':4,
|
|
1982
|
+
'privacyKeyPhoneNumber':4,
|
|
1983
|
+
'privacyKeyAddedByPhone':4,
|
|
1984
|
+
'privacyKeyVoiceMessages':4,
|
|
1985
|
+
'privacyKeyAbout':4,
|
|
1986
|
+
'inputPrivacyValueAllowContacts':4,
|
|
1987
|
+
'inputPrivacyValueAllowAll':4,
|
|
1988
|
+
'inputPrivacyValueDisallowContacts':4,
|
|
1989
|
+
'inputPrivacyValueDisallowAll':4,
|
|
1990
|
+
'inputPrivacyValueAllowCloseFriends':4,
|
|
1991
|
+
'privacyValueAllowContacts':4,
|
|
1992
|
+
'privacyValueAllowAll':4,
|
|
1993
|
+
'privacyValueDisallowContacts':4,
|
|
1994
|
+
'privacyValueDisallowAll':4,
|
|
1995
|
+
'privacyValueAllowCloseFriends':4,
|
|
1996
|
+
'accountDaysTTL':8,
|
|
1997
|
+
'documentAttributeImageSize':12,
|
|
1998
|
+
'documentAttributeAnimated':4,
|
|
1999
|
+
'documentAttributeHasStickers':4,
|
|
2000
|
+
'messages.stickersNotModified':4,
|
|
2001
|
+
'messages.allStickersNotModified':4,
|
|
2002
|
+
'messages.affectedMessages':12,
|
|
2003
|
+
'receivedNotifyMessage':12,
|
|
2004
|
+
'chatInvitePublicJoinRequests':4,
|
|
2005
|
+
'inputStickerSetEmpty':4,
|
|
2006
|
+
'inputStickerSetID':20,
|
|
2007
|
+
'inputStickerSetAnimatedEmoji':4,
|
|
2008
|
+
'inputStickerSetAnimatedEmojiAnimations':4,
|
|
2009
|
+
'inputStickerSetPremiumGifts':4,
|
|
2010
|
+
'inputStickerSetEmojiGenericAnimations':4,
|
|
2011
|
+
'inputStickerSetEmojiDefaultStatuses':4,
|
|
2012
|
+
'inputStickerSetEmojiDefaultTopicIcons':4,
|
|
2013
|
+
'messages.stickerSetNotModified':4,
|
|
2014
|
+
'replyKeyboardHide':8,
|
|
2015
|
+
'messageEntityUnknown':12,
|
|
2016
|
+
'messageEntityMention':12,
|
|
2017
|
+
'messageEntityHashtag':12,
|
|
2018
|
+
'messageEntityBotCommand':12,
|
|
2019
|
+
'messageEntityUrl':12,
|
|
2020
|
+
'messageEntityEmail':12,
|
|
2021
|
+
'messageEntityBold':12,
|
|
2022
|
+
'messageEntityItalic':12,
|
|
2023
|
+
'messageEntityCode':12,
|
|
2024
|
+
'messageEntityMentionName':20,
|
|
2025
|
+
'messageEntityPhone':12,
|
|
2026
|
+
'messageEntityCashtag':12,
|
|
2027
|
+
'messageEntityUnderline':12,
|
|
2028
|
+
'messageEntityStrike':12,
|
|
2029
|
+
'messageEntityBlockquote':12,
|
|
2030
|
+
'messageEntityBankCard':12,
|
|
2031
|
+
'messageEntitySpoiler':12,
|
|
2032
|
+
'messageEntityCustomEmoji':20,
|
|
2033
|
+
'inputChannelEmpty':4,
|
|
2034
|
+
'inputChannel':20,
|
|
2035
|
+
'messageRange':12,
|
|
2036
|
+
'channelMessagesFilterEmpty':4,
|
|
2037
|
+
'channelParticipant':16,
|
|
2038
|
+
'channelParticipantSelf':28,
|
|
2039
|
+
'channelParticipantLeft':16,
|
|
2040
|
+
'channelParticipantsRecent':4,
|
|
2041
|
+
'channelParticipantsAdmins':4,
|
|
2042
|
+
'channelParticipantsBots':4,
|
|
2043
|
+
'channels.channelParticipantsNotModified':4,
|
|
2044
|
+
'messages.savedGifsNotModified':4,
|
|
2045
|
+
'auth.codeTypeSms':4,
|
|
2046
|
+
'auth.codeTypeCall':4,
|
|
2047
|
+
'auth.codeTypeFlashCall':4,
|
|
2048
|
+
'auth.codeTypeMissedCall':4,
|
|
2049
|
+
'auth.codeTypeFragmentSms':4,
|
|
2050
|
+
'auth.sentCodeTypeApp':8,
|
|
2051
|
+
'auth.sentCodeTypeSms':8,
|
|
2052
|
+
'auth.sentCodeTypeCall':8,
|
|
2053
|
+
'auth.sentCodeTypeSetUpEmailRequired':8,
|
|
2054
|
+
'messages.messageEditData':8,
|
|
2055
|
+
'inputBotInlineMessageID':24,
|
|
2056
|
+
'inputBotInlineMessageID64':28,
|
|
2057
|
+
'topPeer':24,
|
|
2058
|
+
'topPeerCategoryBotsPM':4,
|
|
2059
|
+
'topPeerCategoryBotsInline':4,
|
|
2060
|
+
'topPeerCategoryCorrespondents':4,
|
|
2061
|
+
'topPeerCategoryGroups':4,
|
|
2062
|
+
'topPeerCategoryChannels':4,
|
|
2063
|
+
'topPeerCategoryPhoneCalls':4,
|
|
2064
|
+
'topPeerCategoryForwardUsers':4,
|
|
2065
|
+
'topPeerCategoryForwardChats':4,
|
|
2066
|
+
'contacts.topPeersNotModified':4,
|
|
2067
|
+
'contacts.topPeersDisabled':4,
|
|
2068
|
+
'messages.featuredStickersNotModified':8,
|
|
2069
|
+
'messages.recentStickersNotModified':4,
|
|
2070
|
+
'messages.stickerSetInstallResultSuccess':4,
|
|
2071
|
+
'maskCoords':32,
|
|
2072
|
+
'inputGameID':20,
|
|
2073
|
+
'highScore':20,
|
|
2074
|
+
'textEmpty':4,
|
|
2075
|
+
'textImage':20,
|
|
2076
|
+
'pageBlockUnsupported':4,
|
|
2077
|
+
'pageBlockDivider':4,
|
|
2078
|
+
'phoneCallDiscardReasonMissed':4,
|
|
2079
|
+
'phoneCallDiscardReasonDisconnect':4,
|
|
2080
|
+
'phoneCallDiscardReasonHangup':4,
|
|
2081
|
+
'phoneCallDiscardReasonBusy':4,
|
|
2082
|
+
'inputPhoneCall':20,
|
|
2083
|
+
'phoneCallEmpty':12,
|
|
2084
|
+
'channelAdminLogEventActionToggleInvites':8,
|
|
2085
|
+
'channelAdminLogEventActionToggleSignatures':8,
|
|
2086
|
+
'channelAdminLogEventActionParticipantJoin':4,
|
|
2087
|
+
'channelAdminLogEventActionParticipantLeave':4,
|
|
2088
|
+
'channelAdminLogEventActionTogglePreHistoryHidden':8,
|
|
2089
|
+
'channelAdminLogEventActionChangeLinkedChat':20,
|
|
2090
|
+
'channelAdminLogEventActionToggleSlowMode':12,
|
|
2091
|
+
'channelAdminLogEventActionToggleGroupCallSetting':8,
|
|
2092
|
+
'channelAdminLogEventActionChangeHistoryTTL':12,
|
|
2093
|
+
'channelAdminLogEventActionToggleNoForwards':8,
|
|
2094
|
+
'channelAdminLogEventActionToggleForum':8,
|
|
2095
|
+
'channelAdminLogEventActionToggleAntiSpam':8,
|
|
2096
|
+
'channelAdminLogEventsFilter':8,
|
|
2097
|
+
'popularContact':16,
|
|
2098
|
+
'messages.favedStickersNotModified':4,
|
|
2099
|
+
'inputMessageID':8,
|
|
2100
|
+
'inputMessageReplyTo':8,
|
|
2101
|
+
'inputMessagePinned':4,
|
|
2102
|
+
'inputMessageCallbackQuery':16,
|
|
2103
|
+
'inputDialogPeerFolder':8,
|
|
2104
|
+
'dialogPeer':16,
|
|
2105
|
+
'dialogPeerFolder':8,
|
|
2106
|
+
'messages.foundStickerSetsNotModified':4,
|
|
2107
|
+
'help.termsOfServiceUpdateEmpty':8,
|
|
2108
|
+
'inputSecureFile':20,
|
|
2109
|
+
'secureFileEmpty':4,
|
|
2110
|
+
'secureValueTypePersonalDetails':4,
|
|
2111
|
+
'secureValueTypePassport':4,
|
|
2112
|
+
'secureValueTypeDriverLicense':4,
|
|
2113
|
+
'secureValueTypeIdentityCard':4,
|
|
2114
|
+
'secureValueTypeInternalPassport':4,
|
|
2115
|
+
'secureValueTypeAddress':4,
|
|
2116
|
+
'secureValueTypeUtilityBill':4,
|
|
2117
|
+
'secureValueTypeBankStatement':4,
|
|
2118
|
+
'secureValueTypeRentalAgreement':4,
|
|
2119
|
+
'secureValueTypePassportRegistration':4,
|
|
2120
|
+
'secureValueTypeTemporaryRegistration':4,
|
|
2121
|
+
'secureValueTypePhone':4,
|
|
2122
|
+
'secureValueTypeEmail':4,
|
|
2123
|
+
'help.deepLinkInfoEmpty':4,
|
|
2124
|
+
'account.takeout':12,
|
|
2125
|
+
'passwordKdfAlgoUnknown':4,
|
|
2126
|
+
'securePasswordKdfAlgoUnknown':4,
|
|
2127
|
+
'inputCheckPasswordEmpty':4,
|
|
2128
|
+
'secureRequiredType':12,
|
|
2129
|
+
'help.passportConfigNotModified':4,
|
|
2130
|
+
'jsonNull':4,
|
|
2131
|
+
'jsonBool':8,
|
|
2132
|
+
'jsonNumber':12,
|
|
2133
|
+
'help.userInfoEmpty':4,
|
|
2134
|
+
'chatOnlines':8,
|
|
2135
|
+
'chatAdminRights':8,
|
|
2136
|
+
'chatBannedRights':12,
|
|
2137
|
+
'inputWallPaper':20,
|
|
2138
|
+
'inputWallPaperNoFile':12,
|
|
2139
|
+
'account.wallPapersNotModified':4,
|
|
2140
|
+
'autoDownloadSettings':40,
|
|
2141
|
+
'account.autoDownloadSettings':124,
|
|
2142
|
+
'folderPeer':20,
|
|
2143
|
+
'urlAuthResultDefault':4,
|
|
2144
|
+
'channelLocationEmpty':4,
|
|
2145
|
+
'peerLocated':24,
|
|
2146
|
+
'peerSelfLocated':8,
|
|
2147
|
+
'inputTheme':20,
|
|
2148
|
+
'account.themesNotModified':4,
|
|
2149
|
+
'account.contentSettings':8,
|
|
2150
|
+
'baseThemeClassic':4,
|
|
2151
|
+
'baseThemeDay':4,
|
|
2152
|
+
'baseThemeNight':4,
|
|
2153
|
+
'baseThemeTinted':4,
|
|
2154
|
+
'baseThemeArctic':4,
|
|
2155
|
+
'dialogFilterDefault':4,
|
|
2156
|
+
'statsDateRangeDays':12,
|
|
2157
|
+
'statsAbsValueAndPrev':20,
|
|
2158
|
+
'statsPercentValue':20,
|
|
2159
|
+
'messageInteractionCounters':16,
|
|
2160
|
+
'help.promoDataEmpty':8,
|
|
2161
|
+
'statsGroupTopPoster':20,
|
|
2162
|
+
'statsGroupTopAdmin':24,
|
|
2163
|
+
'statsGroupTopInviter':16,
|
|
2164
|
+
'globalPrivacySettings':8,
|
|
2165
|
+
'help.countriesListNotModified':4,
|
|
2166
|
+
'messageReplyStoryHeader':16,
|
|
2167
|
+
'peerBlocked':20,
|
|
2168
|
+
'groupCallDiscarded':24,
|
|
2169
|
+
'inputGroupCall':20,
|
|
2170
|
+
'inlineQueryPeerTypeSameBotPM':4,
|
|
2171
|
+
'inlineQueryPeerTypePM':4,
|
|
2172
|
+
'inlineQueryPeerTypeChat':4,
|
|
2173
|
+
'inlineQueryPeerTypeMegagroup':4,
|
|
2174
|
+
'inlineQueryPeerTypeBroadcast':4,
|
|
2175
|
+
'inlineQueryPeerTypeBotPM':4,
|
|
2176
|
+
'messages.historyImport':12,
|
|
2177
|
+
'chatAdminWithInvites':20,
|
|
2178
|
+
'botCommandScopeDefault':4,
|
|
2179
|
+
'botCommandScopeUsers':4,
|
|
2180
|
+
'botCommandScopeChats':4,
|
|
2181
|
+
'botCommandScopeChatAdmins':4,
|
|
2182
|
+
'account.resetPasswordFailedWait':8,
|
|
2183
|
+
'account.resetPasswordRequestedWait':8,
|
|
2184
|
+
'account.resetPasswordOk':4,
|
|
2185
|
+
'messages.sponsoredMessagesEmpty':4,
|
|
2186
|
+
'searchResultsCalendarPeriod':20,
|
|
2187
|
+
'searchResultPosition':16,
|
|
2188
|
+
'messages.availableReactionsNotModified':4,
|
|
2189
|
+
'groupCallStreamChannel':20,
|
|
2190
|
+
'attachMenuBotsNotModified':4,
|
|
2191
|
+
'botMenuButtonDefault':4,
|
|
2192
|
+
'botMenuButtonCommands':4,
|
|
2193
|
+
'account.savedRingtonesNotModified':4,
|
|
2194
|
+
'notificationSoundDefault':4,
|
|
2195
|
+
'notificationSoundNone':4,
|
|
2196
|
+
'notificationSoundRingtone':12,
|
|
2197
|
+
'account.savedRingtone':4,
|
|
2198
|
+
'attachMenuPeerTypeSameBotPM':4,
|
|
2199
|
+
'attachMenuPeerTypeBotPM':4,
|
|
2200
|
+
'attachMenuPeerTypePM':4,
|
|
2201
|
+
'attachMenuPeerTypeChat':4,
|
|
2202
|
+
'attachMenuPeerTypeBroadcast':4,
|
|
2203
|
+
'inputStorePaymentPremiumSubscription':8,
|
|
2204
|
+
'emojiStatusEmpty':4,
|
|
2205
|
+
'emojiStatus':12,
|
|
2206
|
+
'emojiStatusUntil':16,
|
|
2207
|
+
'account.emojiStatusesNotModified':4,
|
|
2208
|
+
'reactionEmpty':4,
|
|
2209
|
+
'reactionCustomEmoji':12,
|
|
2210
|
+
'chatReactionsNone':4,
|
|
2211
|
+
'chatReactionsAll':8,
|
|
2212
|
+
'messages.reactionsNotModified':4,
|
|
2213
|
+
'emailVerifyPurposeLoginChange':4,
|
|
2214
|
+
'emailVerifyPurposePassport':4,
|
|
2215
|
+
'sendAsPeer':20,
|
|
2216
|
+
'forumTopicDeleted':8,
|
|
2217
|
+
'defaultHistoryTTL':8,
|
|
2218
|
+
'emojiListNotModified':4,
|
|
2219
|
+
'messages.emojiGroupsNotModified':4,
|
|
2220
|
+
'help.appConfigNotModified':4,
|
|
2221
|
+
'inputBotAppID':20,
|
|
2222
|
+
'botAppNotModified':4,
|
|
2223
|
+
'readParticipantDate':16,
|
|
2224
|
+
'inputChatlistDialogFilter':8,
|
|
2225
|
+
'messagePeerVoteInputOption':20,
|
|
2226
|
+
'storyItemDeleted':8,
|
|
2227
|
+
'storyItemSkipped':20,
|
|
2228
|
+
'mediaAreaCoordinates':44,
|
|
2229
|
+
'stories.canApplyBoostOk':4,
|
|
2230
|
+
'booster':16,
|
|
2231
|
+
'messageActionGiveawayLaunch':4,
|
|
2232
|
+
'channelAdminLogEventActionChangeColor':12,
|
|
2233
|
+
'channelAdminLogEventActionChangeBackgroundEmoji':20,
|
|
2234
|
+
'prepaidGiveaway':24,
|
|
2235
|
+
'messageUserVoteInputOption':16,
|
|
2236
|
+
'dummyUpdate':20,
|
|
2237
|
+
'test.useError':4,
|
|
2238
|
+
'test.useConfigSimple':4,
|
|
2239
|
+
'test.parseInputAppEvent':4,
|
|
2240
|
+
'auth.logOut':4,
|
|
2241
|
+
'auth.resetAuthorizations':4,
|
|
2242
|
+
'auth.exportAuthorization':8,
|
|
2243
|
+
'auth.requestPasswordRecovery':4,
|
|
2244
|
+
'account.resetNotifySettings':4,
|
|
2245
|
+
'account.updateStatus':8,
|
|
2246
|
+
'account.getWallPapers':12,
|
|
2247
|
+
'account.getPrivacy':8,
|
|
2248
|
+
'account.getAccountTTL':4,
|
|
2249
|
+
'account.setAccountTTL':12,
|
|
2250
|
+
'account.updateDeviceLocked':8,
|
|
2251
|
+
'account.getAuthorizations':4,
|
|
2252
|
+
'account.resetAuthorization':12,
|
|
2253
|
+
'account.getPassword':4,
|
|
2254
|
+
'account.getWebAuthorizations':4,
|
|
2255
|
+
'account.resetWebAuthorization':12,
|
|
2256
|
+
'account.resetWebAuthorizations':4,
|
|
2257
|
+
'account.getAllSecureValues':4,
|
|
2258
|
+
'account.finishTakeoutSession':8,
|
|
2259
|
+
'account.resendPasswordEmail':4,
|
|
2260
|
+
'account.cancelPasswordEmail':4,
|
|
2261
|
+
'account.getContactSignUpNotification':4,
|
|
2262
|
+
'account.setContactSignUpNotification':8,
|
|
2263
|
+
'account.resetWallPapers':4,
|
|
2264
|
+
'account.getAutoDownloadSettings':4,
|
|
2265
|
+
'account.saveAutoDownloadSettings':48,
|
|
2266
|
+
'account.setContentSettings':8,
|
|
2267
|
+
'account.getContentSettings':4,
|
|
2268
|
+
'account.getGlobalPrivacySettings':4,
|
|
2269
|
+
'account.setGlobalPrivacySettings':12,
|
|
2270
|
+
'account.resetPassword':4,
|
|
2271
|
+
'account.declinePasswordReset':4,
|
|
2272
|
+
'account.getChatThemes':12,
|
|
2273
|
+
'account.setAuthorizationTTL':8,
|
|
2274
|
+
'account.getSavedRingtones':12,
|
|
2275
|
+
'account.getDefaultEmojiStatuses':12,
|
|
2276
|
+
'account.getRecentEmojiStatuses':12,
|
|
2277
|
+
'account.clearRecentEmojiStatuses':4,
|
|
2278
|
+
'account.getDefaultProfilePhotoEmojis':12,
|
|
2279
|
+
'account.getDefaultGroupPhotoEmojis':12,
|
|
2280
|
+
'account.getAutoSaveSettings':4,
|
|
2281
|
+
'account.deleteAutoSaveExceptions':4,
|
|
2282
|
+
'contacts.getContactIDs':12,
|
|
2283
|
+
'contacts.getStatuses':4,
|
|
2284
|
+
'contacts.getContacts':12,
|
|
2285
|
+
'contacts.getBlocked':16,
|
|
2286
|
+
'contacts.getTopPeers':24,
|
|
2287
|
+
'contacts.resetSaved':4,
|
|
2288
|
+
'contacts.getSaved':4,
|
|
2289
|
+
'contacts.toggleTopPeers':8,
|
|
2290
|
+
'contacts.blockFromReplies':12,
|
|
2291
|
+
'contacts.exportContactToken':4,
|
|
2292
|
+
'messages.receivedMessages':8,
|
|
2293
|
+
'messages.getFullChat':12,
|
|
2294
|
+
'messages.getDhConfig':12,
|
|
2295
|
+
'messages.discardEncryption':12,
|
|
2296
|
+
'messages.setEncryptedTyping':24,
|
|
2297
|
+
'messages.readEncryptedHistory':24,
|
|
2298
|
+
'messages.receivedQueue':8,
|
|
2299
|
+
'messages.reportEncryptedSpam':20,
|
|
2300
|
+
'messages.getAllStickers':12,
|
|
2301
|
+
'messages.migrateChat':12,
|
|
2302
|
+
'messages.getSavedGifs':12,
|
|
2303
|
+
'messages.getAllDrafts':4,
|
|
2304
|
+
'messages.getFeaturedStickers':12,
|
|
2305
|
+
'messages.getRecentStickers':16,
|
|
2306
|
+
'messages.clearRecentStickers':8,
|
|
2307
|
+
'messages.getArchivedStickers':20,
|
|
2308
|
+
'messages.getMaskStickers':12,
|
|
2309
|
+
'messages.getPinnedDialogs':8,
|
|
2310
|
+
'messages.getFavedStickers':12,
|
|
2311
|
+
'messages.getSplitRanges':4,
|
|
2312
|
+
'messages.getDialogUnreadMarks':4,
|
|
2313
|
+
'messages.clearAllDrafts':4,
|
|
2314
|
+
'messages.getDialogFilters':4,
|
|
2315
|
+
'messages.getSuggestedDialogFilters':4,
|
|
2316
|
+
'messages.getOldFeaturedStickers':20,
|
|
2317
|
+
'messages.deleteChat':12,
|
|
2318
|
+
'messages.deletePhoneCallHistory':8,
|
|
2319
|
+
'messages.getAvailableReactions':8,
|
|
2320
|
+
'messages.getAttachMenuBots':12,
|
|
2321
|
+
'messages.getEmojiStickers':12,
|
|
2322
|
+
'messages.getFeaturedEmojiStickers':12,
|
|
2323
|
+
'messages.getTopReactions':16,
|
|
2324
|
+
'messages.getRecentReactions':16,
|
|
2325
|
+
'messages.clearRecentReactions':4,
|
|
2326
|
+
'messages.setDefaultHistoryTTL':8,
|
|
2327
|
+
'messages.getDefaultHistoryTTL':4,
|
|
2328
|
+
'messages.getEmojiGroups':8,
|
|
2329
|
+
'messages.getEmojiStatusGroups':8,
|
|
2330
|
+
'messages.getEmojiProfilePhotoGroups':8,
|
|
2331
|
+
'updates.getState':4,
|
|
2332
|
+
'help.getConfig':4,
|
|
2333
|
+
'help.getNearestDc':4,
|
|
2334
|
+
'help.getInviteText':4,
|
|
2335
|
+
'help.getSupport':4,
|
|
2336
|
+
'help.getCdnConfig':4,
|
|
2337
|
+
'help.getTermsOfServiceUpdate':4,
|
|
2338
|
+
'help.getAppConfig':8,
|
|
2339
|
+
'help.getPassportConfig':8,
|
|
2340
|
+
'help.getSupportName':4,
|
|
2341
|
+
'help.getPromoData':4,
|
|
2342
|
+
'help.getPremiumPromo':4,
|
|
2343
|
+
'channels.getAdminedPublicChannels':8,
|
|
2344
|
+
'channels.getLeftChannels':8,
|
|
2345
|
+
'channels.getGroupsForDiscussion':4,
|
|
2346
|
+
'channels.getInactiveChannels':4,
|
|
2347
|
+
'bots.setBotBroadcastDefaultAdminRights':12,
|
|
2348
|
+
'bots.setBotGroupDefaultAdminRights':12,
|
|
2349
|
+
'payments.getSavedInfo':4,
|
|
2350
|
+
'payments.clearSavedInfo':8,
|
|
2351
|
+
'phone.getCallConfig':4,
|
|
2352
|
+
'phone.receivedCall':24,
|
|
2353
|
+
'phone.discardCall':44,
|
|
2354
|
+
'phone.leaveGroupCall':28,
|
|
2355
|
+
'phone.discardGroupCall':24,
|
|
2356
|
+
'phone.getGroupCall':28,
|
|
2357
|
+
'phone.exportGroupCallInvite':28,
|
|
2358
|
+
'phone.toggleGroupCallStartSubscription':28,
|
|
2359
|
+
'phone.startScheduledGroupCall':24,
|
|
2360
|
+
'phone.leaveGroupCallPresentation':24,
|
|
2361
|
+
'phone.getGroupCallStreamChannels':24,
|
|
2362
|
+
'chatlists.getExportedInvites':12,
|
|
2363
|
+
'chatlists.getChatlistUpdates':12,
|
|
2364
|
+
'chatlists.hideChatlistUpdates':12,
|
|
2365
|
+
'chatlists.getLeaveChatlistSuggestions':12,
|
|
2366
|
+
'stories.toggleAllStoriesHidden':8,
|
|
2367
|
+
'stories.activateStealthMode':8,
|
|
2368
|
+
'stories.getAllReadPeerStories':4,
|
|
2369
|
+
'stories.getChatsToSend':4,
|
|
2370
|
+
'account.getDefaultBackgroundEmojis':12,
|
|
2371
|
+
'premium.getMyBoosts':4,
|
|
2372
|
+
'mt_dh_gen_ok':52,
|
|
2373
|
+
'mt_dh_gen_retry':52,
|
|
2374
|
+
'mt_dh_gen_fail':52,
|
|
2375
|
+
'mt_bind_auth_key_inner':40,
|
|
2376
|
+
'mt_rpc_answer_unknown':4,
|
|
2377
|
+
'mt_rpc_answer_dropped_running':4,
|
|
2378
|
+
'mt_rpc_answer_dropped':20,
|
|
2379
|
+
'mt_future_salt':20,
|
|
2380
|
+
'mt_pong':20,
|
|
2381
|
+
'mt_destroy_session_ok':12,
|
|
2382
|
+
'mt_destroy_session_none':12,
|
|
2383
|
+
'mt_new_session_created':28,
|
|
2384
|
+
'mt_bad_msg_notification':20,
|
|
2385
|
+
'mt_bad_server_salt':28,
|
|
2386
|
+
'mt_msg_detailed_info':28,
|
|
2387
|
+
'mt_msg_new_detailed_info':20,
|
|
2388
|
+
'mt_destroy_auth_key_ok':4,
|
|
2389
|
+
'mt_destroy_auth_key_none':4,
|
|
2390
|
+
'mt_destroy_auth_key_fail':4,
|
|
2391
|
+
'mt_http_wait':16,
|
|
2392
|
+
'mt_req_pq_multi':20,
|
|
2393
|
+
'mt_rpc_drop_answer':12,
|
|
2394
|
+
'mt_get_future_salts':8,
|
|
2395
|
+
'mt_ping':12,
|
|
2396
|
+
'mt_ping_delay_disconnect':16,
|
|
2397
|
+
'mt_destroy_session':12,
|
|
2398
|
+
'mt_destroy_auth_key':4,
|
|
2399
|
+
'messageActionGroupCallScheduled':28,
|
|
2400
|
+
'updateChatDefaultBannedRights':32,
|
|
2401
|
+
'channelParticipantBanned':44,
|
|
2402
|
+
'channelAdminLogEventActionDefaultBannedRights':28,
|
|
2403
|
+
'channelAdminLogEventActionStartGroupCall':24,
|
|
2404
|
+
'channelAdminLogEventActionDiscardGroupCall':24,
|
|
2405
|
+
},
|
|
2406
|
+
}
|
|
2407
|
+
exports.__tlWriterMap = m;
|