@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/reader.js
ADDED
|
@@ -0,0 +1,1240 @@
|
|
|
1
|
+
// This file is auto-generated. Do not edit.
|
|
2
|
+
"use strict";
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
var m={
|
|
5
|
+
3300522427:function(r){return{_:'error',code:r.int(),text:r.string(),}},
|
|
6
|
+
3560156531:function(r){return{_:'ipPort',ipv4:r.int(),port:r.int(),}},
|
|
7
|
+
932718150:function(r){return{_:'ipPortSecret',ipv4:r.int(),port:r.int(),secret:r.bytes(),}},
|
|
8
|
+
1182381663:function(r){return{_:'accessPointRule',phonePrefixRules:r.string(),dcId:r.int(),ips:r.vector(r.object,1),}},
|
|
9
|
+
1515793004:function(r){return{_:'help.configSimple',date:r.int(),expires:r.int(),rules:r.vector(r.object,1),}},
|
|
10
|
+
668375447:function(r){var flags=r.uint();return{_:'inputPeerPhotoFileLocationLegacy',big:!!(flags&1),peer:r.object(),volumeId:r.long(),localId:r.int(),}},
|
|
11
|
+
230353641:function(r){return{_:'inputStickerSetThumbLegacy',stickerset:r.object(),volumeId:r.long(),localId:r.int(),}},
|
|
12
|
+
2134579434:function(r){return{_:'inputPeerEmpty'}},
|
|
13
|
+
2107670217:function(r){return{_:'inputPeerSelf'}},
|
|
14
|
+
900291769:function(r){return{_:'inputPeerChat',chatId:r.int53(),}},
|
|
15
|
+
3723011404:function(r){return{_:'inputPeerUser',userId:r.int53(),accessHash:r.long(),}},
|
|
16
|
+
666680316:function(r){return{_:'inputPeerChannel',channelId:r.int53(),accessHash:r.long(),}},
|
|
17
|
+
2826635804:function(r){return{_:'inputPeerUserFromMessage',peer:r.object(),msgId:r.int(),userId:r.int53(),}},
|
|
18
|
+
3173648448:function(r){return{_:'inputPeerChannelFromMessage',peer:r.object(),msgId:r.int(),channelId:r.int53(),}},
|
|
19
|
+
3112732367:function(r){return{_:'inputUserEmpty'}},
|
|
20
|
+
4156666175:function(r){return{_:'inputUserSelf'}},
|
|
21
|
+
4061223110:function(r){return{_:'inputUser',userId:r.int53(),accessHash:r.long(),}},
|
|
22
|
+
497305826:function(r){return{_:'inputUserFromMessage',peer:r.object(),msgId:r.int(),userId:r.int53(),}},
|
|
23
|
+
4086478836:function(r){return{_:'inputPhoneContact',clientId:r.long(),phone:r.string(),firstName:r.string(),lastName:r.string(),}},
|
|
24
|
+
4113560191:function(r){return{_:'inputFile',id:r.long(),parts:r.int(),name:r.string(),md5Checksum:r.string(),}},
|
|
25
|
+
4199484341:function(r){return{_:'inputFileBig',id:r.long(),parts:r.int(),name:r.string(),}},
|
|
26
|
+
2523198847:function(r){return{_:'inputMediaEmpty'}},
|
|
27
|
+
505969924:function(r){var flags=r.uint();return{_:'inputMediaUploadedPhoto',spoiler:!!(flags&4),file:r.object(),stickers:flags&1?r.vector(r.object):void 0,ttlSeconds:flags&2?r.int():void 0,}},
|
|
28
|
+
3015312949:function(r){var flags=r.uint();return{_:'inputMediaPhoto',spoiler:!!(flags&2),id:r.object(),ttlSeconds:flags&1?r.int():void 0,}},
|
|
29
|
+
4190388548:function(r){return{_:'inputMediaGeoPoint',geoPoint:r.object(),}},
|
|
30
|
+
4171988475:function(r){return{_:'inputMediaContact',phoneNumber:r.string(),firstName:r.string(),lastName:r.string(),vcard:r.string(),}},
|
|
31
|
+
1530447553:function(r){var flags=r.uint();return{_:'inputMediaUploadedDocument',nosoundVideo:!!(flags&8),forceFile:!!(flags&16),spoiler:!!(flags&32),file:r.object(),thumb:flags&4?r.object():void 0,mimeType:r.string(),attributes:r.vector(r.object),stickers:flags&1?r.vector(r.object):void 0,ttlSeconds:flags&2?r.int():void 0,}},
|
|
32
|
+
860303448:function(r){var flags=r.uint();return{_:'inputMediaDocument',spoiler:!!(flags&4),id:r.object(),ttlSeconds:flags&1?r.int():void 0,query:flags&2?r.string():void 0,}},
|
|
33
|
+
3242007569:function(r){return{_:'inputMediaVenue',geoPoint:r.object(),title:r.string(),address:r.string(),provider:r.string(),venueId:r.string(),venueType:r.string(),}},
|
|
34
|
+
3854302746:function(r){var flags=r.uint();return{_:'inputMediaPhotoExternal',spoiler:!!(flags&2),url:r.string(),ttlSeconds:flags&1?r.int():void 0,}},
|
|
35
|
+
4216511641:function(r){var flags=r.uint();return{_:'inputMediaDocumentExternal',spoiler:!!(flags&2),url:r.string(),ttlSeconds:flags&1?r.int():void 0,}},
|
|
36
|
+
3544138739:function(r){return{_:'inputMediaGame',id:r.object(),}},
|
|
37
|
+
2394269397:function(r){var flags=r.uint();return{_:'inputMediaInvoice',title:r.string(),description:r.string(),photo:flags&1?r.object():void 0,invoice:r.object(),payload:r.bytes(),provider:r.string(),providerData:r.object(),startParam:flags&2?r.string():void 0,extendedMedia:flags&4?r.object():void 0,}},
|
|
38
|
+
2535434307:function(r){var flags=r.uint();return{_:'inputMediaGeoLive',stopped:!!(flags&1),geoPoint:r.object(),heading:flags&4?r.int():void 0,period:flags&2?r.int():void 0,proximityNotificationRadius:flags&8?r.int():void 0,}},
|
|
39
|
+
261416433:function(r){var flags=r.uint();return{_:'inputMediaPoll',poll:r.object(),correctAnswers:flags&1?r.vector(r.bytes):void 0,solution:flags&2?r.string():void 0,solutionEntities:flags&2?r.vector(r.object):void 0,}},
|
|
40
|
+
3866083195:function(r){return{_:'inputMediaDice',emoticon:r.string(),}},
|
|
41
|
+
2315114360:function(r){return{_:'inputMediaStory',peer:r.object(),id:r.int(),}},
|
|
42
|
+
480546647:function(r){return{_:'inputChatPhotoEmpty'}},
|
|
43
|
+
3184373440:function(r){var flags=r.uint();return{_:'inputChatUploadedPhoto',file:flags&1?r.object():void 0,video:flags&2?r.object():void 0,videoStartTs:flags&4?r.double():void 0,videoEmojiMarkup:flags&8?r.object():void 0,}},
|
|
44
|
+
2303962423:function(r){return{_:'inputChatPhoto',id:r.object(),}},
|
|
45
|
+
3837862870:function(r){return{_:'inputGeoPointEmpty'}},
|
|
46
|
+
1210199983:function(r){var flags=r.uint();return{_:'inputGeoPoint',lat:r.double(),long:r.double(),accuracyRadius:flags&1?r.int():void 0,}},
|
|
47
|
+
483901197:function(r){return{_:'inputPhotoEmpty'}},
|
|
48
|
+
1001634122:function(r){return{_:'inputPhoto',id:r.long(),accessHash:r.long(),fileReference:r.bytes(),}},
|
|
49
|
+
3755650017:function(r){return{_:'inputFileLocation',volumeId:r.long(),localId:r.int(),secret:r.long(),fileReference:r.bytes(),}},
|
|
50
|
+
4112735573:function(r){return{_:'inputEncryptedFileLocation',id:r.long(),accessHash:r.long(),}},
|
|
51
|
+
3134223748:function(r){return{_:'inputDocumentFileLocation',id:r.long(),accessHash:r.long(),fileReference:r.bytes(),thumbSize:r.string(),}},
|
|
52
|
+
3418877480:function(r){return{_:'inputSecureFileLocation',id:r.long(),accessHash:r.long(),}},
|
|
53
|
+
700340377:function(r){return{_:'inputTakeoutFileLocation'}},
|
|
54
|
+
1075322878:function(r){return{_:'inputPhotoFileLocation',id:r.long(),accessHash:r.long(),fileReference:r.bytes(),thumbSize:r.string(),}},
|
|
55
|
+
3627312883:function(r){return{_:'inputPhotoLegacyFileLocation',id:r.long(),accessHash:r.long(),fileReference:r.bytes(),volumeId:r.long(),localId:r.int(),secret:r.long(),}},
|
|
56
|
+
925204121:function(r){var flags=r.uint();return{_:'inputPeerPhotoFileLocation',big:!!(flags&1),peer:r.object(),photoId:r.long(),}},
|
|
57
|
+
2642736091:function(r){return{_:'inputStickerSetThumb',stickerset:r.object(),thumbVersion:r.int(),}},
|
|
58
|
+
93890858:function(r){var flags=r.uint();return{_:'inputGroupCallStream',call:r.object(),timeMs:r.long(),scale:r.int(),videoChannel:flags&1?r.int():void 0,videoQuality:flags&1?r.int():void 0,}},
|
|
59
|
+
1498486562:function(r){return{_:'peerUser',userId:r.int53(),}},
|
|
60
|
+
918946202:function(r){return{_:'peerChat',chatId:r.int53(),}},
|
|
61
|
+
2728736542:function(r){return{_:'peerChannel',channelId:r.int53(),}},
|
|
62
|
+
2861972229:function(r){return{_:'storage.fileUnknown'}},
|
|
63
|
+
1086091090:function(r){return{_:'storage.filePartial'}},
|
|
64
|
+
8322574:function(r){return{_:'storage.fileJpeg'}},
|
|
65
|
+
3403786975:function(r){return{_:'storage.fileGif'}},
|
|
66
|
+
172975040:function(r){return{_:'storage.filePng'}},
|
|
67
|
+
2921222285:function(r){return{_:'storage.filePdf'}},
|
|
68
|
+
1384777335:function(r){return{_:'storage.fileMp3'}},
|
|
69
|
+
1258941372:function(r){return{_:'storage.fileMov'}},
|
|
70
|
+
3016663268:function(r){return{_:'storage.fileMp4'}},
|
|
71
|
+
276907596:function(r){return{_:'storage.fileWebp'}},
|
|
72
|
+
3552332666:function(r){return{_:'userEmpty',id:r.int53(),}},
|
|
73
|
+
3948949285:function(r){var flags=r.uint(),flags2=r.uint();return{_:'user',self:!!(flags&1024),contact:!!(flags&2048),mutualContact:!!(flags&4096),deleted:!!(flags&8192),bot:!!(flags&16384),botChatHistory:!!(flags&32768),botNochats:!!(flags&65536),verified:!!(flags&131072),restricted:!!(flags&262144),min:!!(flags&1048576),botInlineGeo:!!(flags&2097152),support:!!(flags&8388608),scam:!!(flags&16777216),applyMinPhoto:!!(flags&33554432),fake:!!(flags&67108864),botAttachMenu:!!(flags&134217728),premium:!!(flags&268435456),attachMenuEnabled:!!(flags&536870912),botCanEdit:!!(flags2&2),closeFriend:!!(flags2&4),storiesHidden:!!(flags2&8),storiesUnavailable:!!(flags2&16),id:r.int53(),accessHash:flags&1?r.long():void 0,firstName:flags&2?r.string():void 0,lastName:flags&4?r.string():void 0,username:flags&8?r.string():void 0,phone:flags&16?r.string():void 0,photo:flags&32?r.object():void 0,status:flags&64?r.object():void 0,botInfoVersion:flags&16384?r.int():void 0,restrictionReason:flags&262144?r.vector(r.object):void 0,botInlinePlaceholder:flags&524288?r.string():void 0,langCode:flags&4194304?r.string():void 0,emojiStatus:flags&1073741824?r.object():void 0,usernames:flags2&1?r.vector(r.object):void 0,storiesMaxId:flags2&32?r.int():void 0,color:flags2&128?r.int():void 0,backgroundEmojiId:flags2&64?r.long():void 0,}},
|
|
74
|
+
1326562017:function(r){return{_:'userProfilePhotoEmpty'}},
|
|
75
|
+
2194798342:function(r){var flags=r.uint();return{_:'userProfilePhoto',hasVideo:!!(flags&1),personal:!!(flags&4),photoId:r.long(),strippedThumb:flags&2?r.bytes():void 0,dcId:r.int(),}},
|
|
76
|
+
164646985:function(r){return{_:'userStatusEmpty'}},
|
|
77
|
+
3988339017:function(r){return{_:'userStatusOnline',expires:r.int(),}},
|
|
78
|
+
9203775:function(r){return{_:'userStatusOffline',wasOnline:r.int(),}},
|
|
79
|
+
3798942449:function(r){return{_:'userStatusRecently'}},
|
|
80
|
+
129960444:function(r){return{_:'userStatusLastWeek'}},
|
|
81
|
+
2011940674:function(r){return{_:'userStatusLastMonth'}},
|
|
82
|
+
693512293:function(r){return{_:'chatEmpty',id:r.int53(),}},
|
|
83
|
+
1103884886:function(r){var flags=r.uint();return{_:'chat',creator:!!(flags&1),left:!!(flags&4),deactivated:!!(flags&32),callActive:!!(flags&8388608),callNotEmpty:!!(flags&16777216),noforwards:!!(flags&33554432),id:r.int53(),title:r.string(),photo:r.object(),participantsCount:r.int(),date:r.int(),version:r.int(),migratedTo:flags&64?r.object():void 0,adminRights:flags&16384?r.object():void 0,defaultBannedRights:flags&262144?r.object():void 0,}},
|
|
84
|
+
1704108455:function(r){return{_:'chatForbidden',id:r.int53(),title:r.string(),}},
|
|
85
|
+
427944574:function(r){var flags=r.uint(),flags2=r.uint();return{_:'channel',creator:!!(flags&1),left:!!(flags&4),broadcast:!!(flags&32),verified:!!(flags&128),megagroup:!!(flags&256),restricted:!!(flags&512),signatures:!!(flags&2048),min:!!(flags&4096),scam:!!(flags&524288),hasLink:!!(flags&1048576),hasGeo:!!(flags&2097152),slowmodeEnabled:!!(flags&4194304),callActive:!!(flags&8388608),callNotEmpty:!!(flags&16777216),fake:!!(flags&33554432),gigagroup:!!(flags&67108864),noforwards:!!(flags&134217728),joinToSend:!!(flags&268435456),joinRequest:!!(flags&536870912),forum:!!(flags&1073741824),storiesHidden:!!(flags2&2),storiesHiddenMin:!!(flags2&4),storiesUnavailable:!!(flags2&8),id:r.int53(),accessHash:flags&8192?r.long():void 0,title:r.string(),username:flags&64?r.string():void 0,photo:r.object(),date:r.int(),restrictionReason:flags&512?r.vector(r.object):void 0,adminRights:flags&16384?r.object():void 0,bannedRights:flags&32768?r.object():void 0,defaultBannedRights:flags&262144?r.object():void 0,participantsCount:flags&131072?r.int():void 0,usernames:flags2&1?r.vector(r.object):void 0,storiesMaxId:flags2&16?r.int():void 0,color:flags2&64?r.int():void 0,backgroundEmojiId:flags2&32?r.long():void 0,}},
|
|
86
|
+
399807445:function(r){var flags=r.uint();return{_:'channelForbidden',broadcast:!!(flags&32),megagroup:!!(flags&256),id:r.int53(),accessHash:r.long(),title:r.string(),untilDate:flags&65536?r.int():void 0,}},
|
|
87
|
+
3386052920:function(r){var flags=r.uint();return{_:'chatFull',canSetUsername:!!(flags&128),hasScheduled:!!(flags&256),translationsDisabled:!!(flags&524288),id:r.int53(),about:r.string(),participants:r.object(),chatPhoto:flags&4?r.object():void 0,notifySettings:r.object(),exportedInvite:flags&8192?r.object():void 0,botInfo:flags&8?r.vector(r.object):void 0,pinnedMsgId:flags&64?r.int():void 0,folderId:flags&2048?r.int():void 0,call:flags&4096?r.object():void 0,ttlPeriod:flags&16384?r.int():void 0,groupcallDefaultJoinAs:flags&32768?r.object():void 0,themeEmoticon:flags&65536?r.string():void 0,requestsPending:flags&131072?r.int():void 0,recentRequesters:flags&131072?r.vector(r.long):void 0,availableReactions:flags&262144?r.object():void 0,}},
|
|
88
|
+
1915758525:function(r){var flags=r.uint(),flags2=r.uint();return{_:'channelFull',canViewParticipants:!!(flags&8),canSetUsername:!!(flags&64),canSetStickers:!!(flags&128),hiddenPrehistory:!!(flags&1024),canSetLocation:!!(flags&65536),hasScheduled:!!(flags&524288),canViewStats:!!(flags&1048576),blocked:!!(flags&4194304),canDeleteChannel:!!(flags2&1),antispam:!!(flags2&2),participantsHidden:!!(flags2&4),translationsDisabled:!!(flags2&8),storiesPinnedAvailable:!!(flags2&32),id:r.int53(),about:r.string(),participantsCount:flags&1?r.int():void 0,adminsCount:flags&2?r.int():void 0,kickedCount:flags&4?r.int():void 0,bannedCount:flags&4?r.int():void 0,onlineCount:flags&8192?r.int():void 0,readInboxMaxId:r.int(),readOutboxMaxId:r.int(),unreadCount:r.int(),chatPhoto:r.object(),notifySettings:r.object(),exportedInvite:flags&8388608?r.object():void 0,botInfo:r.vector(r.object),migratedFromChatId:flags&16?r.long():void 0,migratedFromMaxId:flags&16?r.int():void 0,pinnedMsgId:flags&32?r.int():void 0,stickerset:flags&256?r.object():void 0,availableMinId:flags&512?r.int():void 0,folderId:flags&2048?r.int():void 0,linkedChatId:flags&16384?r.int53():void 0,location:flags&32768?r.object():void 0,slowmodeSeconds:flags&131072?r.int():void 0,slowmodeNextSendDate:flags&262144?r.int():void 0,statsDc:flags&4096?r.int():void 0,pts:r.int(),call:flags&2097152?r.object():void 0,ttlPeriod:flags&16777216?r.int():void 0,pendingSuggestions:flags&33554432?r.vector(r.string):void 0,groupcallDefaultJoinAs:flags&67108864?r.object():void 0,themeEmoticon:flags&134217728?r.string():void 0,requestsPending:flags&268435456?r.int():void 0,recentRequesters:flags&268435456?r.vector(r.long):void 0,defaultSendAs:flags&536870912?r.object():void 0,availableReactions:flags&1073741824?r.object():void 0,stories:flags2&16?r.object():void 0,}},
|
|
89
|
+
3224190983:function(r){return{_:'chatParticipant',userId:r.int53(),inviterId:r.int53(),date:r.int(),}},
|
|
90
|
+
3832270564:function(r){return{_:'chatParticipantCreator',userId:r.int53(),}},
|
|
91
|
+
2694004571:function(r){return{_:'chatParticipantAdmin',userId:r.int53(),inviterId:r.int53(),date:r.int(),}},
|
|
92
|
+
2271466465:function(r){var flags=r.uint();return{_:'chatParticipantsForbidden',chatId:r.int53(),selfParticipant:flags&1?r.object():void 0,}},
|
|
93
|
+
1018991608:function(r){return{_:'chatParticipants',chatId:r.int53(),participants:r.vector(r.object),version:r.int(),}},
|
|
94
|
+
935395612:function(r){return{_:'chatPhotoEmpty'}},
|
|
95
|
+
476978193:function(r){var flags=r.uint();return{_:'chatPhoto',hasVideo:!!(flags&1),photoId:r.long(),strippedThumb:flags&2?r.bytes():void 0,dcId:r.int(),}},
|
|
96
|
+
2426849924:function(r){var flags=r.uint();return{_:'messageEmpty',id:r.int(),peerId:flags&1?r.object():void 0,}},
|
|
97
|
+
940666592:function(r){var flags=r.uint();return{_:'message',out:!!(flags&2),mentioned:!!(flags&16),mediaUnread:!!(flags&32),silent:!!(flags&8192),post:!!(flags&16384),fromScheduled:!!(flags&262144),legacy:!!(flags&524288),editHide:!!(flags&2097152),pinned:!!(flags&16777216),noforwards:!!(flags&67108864),id:r.int(),fromId:flags&256?r.object():void 0,peerId:r.object(),fwdFrom:flags&4?r.object():void 0,viaBotId:flags&2048?r.int53():void 0,replyTo:flags&8?r.object():void 0,date:r.int(),message:r.string(),media:flags&512?r.object():void 0,replyMarkup:flags&64?r.object():void 0,entities:flags&128?r.vector(r.object):void 0,views:flags&1024?r.int():void 0,forwards:flags&1024?r.int():void 0,replies:flags&8388608?r.object():void 0,editDate:flags&32768?r.int():void 0,postAuthor:flags&65536?r.string():void 0,groupedId:flags&131072?r.long():void 0,reactions:flags&1048576?r.object():void 0,restrictionReason:flags&4194304?r.vector(r.object):void 0,ttlPeriod:flags&33554432?r.int():void 0,invertMedia:!!(flags&134217728),}},
|
|
98
|
+
721967202:function(r){var flags=r.uint();return{_:'messageService',out:!!(flags&2),mentioned:!!(flags&16),mediaUnread:!!(flags&32),silent:!!(flags&8192),post:!!(flags&16384),legacy:!!(flags&524288),id:r.int(),fromId:flags&256?r.object():void 0,peerId:r.object(),replyTo:flags&8?r.object():void 0,date:r.int(),action:r.object(),ttlPeriod:flags&33554432?r.int():void 0,}},
|
|
99
|
+
1038967584:function(r){return{_:'messageMediaEmpty'}},
|
|
100
|
+
1766936791:function(r){var flags=r.uint();return{_:'messageMediaPhoto',spoiler:!!(flags&8),photo:flags&1?r.object():void 0,ttlSeconds:flags&4?r.int():void 0,}},
|
|
101
|
+
1457575028:function(r){return{_:'messageMediaGeo',geo:r.object(),}},
|
|
102
|
+
1882335561:function(r){return{_:'messageMediaContact',phoneNumber:r.string(),firstName:r.string(),lastName:r.string(),vcard:r.string(),userId:r.int53(),}},
|
|
103
|
+
2676290718:function(r){return{_:'messageMediaUnsupported'}},
|
|
104
|
+
1291114285:function(r){var flags=r.uint();return{_:'messageMediaDocument',nopremium:!!(flags&8),spoiler:!!(flags&16),document:flags&1?r.object():void 0,altDocument:flags&32?r.object():void 0,ttlSeconds:flags&4?r.int():void 0,}},
|
|
105
|
+
3723562043:function(r){var flags=r.uint();return{_:'messageMediaWebPage',forceLargeMedia:!!(flags&1),forceSmallMedia:!!(flags&2),manual:!!(flags&8),safe:!!(flags&16),webpage:r.object(),}},
|
|
106
|
+
784356159:function(r){return{_:'messageMediaVenue',geo:r.object(),title:r.string(),address:r.string(),provider:r.string(),venueId:r.string(),venueType:r.string(),}},
|
|
107
|
+
4256272392:function(r){return{_:'messageMediaGame',game:r.object(),}},
|
|
108
|
+
4138027219:function(r){var flags=r.uint();return{_:'messageMediaInvoice',shippingAddressRequested:!!(flags&2),test:!!(flags&8),title:r.string(),description:r.string(),photo:flags&1?r.object():void 0,receiptMsgId:flags&4?r.int():void 0,currency:r.string(),totalAmount:r.long(),startParam:r.string(),extendedMedia:flags&16?r.object():void 0,}},
|
|
109
|
+
3108030054:function(r){var flags=r.uint();return{_:'messageMediaGeoLive',geo:r.object(),heading:flags&1?r.int():void 0,period:r.int(),proximityNotificationRadius:flags&2?r.int():void 0,}},
|
|
110
|
+
1272375192:function(r){return{_:'messageMediaPoll',poll:r.object(),results:r.object(),}},
|
|
111
|
+
1065280907:function(r){return{_:'messageMediaDice',value:r.int(),emoticon:r.string(),}},
|
|
112
|
+
1758159491:function(r){var flags=r.uint();return{_:'messageMediaStory',viaMention:!!(flags&2),peer:r.object(),id:r.int(),story:flags&1?r.object():void 0,}},
|
|
113
|
+
3064919984:function(r){return{_:'messageActionEmpty'}},
|
|
114
|
+
3175599021:function(r){return{_:'messageActionChatCreate',title:r.string(),users:r.vector(r.int53),}},
|
|
115
|
+
3047280218:function(r){return{_:'messageActionChatEditTitle',title:r.string(),}},
|
|
116
|
+
2144015272:function(r){return{_:'messageActionChatEditPhoto',photo:r.object(),}},
|
|
117
|
+
2514746351:function(r){return{_:'messageActionChatDeletePhoto'}},
|
|
118
|
+
365886720:function(r){return{_:'messageActionChatAddUser',users:r.vector(r.int53),}},
|
|
119
|
+
2755604684:function(r){return{_:'messageActionChatDeleteUser',userId:r.int53(),}},
|
|
120
|
+
51520707:function(r){return{_:'messageActionChatJoinedByLink',inviterId:r.int53(),}},
|
|
121
|
+
2513611922:function(r){return{_:'messageActionChannelCreate',title:r.string(),}},
|
|
122
|
+
3775102866:function(r){return{_:'messageActionChatMigrateTo',channelId:r.int53(),}},
|
|
123
|
+
3929622761:function(r){return{_:'messageActionChannelMigrateFrom',title:r.string(),chatId:r.int53(),}},
|
|
124
|
+
2495428845:function(r){return{_:'messageActionPinMessage'}},
|
|
125
|
+
2679813636:function(r){return{_:'messageActionHistoryClear'}},
|
|
126
|
+
2460428406:function(r){return{_:'messageActionGameScore',gameId:r.long(),score:r.int(),}},
|
|
127
|
+
2402399015:function(r){var flags=r.uint();return{_:'messageActionPaymentSentMe',recurringInit:!!(flags&4),recurringUsed:!!(flags&8),currency:r.string(),totalAmount:r.long(),payload:r.bytes(),info:flags&1?r.object():void 0,shippingOptionId:flags&2?r.string():void 0,charge:r.object(),}},
|
|
128
|
+
2518040406:function(r){var flags=r.uint();return{_:'messageActionPaymentSent',recurringInit:!!(flags&4),recurringUsed:!!(flags&8),currency:r.string(),totalAmount:r.long(),invoiceSlug:flags&1?r.string():void 0,}},
|
|
129
|
+
2162236031:function(r){var flags=r.uint();return{_:'messageActionPhoneCall',video:!!(flags&4),callId:r.long(),reason:flags&1?r.object():void 0,duration:flags&2?r.int():void 0,}},
|
|
130
|
+
1200788123:function(r){return{_:'messageActionScreenshotTaken'}},
|
|
131
|
+
4209418070:function(r){return{_:'messageActionCustomAction',message:r.string(),}},
|
|
132
|
+
3306608249:function(r){var flags=r.uint();return{_:'messageActionBotAllowed',attachMenu:!!(flags&2),fromRequest:!!(flags&8),domain:flags&1?r.string():void 0,app:flags&4?r.object():void 0,}},
|
|
133
|
+
455635795:function(r){return{_:'messageActionSecureValuesSentMe',values:r.vector(r.object),credentials:r.object(),}},
|
|
134
|
+
3646710100:function(r){return{_:'messageActionSecureValuesSent',types:r.vector(r.object),}},
|
|
135
|
+
4092747638:function(r){return{_:'messageActionContactSignUp'}},
|
|
136
|
+
2564871831:function(r){return{_:'messageActionGeoProximityReached',fromId:r.object(),toId:r.object(),distance:r.int(),}},
|
|
137
|
+
2047704898:function(r){var flags=r.uint();return{_:'messageActionGroupCall',call:r.object(),duration:flags&1?r.int():void 0,}},
|
|
138
|
+
1345295095:function(r){return{_:'messageActionInviteToGroupCall',call:r.object(),users:r.vector(r.int53),}},
|
|
139
|
+
1007897979:function(r){var flags=r.uint();return{_:'messageActionSetMessagesTTL',period:r.int(),autoSettingFrom:flags&1?r.long():void 0,}},
|
|
140
|
+
3013637729:function(r){return{_:'messageActionGroupCallScheduled',call:r.object(),scheduleDate:r.int(),}},
|
|
141
|
+
2860016453:function(r){return{_:'messageActionSetChatTheme',emoticon:r.string(),}},
|
|
142
|
+
3955008459:function(r){return{_:'messageActionChatJoinedByRequest'}},
|
|
143
|
+
1205698681:function(r){return{_:'messageActionWebViewDataSentMe',text:r.string(),data:r.string(),}},
|
|
144
|
+
3032714421:function(r){return{_:'messageActionWebViewDataSent',text:r.string(),}},
|
|
145
|
+
3359468268:function(r){var flags=r.uint();return{_:'messageActionGiftPremium',currency:r.string(),amount:r.long(),months:r.int(),cryptoCurrency:flags&1?r.string():void 0,cryptoAmount:flags&1?r.long():void 0,}},
|
|
146
|
+
228168278:function(r){var flags=r.uint();return{_:'messageActionTopicCreate',title:r.string(),iconColor:r.int(),iconEmojiId:flags&1?r.long():void 0,}},
|
|
147
|
+
3230943264:function(r){var flags=r.uint();return{_:'messageActionTopicEdit',title:flags&1?r.string():void 0,iconEmojiId:flags&2?r.long():void 0,closed:flags&4?r.boolean():void 0,hidden:flags&8?r.boolean():void 0,}},
|
|
148
|
+
1474192222:function(r){return{_:'messageActionSuggestProfilePhoto',photo:r.object(),}},
|
|
149
|
+
4269225053:function(r){return{_:'messageActionRequestedPeer',buttonId:r.int(),peer:r.object(),}},
|
|
150
|
+
3158616359:function(r){return{_:'messageActionSetChatWallPaper',wallpaper:r.object(),}},
|
|
151
|
+
3229121901:function(r){return{_:'messageActionSetSameChatWallPaper',wallpaper:r.object(),}},
|
|
152
|
+
3582593222:function(r){var flags=r.uint();return{_:'dialog',pinned:!!(flags&4),unreadMark:!!(flags&8),peer:r.object(),topMessage:r.int(),readInboxMaxId:r.int(),readOutboxMaxId:r.int(),unreadCount:r.int(),unreadMentionsCount:r.int(),unreadReactionsCount:r.int(),notifySettings:r.object(),pts:flags&1?r.int():void 0,draft:flags&2?r.object():void 0,folderId:flags&16?r.int():void 0,ttlPeriod:flags&32?r.int():void 0,}},
|
|
153
|
+
1908216652:function(r){var flags=r.uint();return{_:'dialogFolder',pinned:!!(flags&4),folder:r.object(),peer:r.object(),topMessage:r.int(),unreadMutedPeersCount:r.int(),unreadUnmutedPeersCount:r.int(),unreadMutedMessagesCount:r.int(),unreadUnmutedMessagesCount:r.int(),}},
|
|
154
|
+
590459437:function(r){return{_:'photoEmpty',id:r.long(),}},
|
|
155
|
+
4212750949:function(r){var flags=r.uint();return{_:'photo',hasStickers:!!(flags&1),id:r.long(),accessHash:r.long(),fileReference:r.bytes(),date:r.int(),sizes:r.vector(r.object),videoSizes:flags&2?r.vector(r.object):void 0,dcId:r.int(),}},
|
|
156
|
+
236446268:function(r){return{_:'photoSizeEmpty',type:r.string(),}},
|
|
157
|
+
1976012384:function(r){return{_:'photoSize',type:r.string(),w:r.int(),h:r.int(),size:r.int(),}},
|
|
158
|
+
35527382:function(r){return{_:'photoCachedSize',type:r.string(),w:r.int(),h:r.int(),bytes:r.bytes(),}},
|
|
159
|
+
3769678894:function(r){return{_:'photoStrippedSize',type:r.string(),bytes:r.bytes(),}},
|
|
160
|
+
4198431637:function(r){return{_:'photoSizeProgressive',type:r.string(),w:r.int(),h:r.int(),sizes:r.vector(r.int),}},
|
|
161
|
+
3626061121:function(r){return{_:'photoPathSize',type:r.string(),bytes:r.bytes(),}},
|
|
162
|
+
286776671:function(r){return{_:'geoPointEmpty'}},
|
|
163
|
+
2997024355:function(r){var flags=r.uint();return{_:'geoPoint',long:r.double(),lat:r.double(),accessHash:r.long(),accuracyRadius:flags&1?r.int():void 0,}},
|
|
164
|
+
1577067778:function(r){var flags=r.uint();return{_:'auth.sentCode',type:r.object(),phoneCodeHash:r.string(),nextType:flags&2?r.object():void 0,timeout:flags&4?r.int():void 0,}},
|
|
165
|
+
596704836:function(r){return{_:'auth.sentCodeSuccess',authorization:r.object(),}},
|
|
166
|
+
782418132:function(r){var flags=r.uint();return{_:'auth.authorization',setupPasswordRequired:!!(flags&2),otherwiseReloginDays:flags&2?r.int():void 0,tmpSessions:flags&1?r.int():void 0,futureAuthToken:flags&4?r.bytes():void 0,user:r.object(),}},
|
|
167
|
+
1148485274:function(r){var flags=r.uint();return{_:'auth.authorizationSignUpRequired',termsOfService:flags&1?r.object():void 0,}},
|
|
168
|
+
3023364792:function(r){return{_:'auth.exportedAuthorization',id:r.long(),bytes:r.bytes(),}},
|
|
169
|
+
3099351820:function(r){return{_:'inputNotifyPeer',peer:r.object(),}},
|
|
170
|
+
423314455:function(r){return{_:'inputNotifyUsers'}},
|
|
171
|
+
1251338318:function(r){return{_:'inputNotifyChats'}},
|
|
172
|
+
2983951486:function(r){return{_:'inputNotifyBroadcasts'}},
|
|
173
|
+
1548122514:function(r){return{_:'inputNotifyForumTopic',peer:r.object(),topMsgId:r.int(),}},
|
|
174
|
+
3402328802:function(r){var flags=r.uint();return{_:'inputPeerNotifySettings',showPreviews:flags&1?r.boolean():void 0,silent:flags&2?r.boolean():void 0,muteUntil:flags&4?r.int():void 0,sound:flags&8?r.object():void 0,storiesMuted:flags&64?r.boolean():void 0,storiesHideSender:flags&128?r.boolean():void 0,storiesSound:flags&256?r.object():void 0,}},
|
|
175
|
+
2573347852:function(r){var flags=r.uint();return{_:'peerNotifySettings',showPreviews:flags&1?r.boolean():void 0,silent:flags&2?r.boolean():void 0,muteUntil:flags&4?r.int():void 0,iosSound:flags&8?r.object():void 0,androidSound:flags&16?r.object():void 0,otherSound:flags&32?r.object():void 0,storiesMuted:flags&64?r.boolean():void 0,storiesHideSender:flags&128?r.boolean():void 0,storiesIosSound:flags&256?r.object():void 0,storiesAndroidSound:flags&512?r.object():void 0,storiesOtherSound:flags&1024?r.object():void 0,}},
|
|
176
|
+
2769817869:function(r){var flags=r.uint();return{_:'peerSettings',reportSpam:!!(flags&1),addContact:!!(flags&2),blockContact:!!(flags&4),shareContact:!!(flags&8),needContactsException:!!(flags&16),reportGeo:!!(flags&32),autoarchived:!!(flags&128),inviteMembers:!!(flags&256),requestChatBroadcast:!!(flags&1024),geoDistance:flags&64?r.int():void 0,requestChatTitle:flags&512?r.string():void 0,requestChatDate:flags&512?r.int():void 0,}},
|
|
177
|
+
2755118061:function(r){var id=r.long(),flags=r.uint();return{_:'wallPaper',id:id,creator:!!(flags&1),default:!!(flags&2),pattern:!!(flags&8),dark:!!(flags&16),accessHash:r.long(),slug:r.string(),document:r.object(),settings:flags&4?r.object():void 0,}},
|
|
178
|
+
3766501654:function(r){var id=r.long(),flags=r.uint();return{_:'wallPaperNoFile',id:id,default:!!(flags&2),dark:!!(flags&16),settings:flags&4?r.object():void 0,}},
|
|
179
|
+
1490799288:function(r){return{_:'inputReportReasonSpam'}},
|
|
180
|
+
505595789:function(r){return{_:'inputReportReasonViolence'}},
|
|
181
|
+
777640226:function(r){return{_:'inputReportReasonPornography'}},
|
|
182
|
+
2918469347:function(r){return{_:'inputReportReasonChildAbuse'}},
|
|
183
|
+
3252986545:function(r){return{_:'inputReportReasonOther'}},
|
|
184
|
+
2609510714:function(r){return{_:'inputReportReasonCopyright'}},
|
|
185
|
+
3688169197:function(r){return{_:'inputReportReasonGeoIrrelevant'}},
|
|
186
|
+
4124956391:function(r){return{_:'inputReportReasonFake'}},
|
|
187
|
+
177124030:function(r){return{_:'inputReportReasonIllegalDrugs'}},
|
|
188
|
+
2663876157:function(r){return{_:'inputReportReasonPersonalDetails'}},
|
|
189
|
+
3115396204:function(r){var flags=r.uint();return{_:'userFull',blocked:!!(flags&1),phoneCallsAvailable:!!(flags&16),phoneCallsPrivate:!!(flags&32),canPinMessage:!!(flags&128),hasScheduled:!!(flags&4096),videoCallsAvailable:!!(flags&8192),voiceMessagesForbidden:!!(flags&1048576),translationsDisabled:!!(flags&8388608),storiesPinnedAvailable:!!(flags&67108864),blockedMyStoriesFrom:!!(flags&134217728),id:r.int53(),about:flags&2?r.string():void 0,settings:r.object(),personalPhoto:flags&2097152?r.object():void 0,profilePhoto:flags&4?r.object():void 0,fallbackPhoto:flags&4194304?r.object():void 0,notifySettings:r.object(),botInfo:flags&8?r.object():void 0,pinnedMsgId:flags&64?r.int():void 0,commonChatsCount:r.int(),folderId:flags&2048?r.int():void 0,ttlPeriod:flags&16384?r.int():void 0,themeEmoticon:flags&32768?r.string():void 0,privateForwardName:flags&65536?r.string():void 0,botGroupAdminRights:flags&131072?r.object():void 0,botBroadcastAdminRights:flags&262144?r.object():void 0,premiumGifts:flags&524288?r.vector(r.object):void 0,wallpaper:flags&16777216?r.object():void 0,stories:flags&33554432?r.object():void 0,}},
|
|
190
|
+
341499403:function(r){return{_:'contact',userId:r.int53(),mutual:r.boolean(),}},
|
|
191
|
+
3242081360:function(r){return{_:'importedContact',userId:r.int53(),clientId:r.long(),}},
|
|
192
|
+
383348795:function(r){return{_:'contactStatus',userId:r.int53(),status:r.object(),}},
|
|
193
|
+
3075189202:function(r){return{_:'contacts.contactsNotModified'}},
|
|
194
|
+
3941105218:function(r){return{_:'contacts.contacts',contacts:r.vector(r.object),savedCount:r.int(),users:r.vector(r.object),}},
|
|
195
|
+
2010127419:function(r){return{_:'contacts.importedContacts',imported:r.vector(r.object),popularInvites:r.vector(r.object),retryContacts:r.vector(r.long),users:r.vector(r.object),}},
|
|
196
|
+
182326673:function(r){return{_:'contacts.blocked',blocked:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
197
|
+
3781575060:function(r){return{_:'contacts.blockedSlice',count:r.int(),blocked:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
198
|
+
364538944:function(r){return{_:'messages.dialogs',dialogs:r.vector(r.object),messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
199
|
+
1910543603:function(r){return{_:'messages.dialogsSlice',count:r.int(),dialogs:r.vector(r.object),messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
200
|
+
4041467286:function(r){return{_:'messages.dialogsNotModified',count:r.int(),}},
|
|
201
|
+
2356252295:function(r){return{_:'messages.messages',messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
202
|
+
978610270:function(r){var flags=r.uint();return{_:'messages.messagesSlice',inexact:!!(flags&2),count:r.int(),nextRate:flags&1?r.int():void 0,offsetIdOffset:flags&4?r.int():void 0,messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
203
|
+
3346446926:function(r){var flags=r.uint();return{_:'messages.channelMessages',inexact:!!(flags&2),pts:r.int(),count:r.int(),offsetIdOffset:flags&4?r.int():void 0,messages:r.vector(r.object),topics:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
204
|
+
1951620897:function(r){return{_:'messages.messagesNotModified',count:r.int(),}},
|
|
205
|
+
1694474197:function(r){return{_:'messages.chats',chats:r.vector(r.object),}},
|
|
206
|
+
2631405892:function(r){return{_:'messages.chatsSlice',count:r.int(),chats:r.vector(r.object),}},
|
|
207
|
+
3856126364:function(r){return{_:'messages.chatFull',fullChat:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
208
|
+
3025955281:function(r){return{_:'messages.affectedHistory',pts:r.int(),ptsCount:r.int(),offset:r.int(),}},
|
|
209
|
+
1474492012:function(r){return{_:'inputMessagesFilterEmpty'}},
|
|
210
|
+
2517214492:function(r){return{_:'inputMessagesFilterPhotos'}},
|
|
211
|
+
2680163941:function(r){return{_:'inputMessagesFilterVideo'}},
|
|
212
|
+
1458172132:function(r){return{_:'inputMessagesFilterPhotoVideo'}},
|
|
213
|
+
2665345416:function(r){return{_:'inputMessagesFilterDocument'}},
|
|
214
|
+
2129714567:function(r){return{_:'inputMessagesFilterUrl'}},
|
|
215
|
+
4291323271:function(r){return{_:'inputMessagesFilterGif'}},
|
|
216
|
+
1358283666:function(r){return{_:'inputMessagesFilterVoice'}},
|
|
217
|
+
928101534:function(r){return{_:'inputMessagesFilterMusic'}},
|
|
218
|
+
975236280:function(r){return{_:'inputMessagesFilterChatPhotos'}},
|
|
219
|
+
2160695144:function(r){var flags=r.uint();return{_:'inputMessagesFilterPhoneCalls',missed:!!(flags&1),}},
|
|
220
|
+
2054952868:function(r){return{_:'inputMessagesFilterRoundVoice'}},
|
|
221
|
+
3041516115:function(r){return{_:'inputMessagesFilterRoundVideo'}},
|
|
222
|
+
3254314650:function(r){return{_:'inputMessagesFilterMyMentions'}},
|
|
223
|
+
3875695885:function(r){return{_:'inputMessagesFilterGeo'}},
|
|
224
|
+
3764575107:function(r){return{_:'inputMessagesFilterContacts'}},
|
|
225
|
+
464520273:function(r){return{_:'inputMessagesFilterPinned'}},
|
|
226
|
+
522914557:function(r){return{_:'updateNewMessage',message:r.object(),pts:r.int(),ptsCount:r.int(),}},
|
|
227
|
+
1318109142:function(r){return{_:'updateMessageID',id:r.int(),randomId:r.long(),}},
|
|
228
|
+
2718806245:function(r){return{_:'updateDeleteMessages',messages:r.vector(r.int),pts:r.int(),ptsCount:r.int(),}},
|
|
229
|
+
3223225727:function(r){return{_:'updateUserTyping',userId:r.int53(),action:r.object(),}},
|
|
230
|
+
2202565360:function(r){return{_:'updateChatUserTyping',chatId:r.int53(),fromId:r.object(),action:r.object(),}},
|
|
231
|
+
125178264:function(r){return{_:'updateChatParticipants',participants:r.object(),}},
|
|
232
|
+
3854432478:function(r){return{_:'updateUserStatus',userId:r.int53(),status:r.object(),}},
|
|
233
|
+
2810480932:function(r){return{_:'updateUserName',userId:r.int53(),firstName:r.string(),lastName:r.string(),usernames:r.vector(r.object),}},
|
|
234
|
+
2303831023:function(r){var flags=r.uint();return{_:'updateNewAuthorization',unconfirmed:!!(flags&1),hash:r.long(),date:flags&1?r.int():void 0,device:flags&1?r.string():void 0,location:flags&1?r.string():void 0,}},
|
|
235
|
+
314359194:function(r){return{_:'updateNewEncryptedMessage',message:r.object(),qts:r.int(),}},
|
|
236
|
+
386986326:function(r){return{_:'updateEncryptedChatTyping',chatId:r.int(),}},
|
|
237
|
+
3030575245:function(r){return{_:'updateEncryption',chat:r.object(),date:r.int(),}},
|
|
238
|
+
956179895:function(r){return{_:'updateEncryptedMessagesRead',chatId:r.int(),maxDate:r.int(),date:r.int(),}},
|
|
239
|
+
1037718609:function(r){return{_:'updateChatParticipantAdd',chatId:r.int53(),userId:r.int53(),inviterId:r.int53(),date:r.int(),version:r.int(),}},
|
|
240
|
+
3811523959:function(r){return{_:'updateChatParticipantDelete',chatId:r.int53(),userId:r.int53(),version:r.int(),}},
|
|
241
|
+
2388564083:function(r){return{_:'updateDcOptions',dcOptions:r.vector(r.object),}},
|
|
242
|
+
3200411887:function(r){return{_:'updateNotifySettings',peer:r.object(),notifySettings:r.object(),}},
|
|
243
|
+
3957614617:function(r){var flags=r.uint();return{_:'updateServiceNotification',popup:!!(flags&1),inboxDate:flags&2?r.int():void 0,invertMedia:!!(flags&4),type:r.string(),message:r.string(),media:r.object(),entities:r.vector(r.object),}},
|
|
244
|
+
3996854058:function(r){return{_:'updatePrivacy',key:r.object(),rules:r.vector(r.object),}},
|
|
245
|
+
88680979:function(r){return{_:'updateUserPhone',userId:r.int53(),phone:r.string(),}},
|
|
246
|
+
2627162079:function(r){var flags=r.uint();return{_:'updateReadHistoryInbox',folderId:flags&1?r.int():void 0,peer:r.object(),maxId:r.int(),stillUnreadCount:r.int(),pts:r.int(),ptsCount:r.int(),}},
|
|
247
|
+
791617983:function(r){return{_:'updateReadHistoryOutbox',peer:r.object(),maxId:r.int(),pts:r.int(),ptsCount:r.int(),}},
|
|
248
|
+
2139689491:function(r){return{_:'updateWebPage',webpage:r.object(),pts:r.int(),ptsCount:r.int(),}},
|
|
249
|
+
4163006849:function(r){var flags=r.uint();return{_:'updateReadMessagesContents',messages:r.vector(r.int),pts:r.int(),ptsCount:r.int(),date:flags&1?r.int():void 0,}},
|
|
250
|
+
277713951:function(r){var flags=r.uint();return{_:'updateChannelTooLong',channelId:r.int53(),pts:flags&1?r.int():void 0,}},
|
|
251
|
+
1666927625:function(r){return{_:'updateChannel',channelId:r.int53(),}},
|
|
252
|
+
1656358105:function(r){return{_:'updateNewChannelMessage',message:r.object(),pts:r.int(),ptsCount:r.int(),}},
|
|
253
|
+
2452516368:function(r){var flags=r.uint();return{_:'updateReadChannelInbox',folderId:flags&1?r.int():void 0,channelId:r.int53(),maxId:r.int(),stillUnreadCount:r.int(),pts:r.int(),}},
|
|
254
|
+
3274529554:function(r){return{_:'updateDeleteChannelMessages',channelId:r.int53(),messages:r.vector(r.int),pts:r.int(),ptsCount:r.int(),}},
|
|
255
|
+
4062620680:function(r){return{_:'updateChannelMessageViews',channelId:r.int53(),id:r.int(),views:r.int(),}},
|
|
256
|
+
3620364706:function(r){return{_:'updateChatParticipantAdmin',chatId:r.int53(),userId:r.int53(),isAdmin:r.boolean(),version:r.int(),}},
|
|
257
|
+
1753886890:function(r){return{_:'updateNewStickerSet',stickerset:r.object(),}},
|
|
258
|
+
196268545:function(r){var flags=r.uint();return{_:'updateStickerSetsOrder',masks:!!(flags&1),emojis:!!(flags&2),order:r.vector(r.long),}},
|
|
259
|
+
834816008:function(r){var flags=r.uint();return{_:'updateStickerSets',masks:!!(flags&1),emojis:!!(flags&2),}},
|
|
260
|
+
2473931806:function(r){return{_:'updateSavedGifs'}},
|
|
261
|
+
1232025500:function(r){var flags=r.uint();return{_:'updateBotInlineQuery',queryId:r.long(),userId:r.int53(),query:r.string(),geo:flags&1?r.object():void 0,peerType:flags&2?r.object():void 0,offset:r.string(),}},
|
|
262
|
+
317794823:function(r){var flags=r.uint();return{_:'updateBotInlineSend',userId:r.int53(),query:r.string(),geo:flags&1?r.object():void 0,id:r.string(),msgId:flags&2?r.object():void 0,}},
|
|
263
|
+
457133559:function(r){return{_:'updateEditChannelMessage',message:r.object(),pts:r.int(),ptsCount:r.int(),}},
|
|
264
|
+
3117401229:function(r){var flags=r.uint();return{_:'updateBotCallbackQuery',queryId:r.long(),userId:r.int53(),peer:r.object(),msgId:r.int(),chatInstance:r.long(),data:flags&1?r.bytes():void 0,gameShortName:flags&2?r.string():void 0,}},
|
|
265
|
+
3825430691:function(r){return{_:'updateEditMessage',message:r.object(),pts:r.int(),ptsCount:r.int(),}},
|
|
266
|
+
1763610706:function(r){var flags=r.uint();return{_:'updateInlineBotCallbackQuery',queryId:r.long(),userId:r.int53(),msgId:r.object(),chatInstance:r.long(),data:flags&1?r.bytes():void 0,gameShortName:flags&2?r.string():void 0,}},
|
|
267
|
+
3076495785:function(r){return{_:'updateReadChannelOutbox',channelId:r.int53(),maxId:r.int(),}},
|
|
268
|
+
457829485:function(r){var flags=r.uint();return{_:'updateDraftMessage',peer:r.object(),topMsgId:flags&1?r.int():void 0,draft:r.object(),}},
|
|
269
|
+
1461528386:function(r){return{_:'updateReadFeaturedStickers'}},
|
|
270
|
+
2588027936:function(r){return{_:'updateRecentStickers'}},
|
|
271
|
+
2720652550:function(r){return{_:'updateConfig'}},
|
|
272
|
+
861169551:function(r){return{_:'updatePtsChanged'}},
|
|
273
|
+
791390623:function(r){return{_:'updateChannelWebPage',channelId:r.int53(),webpage:r.object(),pts:r.int(),ptsCount:r.int(),}},
|
|
274
|
+
1852826908:function(r){var flags=r.uint();return{_:'updateDialogPinned',pinned:!!(flags&1),folderId:flags&2?r.int():void 0,peer:r.object(),}},
|
|
275
|
+
4195302562:function(r){var flags=r.uint();return{_:'updatePinnedDialogs',folderId:flags&2?r.int():void 0,order:flags&1?r.vector(r.object):void 0,}},
|
|
276
|
+
2199371971:function(r){return{_:'updateBotWebhookJSON',data:r.object(),}},
|
|
277
|
+
2610053286:function(r){return{_:'updateBotWebhookJSONQuery',queryId:r.long(),data:r.object(),timeout:r.int(),}},
|
|
278
|
+
3048144253:function(r){return{_:'updateBotShippingQuery',queryId:r.long(),userId:r.int53(),payload:r.bytes(),shippingAddress:r.object(),}},
|
|
279
|
+
2359990934:function(r){var flags=r.uint();return{_:'updateBotPrecheckoutQuery',queryId:r.long(),userId:r.int53(),payload:r.bytes(),info:flags&1?r.object():void 0,shippingOptionId:flags&2?r.string():void 0,currency:r.string(),totalAmount:r.long(),}},
|
|
280
|
+
2869914398:function(r){return{_:'updatePhoneCall',phoneCall:r.object(),}},
|
|
281
|
+
1180041828:function(r){return{_:'updateLangPackTooLong',langCode:r.string(),}},
|
|
282
|
+
1442983757:function(r){return{_:'updateLangPack',difference:r.object(),}},
|
|
283
|
+
3843135853:function(r){return{_:'updateFavedStickers'}},
|
|
284
|
+
3928556893:function(r){var flags=r.uint();return{_:'updateChannelReadMessagesContents',channelId:r.int53(),topMsgId:flags&1?r.int():void 0,messages:r.vector(r.int),}},
|
|
285
|
+
1887741886:function(r){return{_:'updateContactsReset'}},
|
|
286
|
+
2990524056:function(r){return{_:'updateChannelAvailableMessages',channelId:r.int53(),availableMinId:r.int(),}},
|
|
287
|
+
3781450179:function(r){var flags=r.uint();return{_:'updateDialogUnreadMark',unread:!!(flags&1),peer:r.object(),}},
|
|
288
|
+
2896258427:function(r){var flags=r.uint();return{_:'updateMessagePoll',pollId:r.long(),poll:flags&1?r.object():void 0,results:r.object(),}},
|
|
289
|
+
1421875280:function(r){return{_:'updateChatDefaultBannedRights',peer:r.object(),defaultBannedRights:r.object(),version:r.int(),}},
|
|
290
|
+
422972864:function(r){return{_:'updateFolderPeers',folderPeers:r.vector(r.object),pts:r.int(),ptsCount:r.int(),}},
|
|
291
|
+
1786671974:function(r){return{_:'updatePeerSettings',peer:r.object(),settings:r.object(),}},
|
|
292
|
+
3031420848:function(r){return{_:'updatePeerLocated',peers:r.vector(r.object),}},
|
|
293
|
+
967122427:function(r){return{_:'updateNewScheduledMessage',message:r.object(),}},
|
|
294
|
+
2424728814:function(r){return{_:'updateDeleteScheduledMessages',peer:r.object(),messages:r.vector(r.int),}},
|
|
295
|
+
2182544291:function(r){return{_:'updateTheme',theme:r.object(),}},
|
|
296
|
+
2267003193:function(r){return{_:'updateGeoLiveViewed',peer:r.object(),msgId:r.int(),}},
|
|
297
|
+
1448076945:function(r){return{_:'updateLoginToken'}},
|
|
298
|
+
619974263:function(r){return{_:'updateMessagePollVote',pollId:r.long(),peer:r.object(),options:r.vector(r.bytes),qts:r.int(),}},
|
|
299
|
+
654302845:function(r){var flags=r.uint();return{_:'updateDialogFilter',id:r.int(),filter:flags&1?r.object():void 0,}},
|
|
300
|
+
2782339333:function(r){return{_:'updateDialogFilterOrder',order:r.vector(r.int),}},
|
|
301
|
+
889491791:function(r){return{_:'updateDialogFilters'}},
|
|
302
|
+
643940105:function(r){return{_:'updatePhoneCallSignalingData',phoneCallId:r.long(),data:r.bytes(),}},
|
|
303
|
+
3533318132:function(r){return{_:'updateChannelMessageForwards',channelId:r.int53(),id:r.int(),forwards:r.int(),}},
|
|
304
|
+
3601962310:function(r){var flags=r.uint();return{_:'updateReadChannelDiscussionInbox',channelId:r.int53(),topMsgId:r.int(),readMaxId:r.int(),broadcastId:flags&1?r.int53():void 0,broadcastPost:flags&1?r.int():void 0,}},
|
|
305
|
+
1767677564:function(r){return{_:'updateReadChannelDiscussionOutbox',channelId:r.int53(),topMsgId:r.int(),readMaxId:r.int(),}},
|
|
306
|
+
3957356370:function(r){var flags=r.uint();return{_:'updatePeerBlocked',blocked:!!(flags&1),blockedMyStoriesFrom:!!(flags&2),peerId:r.object(),}},
|
|
307
|
+
2357774627:function(r){var flags=r.uint();return{_:'updateChannelUserTyping',channelId:r.int53(),topMsgId:flags&1?r.int():void 0,fromId:r.object(),action:r.object(),}},
|
|
308
|
+
3984976565:function(r){var flags=r.uint();return{_:'updatePinnedMessages',pinned:!!(flags&1),peer:r.object(),messages:r.vector(r.int),pts:r.int(),ptsCount:r.int(),}},
|
|
309
|
+
1538885128:function(r){var flags=r.uint();return{_:'updatePinnedChannelMessages',pinned:!!(flags&1),channelId:r.int53(),messages:r.vector(r.int),pts:r.int(),ptsCount:r.int(),}},
|
|
310
|
+
4170869326:function(r){return{_:'updateChat',chatId:r.int53(),}},
|
|
311
|
+
4075543374:function(r){return{_:'updateGroupCallParticipants',call:r.object(),participants:r.vector(r.object),version:r.int(),}},
|
|
312
|
+
347227392:function(r){return{_:'updateGroupCall',chatId:r.int53(),call:r.object(),}},
|
|
313
|
+
3147544997:function(r){var flags=r.uint();return{_:'updatePeerHistoryTTL',peer:r.object(),ttlPeriod:flags&1?r.int():void 0,}},
|
|
314
|
+
3498534458:function(r){var flags=r.uint();return{_:'updateChatParticipant',chatId:r.int53(),date:r.int(),actorId:r.int53(),userId:r.int53(),prevParticipant:flags&1?r.object():void 0,newParticipant:flags&2?r.object():void 0,invite:flags&4?r.object():void 0,qts:r.int(),}},
|
|
315
|
+
2556246715:function(r){var flags=r.uint();return{_:'updateChannelParticipant',viaChatlist:!!(flags&8),channelId:r.int53(),date:r.int(),actorId:r.int53(),userId:r.int53(),prevParticipant:flags&1?r.object():void 0,newParticipant:flags&2?r.object():void 0,invite:flags&4?r.object():void 0,qts:r.int(),}},
|
|
316
|
+
3297184329:function(r){return{_:'updateBotStopped',userId:r.int53(),date:r.int(),stopped:r.boolean(),qts:r.int(),}},
|
|
317
|
+
192428418:function(r){var flags=r.uint();return{_:'updateGroupCallConnection',presentation:!!(flags&1),params:r.object(),}},
|
|
318
|
+
1299263278:function(r){return{_:'updateBotCommands',peer:r.object(),botId:r.int53(),commands:r.vector(r.object),}},
|
|
319
|
+
1885586395:function(r){return{_:'updatePendingJoinRequests',peer:r.object(),requestsPending:r.int(),recentRequesters:r.vector(r.int53),}},
|
|
320
|
+
299870598:function(r){return{_:'updateBotChatInviteRequester',peer:r.object(),date:r.int(),userId:r.int53(),about:r.string(),invite:r.object(),qts:r.int(),}},
|
|
321
|
+
1578843320:function(r){var flags=r.uint();return{_:'updateMessageReactions',peer:r.object(),msgId:r.int(),topMsgId:flags&1?r.int():void 0,reactions:r.object(),}},
|
|
322
|
+
397910539:function(r){return{_:'updateAttachMenuBots'}},
|
|
323
|
+
361936797:function(r){return{_:'updateWebViewResultSent',queryId:r.long(),}},
|
|
324
|
+
347625491:function(r){return{_:'updateBotMenuButton',botId:r.int53(),button:r.object(),}},
|
|
325
|
+
1960361625:function(r){return{_:'updateSavedRingtones'}},
|
|
326
|
+
8703322:function(r){var flags=r.uint();return{_:'updateTranscribedAudio',pending:!!(flags&1),peer:r.object(),msgId:r.int(),transcriptionId:r.long(),text:r.string(),}},
|
|
327
|
+
4216080748:function(r){return{_:'updateReadFeaturedEmojiStickers'}},
|
|
328
|
+
674706841:function(r){return{_:'updateUserEmojiStatus',userId:r.int53(),emojiStatus:r.object(),}},
|
|
329
|
+
821314523:function(r){return{_:'updateRecentEmojiStatuses'}},
|
|
330
|
+
1870160884:function(r){return{_:'updateRecentReactions'}},
|
|
331
|
+
2264715141:function(r){var flags=r.uint();return{_:'updateMoveStickerSetToTop',masks:!!(flags&1),emojis:!!(flags&2),stickerset:r.long(),}},
|
|
332
|
+
1517529484:function(r){return{_:'updateMessageExtendedMedia',peer:r.object(),msgId:r.int(),extendedMedia:r.object(),}},
|
|
333
|
+
422509539:function(r){var flags=r.uint();return{_:'updateChannelPinnedTopic',pinned:!!(flags&1),channelId:r.int53(),topicId:r.int(),}},
|
|
334
|
+
4263085570:function(r){var flags=r.uint();return{_:'updateChannelPinnedTopics',channelId:r.int53(),order:flags&1?r.vector(r.int):void 0,}},
|
|
335
|
+
542282808:function(r){return{_:'updateUser',userId:r.long(),}},
|
|
336
|
+
3959795863:function(r){return{_:'updateAutoSaveSettings'}},
|
|
337
|
+
3438316246:function(r){return{_:'updateGroupInvitePrivacyForbidden',userId:r.long(),}},
|
|
338
|
+
1974712216:function(r){return{_:'updateStory',peer:r.object(),story:r.object(),}},
|
|
339
|
+
4149121835:function(r){return{_:'updateReadStories',peer:r.object(),maxId:r.int(),}},
|
|
340
|
+
468923833:function(r){return{_:'updateStoryID',id:r.int(),randomId:r.long(),}},
|
|
341
|
+
738741697:function(r){return{_:'updateStoriesStealthMode',stealthMode:r.object(),}},
|
|
342
|
+
2103604867:function(r){return{_:'updateSentStoryReaction',peer:r.object(),storyId:r.int(),reaction:r.object(),}},
|
|
343
|
+
2775329342:function(r){return{_:'updates.state',pts:r.int(),qts:r.int(),date:r.int(),seq:r.int(),unreadCount:r.int(),}},
|
|
344
|
+
1567990072:function(r){return{_:'updates.differenceEmpty',date:r.int(),seq:r.int(),}},
|
|
345
|
+
16030880:function(r){return{_:'updates.difference',newMessages:r.vector(r.object),newEncryptedMessages:r.vector(r.object),otherUpdates:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),state:r.object(),}},
|
|
346
|
+
2835028353:function(r){return{_:'updates.differenceSlice',newMessages:r.vector(r.object),newEncryptedMessages:r.vector(r.object),otherUpdates:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),intermediateState:r.object(),}},
|
|
347
|
+
1258196845:function(r){return{_:'updates.differenceTooLong',pts:r.int(),}},
|
|
348
|
+
3809980286:function(r){return{_:'updatesTooLong'}},
|
|
349
|
+
826001400:function(r){var flags=r.uint();return{_:'updateShortMessage',out:!!(flags&2),mentioned:!!(flags&16),mediaUnread:!!(flags&32),silent:!!(flags&8192),id:r.int(),userId:r.int53(),message:r.string(),pts:r.int(),ptsCount:r.int(),date:r.int(),fwdFrom:flags&4?r.object():void 0,viaBotId:flags&2048?r.int53():void 0,replyTo:flags&8?r.object():void 0,entities:flags&128?r.vector(r.object):void 0,ttlPeriod:flags&33554432?r.int():void 0,}},
|
|
350
|
+
1299050149:function(r){var flags=r.uint();return{_:'updateShortChatMessage',out:!!(flags&2),mentioned:!!(flags&16),mediaUnread:!!(flags&32),silent:!!(flags&8192),id:r.int(),fromId:r.int53(),chatId:r.int53(),message:r.string(),pts:r.int(),ptsCount:r.int(),date:r.int(),fwdFrom:flags&4?r.object():void 0,viaBotId:flags&2048?r.int53():void 0,replyTo:flags&8?r.object():void 0,entities:flags&128?r.vector(r.object):void 0,ttlPeriod:flags&33554432?r.int():void 0,}},
|
|
351
|
+
2027216577:function(r){return{_:'updateShort',update:r.object(),date:r.int(),}},
|
|
352
|
+
1918567619:function(r){return{_:'updatesCombined',updates:r.vector(r.object),users:r.vector(r.object),chats:r.vector(r.object),date:r.int(),seqStart:r.int(),seq:r.int(),}},
|
|
353
|
+
1957577280:function(r){return{_:'updates',updates:r.vector(r.object),users:r.vector(r.object),chats:r.vector(r.object),date:r.int(),seq:r.int(),}},
|
|
354
|
+
2417352961:function(r){var flags=r.uint();return{_:'updateShortSentMessage',out:!!(flags&2),id:r.int(),pts:r.int(),ptsCount:r.int(),date:r.int(),media:flags&512?r.object():void 0,entities:flags&128?r.vector(r.object):void 0,ttlPeriod:flags&33554432?r.int():void 0,}},
|
|
355
|
+
2378853029:function(r){return{_:'photos.photos',photos:r.vector(r.object),users:r.vector(r.object),}},
|
|
356
|
+
352657236:function(r){return{_:'photos.photosSlice',count:r.int(),photos:r.vector(r.object),users:r.vector(r.object),}},
|
|
357
|
+
539045032:function(r){return{_:'photos.photo',photo:r.object(),users:r.vector(r.object),}},
|
|
358
|
+
157948117:function(r){return{_:'upload.file',type:r.object(),mtime:r.int(),bytes:r.bytes(),}},
|
|
359
|
+
4052539972:function(r){return{_:'upload.fileCdnRedirect',dcId:r.int(),fileToken:r.bytes(),encryptionKey:r.bytes(),encryptionIv:r.bytes(),fileHashes:r.vector(r.object),}},
|
|
360
|
+
414687501:function(r){var flags=r.uint();return{_:'dcOption',ipv6:!!(flags&1),mediaOnly:!!(flags&2),tcpoOnly:!!(flags&4),cdn:!!(flags&8),static:!!(flags&16),thisPortOnly:!!(flags&32),id:r.int(),ipAddress:r.string(),port:r.int(),secret:flags&1024?r.bytes():void 0,}},
|
|
361
|
+
3424265246:function(r){var flags=r.uint();return{_:'config',defaultP2pContacts:!!(flags&8),preloadFeaturedStickers:!!(flags&16),revokePmInbox:!!(flags&64),blockedMode:!!(flags&256),forceTryIpv6:!!(flags&16384),date:r.int(),expires:r.int(),testMode:r.boolean(),thisDc:r.int(),dcOptions:r.vector(r.object),dcTxtDomainName:r.string(),chatSizeMax:r.int(),megagroupSizeMax:r.int(),forwardedCountMax:r.int(),onlineUpdatePeriodMs:r.int(),offlineBlurTimeoutMs:r.int(),offlineIdleTimeoutMs:r.int(),onlineCloudTimeoutMs:r.int(),notifyCloudDelayMs:r.int(),notifyDefaultDelayMs:r.int(),pushChatPeriodMs:r.int(),pushChatLimit:r.int(),editTimeLimit:r.int(),revokeTimeLimit:r.int(),revokePmTimeLimit:r.int(),ratingEDecay:r.int(),stickersRecentLimit:r.int(),channelsReadMediaPeriod:r.int(),tmpSessions:flags&1?r.int():void 0,callReceiveTimeoutMs:r.int(),callRingTimeoutMs:r.int(),callConnectTimeoutMs:r.int(),callPacketTimeoutMs:r.int(),meUrlPrefix:r.string(),autoupdateUrlPrefix:flags&128?r.string():void 0,gifSearchUsername:flags&512?r.string():void 0,venueSearchUsername:flags&1024?r.string():void 0,imgSearchUsername:flags&2048?r.string():void 0,staticMapsProvider:flags&4096?r.string():void 0,captionLengthMax:r.int(),messageLengthMax:r.int(),webfileDcId:r.int(),suggestedLangCode:flags&4?r.string():void 0,langPackVersion:flags&4?r.int():void 0,baseLangPackVersion:flags&4?r.int():void 0,reactionsDefault:flags&32768?r.object():void 0,autologinToken:flags&65536?r.string():void 0,}},
|
|
362
|
+
2384074613:function(r){return{_:'nearestDc',country:r.string(),thisDc:r.int(),nearestDc:r.int(),}},
|
|
363
|
+
3434860080:function(r){var flags=r.uint();return{_:'help.appUpdate',canNotSkip:!!(flags&1),id:r.int(),version:r.string(),text:r.string(),entities:r.vector(r.object),document:flags&2?r.object():void 0,url:flags&4?r.string():void 0,sticker:flags&8?r.object():void 0,}},
|
|
364
|
+
3294258486:function(r){return{_:'help.noAppUpdate'}},
|
|
365
|
+
415997816:function(r){return{_:'help.inviteText',message:r.string(),}},
|
|
366
|
+
2877210784:function(r){return{_:'encryptedChatEmpty',id:r.int(),}},
|
|
367
|
+
1722964307:function(r){return{_:'encryptedChatWaiting',id:r.int(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),}},
|
|
368
|
+
1223809356:function(r){var flags=r.uint();return{_:'encryptedChatRequested',folderId:flags&1?r.int():void 0,id:r.int(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),gA:r.bytes(),}},
|
|
369
|
+
1643173063:function(r){return{_:'encryptedChat',id:r.int(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),gAOrB:r.bytes(),keyFingerprint:r.long(),}},
|
|
370
|
+
505183301:function(r){var flags=r.uint();return{_:'encryptedChatDiscarded',historyDeleted:!!(flags&1),id:r.int(),}},
|
|
371
|
+
4047615457:function(r){return{_:'inputEncryptedChat',chatId:r.int(),accessHash:r.long(),}},
|
|
372
|
+
3256830334:function(r){return{_:'encryptedFileEmpty'}},
|
|
373
|
+
2818608344:function(r){return{_:'encryptedFile',id:r.long(),accessHash:r.long(),size:r.int53(),dcId:r.int(),keyFingerprint:r.int(),}},
|
|
374
|
+
406307684:function(r){return{_:'inputEncryptedFileEmpty'}},
|
|
375
|
+
1690108678:function(r){return{_:'inputEncryptedFileUploaded',id:r.long(),parts:r.int(),md5Checksum:r.string(),keyFingerprint:r.int(),}},
|
|
376
|
+
1511503333:function(r){return{_:'inputEncryptedFile',id:r.long(),accessHash:r.long(),}},
|
|
377
|
+
767652808:function(r){return{_:'inputEncryptedFileBigUploaded',id:r.long(),parts:r.int(),keyFingerprint:r.int(),}},
|
|
378
|
+
3977822488:function(r){return{_:'encryptedMessage',randomId:r.long(),chatId:r.int(),date:r.int(),bytes:r.bytes(),file:r.object(),}},
|
|
379
|
+
594758406:function(r){return{_:'encryptedMessageService',randomId:r.long(),chatId:r.int(),date:r.int(),bytes:r.bytes(),}},
|
|
380
|
+
3236054581:function(r){return{_:'messages.dhConfigNotModified',random:r.bytes(),}},
|
|
381
|
+
740433629:function(r){return{_:'messages.dhConfig',g:r.int(),p:r.bytes(),version:r.int(),random:r.bytes(),}},
|
|
382
|
+
1443858741:function(r){return{_:'messages.sentEncryptedMessage',date:r.int(),}},
|
|
383
|
+
2492727090:function(r){return{_:'messages.sentEncryptedFile',date:r.int(),file:r.object(),}},
|
|
384
|
+
1928391342:function(r){return{_:'inputDocumentEmpty'}},
|
|
385
|
+
448771445:function(r){return{_:'inputDocument',id:r.long(),accessHash:r.long(),fileReference:r.bytes(),}},
|
|
386
|
+
922273905:function(r){return{_:'documentEmpty',id:r.long(),}},
|
|
387
|
+
2413085912:function(r){var flags=r.uint();return{_:'document',id:r.long(),accessHash:r.long(),fileReference:r.bytes(),date:r.int(),mimeType:r.string(),size:r.int53(),thumbs:flags&1?r.vector(r.object):void 0,videoThumbs:flags&2?r.vector(r.object):void 0,dcId:r.int(),attributes:r.vector(r.object),}},
|
|
388
|
+
398898678:function(r){return{_:'help.support',phoneNumber:r.string(),user:r.object(),}},
|
|
389
|
+
2681474008:function(r){return{_:'notifyPeer',peer:r.object(),}},
|
|
390
|
+
3033021260:function(r){return{_:'notifyUsers'}},
|
|
391
|
+
3221737155:function(r){return{_:'notifyChats'}},
|
|
392
|
+
3591563503:function(r){return{_:'notifyBroadcasts'}},
|
|
393
|
+
577659656:function(r){return{_:'notifyForumTopic',peer:r.object(),topMsgId:r.int(),}},
|
|
394
|
+
381645902:function(r){return{_:'sendMessageTypingAction'}},
|
|
395
|
+
4250847477:function(r){return{_:'sendMessageCancelAction'}},
|
|
396
|
+
2710034031:function(r){return{_:'sendMessageRecordVideoAction'}},
|
|
397
|
+
3916839660:function(r){return{_:'sendMessageUploadVideoAction',progress:r.int(),}},
|
|
398
|
+
3576656887:function(r){return{_:'sendMessageRecordAudioAction'}},
|
|
399
|
+
4082227115:function(r){return{_:'sendMessageUploadAudioAction',progress:r.int(),}},
|
|
400
|
+
3520285222:function(r){return{_:'sendMessageUploadPhotoAction',progress:r.int(),}},
|
|
401
|
+
2852968932:function(r){return{_:'sendMessageUploadDocumentAction',progress:r.int(),}},
|
|
402
|
+
393186209:function(r){return{_:'sendMessageGeoLocationAction'}},
|
|
403
|
+
1653390447:function(r){return{_:'sendMessageChooseContactAction'}},
|
|
404
|
+
3714748232:function(r){return{_:'sendMessageGamePlayAction'}},
|
|
405
|
+
2297593788:function(r){return{_:'sendMessageRecordRoundAction'}},
|
|
406
|
+
608050278:function(r){return{_:'sendMessageUploadRoundAction',progress:r.int(),}},
|
|
407
|
+
3643548293:function(r){return{_:'speakingInGroupCallAction'}},
|
|
408
|
+
3688534598:function(r){return{_:'sendMessageHistoryImportAction',progress:r.int(),}},
|
|
409
|
+
2958739121:function(r){return{_:'sendMessageChooseStickerAction'}},
|
|
410
|
+
630664139:function(r){return{_:'sendMessageEmojiInteraction',emoticon:r.string(),msgId:r.int(),interaction:r.object(),}},
|
|
411
|
+
3060109358:function(r){return{_:'sendMessageEmojiInteractionSeen',emoticon:r.string(),}},
|
|
412
|
+
3004386717:function(r){return{_:'contacts.found',myResults:r.vector(r.object),results:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
413
|
+
1335282456:function(r){return{_:'inputPrivacyKeyStatusTimestamp'}},
|
|
414
|
+
3187344422:function(r){return{_:'inputPrivacyKeyChatInvite'}},
|
|
415
|
+
4206550111:function(r){return{_:'inputPrivacyKeyPhoneCall'}},
|
|
416
|
+
3684593874:function(r){return{_:'inputPrivacyKeyPhoneP2P'}},
|
|
417
|
+
2765966344:function(r){return{_:'inputPrivacyKeyForwards'}},
|
|
418
|
+
1461304012:function(r){return{_:'inputPrivacyKeyProfilePhoto'}},
|
|
419
|
+
55761658:function(r){return{_:'inputPrivacyKeyPhoneNumber'}},
|
|
420
|
+
3508640733:function(r){return{_:'inputPrivacyKeyAddedByPhone'}},
|
|
421
|
+
2934349160:function(r){return{_:'inputPrivacyKeyVoiceMessages'}},
|
|
422
|
+
941870144:function(r){return{_:'inputPrivacyKeyAbout'}},
|
|
423
|
+
3157175088:function(r){return{_:'privacyKeyStatusTimestamp'}},
|
|
424
|
+
1343122938:function(r){return{_:'privacyKeyChatInvite'}},
|
|
425
|
+
1030105979:function(r){return{_:'privacyKeyPhoneCall'}},
|
|
426
|
+
961092808:function(r){return{_:'privacyKeyPhoneP2P'}},
|
|
427
|
+
1777096355:function(r){return{_:'privacyKeyForwards'}},
|
|
428
|
+
2517966829:function(r){return{_:'privacyKeyProfilePhoto'}},
|
|
429
|
+
3516589165:function(r){return{_:'privacyKeyPhoneNumber'}},
|
|
430
|
+
1124062251:function(r){return{_:'privacyKeyAddedByPhone'}},
|
|
431
|
+
110621716:function(r){return{_:'privacyKeyVoiceMessages'}},
|
|
432
|
+
2760292193:function(r){return{_:'privacyKeyAbout'}},
|
|
433
|
+
218751099:function(r){return{_:'inputPrivacyValueAllowContacts'}},
|
|
434
|
+
407582158:function(r){return{_:'inputPrivacyValueAllowAll'}},
|
|
435
|
+
320652927:function(r){return{_:'inputPrivacyValueAllowUsers',users:r.vector(r.object),}},
|
|
436
|
+
195371015:function(r){return{_:'inputPrivacyValueDisallowContacts'}},
|
|
437
|
+
3597362889:function(r){return{_:'inputPrivacyValueDisallowAll'}},
|
|
438
|
+
2417034343:function(r){return{_:'inputPrivacyValueDisallowUsers',users:r.vector(r.object),}},
|
|
439
|
+
2215004623:function(r){return{_:'inputPrivacyValueAllowChatParticipants',chats:r.vector(r.int53),}},
|
|
440
|
+
3914272646:function(r){return{_:'inputPrivacyValueDisallowChatParticipants',chats:r.vector(r.int53),}},
|
|
441
|
+
793067081:function(r){return{_:'inputPrivacyValueAllowCloseFriends'}},
|
|
442
|
+
4294843308:function(r){return{_:'privacyValueAllowContacts'}},
|
|
443
|
+
1698855810:function(r){return{_:'privacyValueAllowAll'}},
|
|
444
|
+
3096469426:function(r){return{_:'privacyValueAllowUsers',users:r.vector(r.int53),}},
|
|
445
|
+
4169726490:function(r){return{_:'privacyValueDisallowContacts'}},
|
|
446
|
+
2339628899:function(r){return{_:'privacyValueDisallowAll'}},
|
|
447
|
+
3831632193:function(r){return{_:'privacyValueDisallowUsers',users:r.vector(r.int53),}},
|
|
448
|
+
1796427406:function(r){return{_:'privacyValueAllowChatParticipants',chats:r.vector(r.int53),}},
|
|
449
|
+
1103656293:function(r){return{_:'privacyValueDisallowChatParticipants',chats:r.vector(r.int53),}},
|
|
450
|
+
4159232155:function(r){return{_:'privacyValueAllowCloseFriends'}},
|
|
451
|
+
1352683077:function(r){return{_:'account.privacyRules',rules:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
452
|
+
3100684255:function(r){return{_:'accountDaysTTL',days:r.int(),}},
|
|
453
|
+
1815593308:function(r){return{_:'documentAttributeImageSize',w:r.int(),h:r.int(),}},
|
|
454
|
+
297109817:function(r){return{_:'documentAttributeAnimated'}},
|
|
455
|
+
1662637586:function(r){var flags=r.uint();return{_:'documentAttributeSticker',mask:!!(flags&2),alt:r.string(),stickerset:r.object(),maskCoords:flags&1?r.object():void 0,}},
|
|
456
|
+
3549426114:function(r){var flags=r.uint();return{_:'documentAttributeVideo',roundMessage:!!(flags&1),supportsStreaming:!!(flags&2),nosound:!!(flags&8),duration:r.double(),w:r.int(),h:r.int(),preloadPrefixSize:flags&4?r.int():void 0,}},
|
|
457
|
+
2555574726:function(r){var flags=r.uint();return{_:'documentAttributeAudio',voice:!!(flags&1024),duration:r.int(),title:flags&1?r.string():void 0,performer:flags&2?r.string():void 0,waveform:flags&4?r.bytes():void 0,}},
|
|
458
|
+
358154344:function(r){return{_:'documentAttributeFilename',fileName:r.string(),}},
|
|
459
|
+
2550256375:function(r){return{_:'documentAttributeHasStickers'}},
|
|
460
|
+
4245985433:function(r){var flags=r.uint();return{_:'documentAttributeCustomEmoji',free:!!(flags&1),textColor:!!(flags&2),alt:r.string(),stickerset:r.object(),}},
|
|
461
|
+
4050950690:function(r){return{_:'messages.stickersNotModified'}},
|
|
462
|
+
816245886:function(r){return{_:'messages.stickers',hash:r.long(),stickers:r.vector(r.object),}},
|
|
463
|
+
313694676:function(r){return{_:'stickerPack',emoticon:r.string(),documents:r.vector(r.long),}},
|
|
464
|
+
3898999491:function(r){return{_:'messages.allStickersNotModified'}},
|
|
465
|
+
3451637435:function(r){return{_:'messages.allStickers',hash:r.long(),sets:r.vector(r.object),}},
|
|
466
|
+
2228326789:function(r){return{_:'messages.affectedMessages',pts:r.int(),ptsCount:r.int(),}},
|
|
467
|
+
555358088:function(r){var flags=r.uint();return{_:'webPageEmpty',id:r.long(),url:flags&1?r.string():void 0,}},
|
|
468
|
+
2966502983:function(r){var flags=r.uint();return{_:'webPagePending',id:r.long(),url:flags&1?r.string():void 0,date:r.int(),}},
|
|
469
|
+
3902555570:function(r){var flags=r.uint();return{_:'webPage',id:r.long(),url:r.string(),displayUrl:r.string(),hash:r.int(),type:flags&1?r.string():void 0,siteName:flags&2?r.string():void 0,title:flags&4?r.string():void 0,description:flags&8?r.string():void 0,photo:flags&16?r.object():void 0,embedUrl:flags&32?r.string():void 0,embedType:flags&32?r.string():void 0,embedWidth:flags&64?r.int():void 0,embedHeight:flags&64?r.int():void 0,duration:flags&128?r.int():void 0,author:flags&256?r.string():void 0,document:flags&512?r.object():void 0,cachedPage:flags&1024?r.object():void 0,attributes:flags&4096?r.vector(r.object):void 0,hasLargeMedia:!!(flags&8192),}},
|
|
470
|
+
1930545681:function(r){var flags=r.uint();return{_:'webPageNotModified',cachedPageViews:flags&1?r.int():void 0,}},
|
|
471
|
+
2902578717:function(r){var flags=r.uint();return{_:'authorization',current:!!(flags&1),officialApp:!!(flags&2),passwordPending:!!(flags&4),encryptedRequestsDisabled:!!(flags&8),callRequestsDisabled:!!(flags&16),unconfirmed:!!(flags&32),hash:r.long(),deviceModel:r.string(),platform:r.string(),systemVersion:r.string(),apiId:r.int(),appName:r.string(),appVersion:r.string(),dateCreated:r.int(),dateActive:r.int(),ip:r.string(),country:r.string(),region:r.string(),}},
|
|
472
|
+
1275039392:function(r){return{_:'account.authorizations',authorizationTtlDays:r.int(),authorizations:r.vector(r.object),}},
|
|
473
|
+
2507886843:function(r){var flags=r.uint();return{_:'account.password',hasRecovery:!!(flags&1),hasSecureValues:!!(flags&2),hasPassword:!!(flags&4),currentAlgo:flags&4?r.object():void 0,srpB:flags&4?r.bytes():void 0,srpId:flags&4?r.long():void 0,hint:flags&8?r.string():void 0,emailUnconfirmedPattern:flags&16?r.string():void 0,newAlgo:r.object(),newSecureAlgo:r.object(),secureRandom:r.bytes(),pendingResetDate:flags&32?r.int():void 0,loginEmailPattern:flags&64?r.string():void 0,}},
|
|
474
|
+
2589733861:function(r){var flags=r.uint();return{_:'account.passwordSettings',email:flags&1?r.string():void 0,secureSettings:flags&2?r.object():void 0,}},
|
|
475
|
+
3258394569:function(r){var flags=r.uint();return{_:'account.passwordInputSettings',newAlgo:flags&1?r.object():void 0,newPasswordHash:flags&1?r.bytes():void 0,hint:flags&1?r.string():void 0,email:flags&2?r.string():void 0,newSecureSettings:flags&4?r.object():void 0,}},
|
|
476
|
+
326715557:function(r){return{_:'auth.passwordRecovery',emailPattern:r.string(),}},
|
|
477
|
+
2743383929:function(r){return{_:'receivedNotifyMessage',id:r.int(),flags:r.int(),}},
|
|
478
|
+
179611673:function(r){var flags=r.uint();return{_:'chatInviteExported',revoked:!!(flags&1),permanent:!!(flags&32),requestNeeded:!!(flags&64),link:r.string(),adminId:r.int53(),date:r.int(),startDate:flags&16?r.int():void 0,expireDate:flags&2?r.int():void 0,usageLimit:flags&4?r.int():void 0,usage:flags&8?r.int():void 0,requested:flags&128?r.int():void 0,title:flags&256?r.string():void 0,}},
|
|
479
|
+
3977280183:function(r){return{_:'chatInvitePublicJoinRequests'}},
|
|
480
|
+
1516793212:function(r){return{_:'chatInviteAlready',chat:r.object(),}},
|
|
481
|
+
3454069824:function(r){var flags=r.uint();return{_:'chatInvite',channel:!!(flags&1),broadcast:!!(flags&2),public:!!(flags&4),megagroup:!!(flags&8),requestNeeded:!!(flags&64),verified:!!(flags&128),scam:!!(flags&256),fake:!!(flags&512),title:r.string(),about:flags&32?r.string():void 0,photo:r.object(),participantsCount:r.int(),participants:flags&16?r.vector(r.object):void 0,color:r.int(),}},
|
|
482
|
+
1634294960:function(r){return{_:'chatInvitePeek',chat:r.object(),expires:r.int(),}},
|
|
483
|
+
4290128789:function(r){return{_:'inputStickerSetEmpty'}},
|
|
484
|
+
2649203305:function(r){return{_:'inputStickerSetID',id:r.long(),accessHash:r.long(),}},
|
|
485
|
+
2250033312:function(r){return{_:'inputStickerSetShortName',shortName:r.string(),}},
|
|
486
|
+
42402760:function(r){return{_:'inputStickerSetAnimatedEmoji'}},
|
|
487
|
+
3867103758:function(r){return{_:'inputStickerSetDice',emoticon:r.string(),}},
|
|
488
|
+
215889721:function(r){return{_:'inputStickerSetAnimatedEmojiAnimations'}},
|
|
489
|
+
3364567810:function(r){return{_:'inputStickerSetPremiumGifts'}},
|
|
490
|
+
80008398:function(r){return{_:'inputStickerSetEmojiGenericAnimations'}},
|
|
491
|
+
701560302:function(r){return{_:'inputStickerSetEmojiDefaultStatuses'}},
|
|
492
|
+
1153562857:function(r){return{_:'inputStickerSetEmojiDefaultTopicIcons'}},
|
|
493
|
+
768691932:function(r){var flags=r.uint();return{_:'stickerSet',archived:!!(flags&2),official:!!(flags&4),masks:!!(flags&8),animated:!!(flags&32),videos:!!(flags&64),emojis:!!(flags&128),installedDate:flags&1?r.int():void 0,id:r.long(),accessHash:r.long(),title:r.string(),shortName:r.string(),thumbs:flags&16?r.vector(r.object):void 0,thumbDcId:flags&16?r.int():void 0,thumbVersion:flags&16?r.int():void 0,thumbDocumentId:flags&256?r.long():void 0,textColor:!!(flags&512),count:r.int(),hash:r.int(),}},
|
|
494
|
+
1846886166:function(r){return{_:'messages.stickerSet',set:r.object(),packs:r.vector(r.object),keywords:r.vector(r.object),documents:r.vector(r.object),}},
|
|
495
|
+
3556320491:function(r){return{_:'messages.stickerSetNotModified'}},
|
|
496
|
+
3262826695:function(r){return{_:'botCommand',command:r.string(),description:r.string(),}},
|
|
497
|
+
2402290519:function(r){var flags=r.uint();return{_:'botInfo',userId:flags&1?r.int53():void 0,description:flags&2?r.string():void 0,descriptionPhoto:flags&16?r.object():void 0,descriptionDocument:flags&32?r.object():void 0,commands:flags&4?r.vector(r.object):void 0,menuButton:flags&8?r.object():void 0,}},
|
|
498
|
+
2734311552:function(r){return{_:'keyboardButton',text:r.string(),}},
|
|
499
|
+
629866245:function(r){return{_:'keyboardButtonUrl',text:r.string(),url:r.string(),}},
|
|
500
|
+
901503851:function(r){var flags=r.uint();return{_:'keyboardButtonCallback',requiresPassword:!!(flags&1),text:r.string(),data:r.bytes(),}},
|
|
501
|
+
2976541737:function(r){return{_:'keyboardButtonRequestPhone',text:r.string(),}},
|
|
502
|
+
4235815743:function(r){return{_:'keyboardButtonRequestGeoLocation',text:r.string(),}},
|
|
503
|
+
2478439349:function(r){var flags=r.uint();return{_:'keyboardButtonSwitchInline',samePeer:!!(flags&1),text:r.string(),query:r.string(),peerTypes:flags&2?r.vector(r.object):void 0,}},
|
|
504
|
+
1358175439:function(r){return{_:'keyboardButtonGame',text:r.string(),}},
|
|
505
|
+
2950250427:function(r){return{_:'keyboardButtonBuy',text:r.string(),}},
|
|
506
|
+
280464681:function(r){var flags=r.uint();return{_:'keyboardButtonUrlAuth',text:r.string(),fwdText:flags&1?r.string():void 0,url:r.string(),buttonId:r.int(),}},
|
|
507
|
+
3492708308:function(r){var flags=r.uint();return{_:'inputKeyboardButtonUrlAuth',requestWriteAccess:!!(flags&1),text:r.string(),fwdText:flags&2?r.string():void 0,url:r.string(),bot:r.object(),}},
|
|
508
|
+
3150401885:function(r){var flags=r.uint();return{_:'keyboardButtonRequestPoll',quiz:flags&1?r.boolean():void 0,text:r.string(),}},
|
|
509
|
+
3918005115:function(r){return{_:'inputKeyboardButtonUserProfile',text:r.string(),userId:r.object(),}},
|
|
510
|
+
814112961:function(r){return{_:'keyboardButtonUserProfile',text:r.string(),userId:r.int53(),}},
|
|
511
|
+
326529584:function(r){return{_:'keyboardButtonWebView',text:r.string(),url:r.string(),}},
|
|
512
|
+
2696958044:function(r){return{_:'keyboardButtonSimpleWebView',text:r.string(),url:r.string(),}},
|
|
513
|
+
218842764:function(r){return{_:'keyboardButtonRequestPeer',text:r.string(),buttonId:r.int(),peerType:r.object(),}},
|
|
514
|
+
2002815875:function(r){return{_:'keyboardButtonRow',buttons:r.vector(r.object),}},
|
|
515
|
+
2688441221:function(r){var flags=r.uint();return{_:'replyKeyboardHide',selective:!!(flags&4),}},
|
|
516
|
+
2259946248:function(r){var flags=r.uint();return{_:'replyKeyboardForceReply',singleUse:!!(flags&2),selective:!!(flags&4),placeholder:flags&8?r.string():void 0,}},
|
|
517
|
+
2245892561:function(r){var flags=r.uint();return{_:'replyKeyboardMarkup',resize:!!(flags&1),singleUse:!!(flags&2),selective:!!(flags&4),persistent:!!(flags&16),rows:r.vector(r.object),placeholder:flags&8?r.string():void 0,}},
|
|
518
|
+
1218642516:function(r){return{_:'replyInlineMarkup',rows:r.vector(r.object),}},
|
|
519
|
+
3146955413:function(r){return{_:'messageEntityUnknown',offset:r.int(),length:r.int(),}},
|
|
520
|
+
4194588573:function(r){return{_:'messageEntityMention',offset:r.int(),length:r.int(),}},
|
|
521
|
+
1868782349:function(r){return{_:'messageEntityHashtag',offset:r.int(),length:r.int(),}},
|
|
522
|
+
1827637959:function(r){return{_:'messageEntityBotCommand',offset:r.int(),length:r.int(),}},
|
|
523
|
+
1859134776:function(r){return{_:'messageEntityUrl',offset:r.int(),length:r.int(),}},
|
|
524
|
+
1692693954:function(r){return{_:'messageEntityEmail',offset:r.int(),length:r.int(),}},
|
|
525
|
+
3177253833:function(r){return{_:'messageEntityBold',offset:r.int(),length:r.int(),}},
|
|
526
|
+
2188348256:function(r){return{_:'messageEntityItalic',offset:r.int(),length:r.int(),}},
|
|
527
|
+
681706865:function(r){return{_:'messageEntityCode',offset:r.int(),length:r.int(),}},
|
|
528
|
+
1938967520:function(r){return{_:'messageEntityPre',offset:r.int(),length:r.int(),language:r.string(),}},
|
|
529
|
+
1990644519:function(r){return{_:'messageEntityTextUrl',offset:r.int(),length:r.int(),url:r.string(),}},
|
|
530
|
+
3699052864:function(r){return{_:'messageEntityMentionName',offset:r.int(),length:r.int(),userId:r.int53(),}},
|
|
531
|
+
546203849:function(r){return{_:'inputMessageEntityMentionName',offset:r.int(),length:r.int(),userId:r.object(),}},
|
|
532
|
+
2607407947:function(r){return{_:'messageEntityPhone',offset:r.int(),length:r.int(),}},
|
|
533
|
+
1280209983:function(r){return{_:'messageEntityCashtag',offset:r.int(),length:r.int(),}},
|
|
534
|
+
2622389899:function(r){return{_:'messageEntityUnderline',offset:r.int(),length:r.int(),}},
|
|
535
|
+
3204879316:function(r){return{_:'messageEntityStrike',offset:r.int(),length:r.int(),}},
|
|
536
|
+
34469328:function(r){return{_:'messageEntityBlockquote',offset:r.int(),length:r.int(),}},
|
|
537
|
+
1981704948:function(r){return{_:'messageEntityBankCard',offset:r.int(),length:r.int(),}},
|
|
538
|
+
852137487:function(r){return{_:'messageEntitySpoiler',offset:r.int(),length:r.int(),}},
|
|
539
|
+
3369010680:function(r){return{_:'messageEntityCustomEmoji',offset:r.int(),length:r.int(),documentId:r.long(),}},
|
|
540
|
+
4002160262:function(r){return{_:'inputChannelEmpty'}},
|
|
541
|
+
4082822184:function(r){return{_:'inputChannel',channelId:r.int53(),accessHash:r.long(),}},
|
|
542
|
+
1536380829:function(r){return{_:'inputChannelFromMessage',peer:r.object(),msgId:r.int(),channelId:r.int53(),}},
|
|
543
|
+
2131196633:function(r){return{_:'contacts.resolvedPeer',peer:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
544
|
+
182649427:function(r){return{_:'messageRange',minId:r.int(),maxId:r.int(),}},
|
|
545
|
+
1041346555:function(r){var flags=r.uint();return{_:'updates.channelDifferenceEmpty',final:!!(flags&1),pts:r.int(),timeout:flags&2?r.int():void 0,}},
|
|
546
|
+
2763835134:function(r){var flags=r.uint();return{_:'updates.channelDifferenceTooLong',final:!!(flags&1),timeout:flags&2?r.int():void 0,dialog:r.object(),messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
547
|
+
543450958:function(r){var flags=r.uint();return{_:'updates.channelDifference',final:!!(flags&1),pts:r.int(),timeout:flags&2?r.int():void 0,newMessages:r.vector(r.object),otherUpdates:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
548
|
+
2496933607:function(r){return{_:'channelMessagesFilterEmpty'}},
|
|
549
|
+
3447183703:function(r){var flags=r.uint();return{_:'channelMessagesFilter',excludeNewMessages:!!(flags&2),ranges:r.vector(r.object),}},
|
|
550
|
+
3222013888:function(r){return{_:'channelParticipant',userId:r.int53(),date:r.int(),}},
|
|
551
|
+
900251559:function(r){var flags=r.uint();return{_:'channelParticipantSelf',viaRequest:!!(flags&1),userId:r.int53(),inviterId:r.int53(),date:r.int(),}},
|
|
552
|
+
803602899:function(r){var flags=r.uint();return{_:'channelParticipantCreator',userId:r.int53(),adminRights:r.object(),rank:flags&1?r.string():void 0,}},
|
|
553
|
+
885242707:function(r){var flags=r.uint();return{_:'channelParticipantAdmin',canEdit:!!(flags&1),self:!!(flags&2),userId:r.int53(),inviterId:flags&2?r.int53():void 0,promotedBy:r.int53(),date:r.int(),adminRights:r.object(),rank:flags&4?r.string():void 0,}},
|
|
554
|
+
1844969806:function(r){var flags=r.uint();return{_:'channelParticipantBanned',left:!!(flags&1),peer:r.object(),kickedBy:r.int53(),date:r.int(),bannedRights:r.object(),}},
|
|
555
|
+
453242886:function(r){return{_:'channelParticipantLeft',peer:r.object(),}},
|
|
556
|
+
3728686201:function(r){return{_:'channelParticipantsRecent'}},
|
|
557
|
+
3026225513:function(r){return{_:'channelParticipantsAdmins'}},
|
|
558
|
+
2746567045:function(r){return{_:'channelParticipantsKicked',q:r.string(),}},
|
|
559
|
+
2966521435:function(r){return{_:'channelParticipantsBots'}},
|
|
560
|
+
338142689:function(r){return{_:'channelParticipantsBanned',q:r.string(),}},
|
|
561
|
+
106343499:function(r){return{_:'channelParticipantsSearch',q:r.string(),}},
|
|
562
|
+
3144345741:function(r){return{_:'channelParticipantsContacts',q:r.string(),}},
|
|
563
|
+
3763035371:function(r){var flags=r.uint();return{_:'channelParticipantsMentions',q:flags&1?r.string():void 0,topMsgId:flags&2?r.int():void 0,}},
|
|
564
|
+
2595290799:function(r){return{_:'channels.channelParticipants',count:r.int(),participants:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
565
|
+
4028055529:function(r){return{_:'channels.channelParticipantsNotModified'}},
|
|
566
|
+
3753378583:function(r){return{_:'channels.channelParticipant',participant:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
567
|
+
2013922064:function(r){var flags=r.uint();return{_:'help.termsOfService',popup:!!(flags&1),id:r.object(),text:r.string(),entities:r.vector(r.object),minAgeConfirm:flags&2?r.int():void 0,}},
|
|
568
|
+
3892468898:function(r){return{_:'messages.savedGifsNotModified'}},
|
|
569
|
+
2225089037:function(r){return{_:'messages.savedGifs',hash:r.long(),gifs:r.vector(r.object),}},
|
|
570
|
+
864077702:function(r){var flags=r.uint();return{_:'inputBotInlineMessageMediaAuto',message:r.string(),entities:flags&2?r.vector(r.object):void 0,replyMarkup:flags&4?r.object():void 0,invertMedia:!!(flags&8),}},
|
|
571
|
+
1036876423:function(r){var flags=r.uint();return{_:'inputBotInlineMessageText',noWebpage:!!(flags&1),message:r.string(),entities:flags&2?r.vector(r.object):void 0,replyMarkup:flags&4?r.object():void 0,invertMedia:!!(flags&8),}},
|
|
572
|
+
2526190213:function(r){var flags=r.uint();return{_:'inputBotInlineMessageMediaGeo',geoPoint:r.object(),heading:flags&1?r.int():void 0,period:flags&2?r.int():void 0,proximityNotificationRadius:flags&8?r.int():void 0,replyMarkup:flags&4?r.object():void 0,}},
|
|
573
|
+
1098628881:function(r){var flags=r.uint();return{_:'inputBotInlineMessageMediaVenue',geoPoint:r.object(),title:r.string(),address:r.string(),provider:r.string(),venueId:r.string(),venueType:r.string(),replyMarkup:flags&4?r.object():void 0,}},
|
|
574
|
+
2800599037:function(r){var flags=r.uint();return{_:'inputBotInlineMessageMediaContact',phoneNumber:r.string(),firstName:r.string(),lastName:r.string(),vcard:r.string(),replyMarkup:flags&4?r.object():void 0,}},
|
|
575
|
+
1262639204:function(r){var flags=r.uint();return{_:'inputBotInlineMessageGame',replyMarkup:flags&4?r.object():void 0,}},
|
|
576
|
+
3622273573:function(r){var flags=r.uint();return{_:'inputBotInlineMessageMediaInvoice',title:r.string(),description:r.string(),photo:flags&1?r.object():void 0,invoice:r.object(),payload:r.bytes(),provider:r.string(),providerData:r.object(),replyMarkup:flags&4?r.object():void 0,}},
|
|
577
|
+
2294256409:function(r){var flags=r.uint();return{_:'inputBotInlineResult',id:r.string(),type:r.string(),title:flags&2?r.string():void 0,description:flags&4?r.string():void 0,url:flags&8?r.string():void 0,thumb:flags&16?r.object():void 0,content:flags&32?r.object():void 0,sendMessage:r.object(),}},
|
|
578
|
+
2832753831:function(r){return{_:'inputBotInlineResultPhoto',id:r.string(),type:r.string(),photo:r.object(),sendMessage:r.object(),}},
|
|
579
|
+
4294507972:function(r){var flags=r.uint();return{_:'inputBotInlineResultDocument',id:r.string(),type:r.string(),title:flags&2?r.string():void 0,description:flags&4?r.string():void 0,document:r.object(),sendMessage:r.object(),}},
|
|
580
|
+
1336154098:function(r){return{_:'inputBotInlineResultGame',id:r.string(),shortName:r.string(),sendMessage:r.object(),}},
|
|
581
|
+
1984755728:function(r){var flags=r.uint();return{_:'botInlineMessageMediaAuto',message:r.string(),entities:flags&2?r.vector(r.object):void 0,replyMarkup:flags&4?r.object():void 0,invertMedia:!!(flags&8),}},
|
|
582
|
+
2357159394:function(r){var flags=r.uint();return{_:'botInlineMessageText',noWebpage:!!(flags&1),message:r.string(),entities:flags&2?r.vector(r.object):void 0,replyMarkup:flags&4?r.object():void 0,invertMedia:!!(flags&8),}},
|
|
583
|
+
85477117:function(r){var flags=r.uint();return{_:'botInlineMessageMediaGeo',geo:r.object(),heading:flags&1?r.int():void 0,period:flags&2?r.int():void 0,proximityNotificationRadius:flags&8?r.int():void 0,replyMarkup:flags&4?r.object():void 0,}},
|
|
584
|
+
2324063644:function(r){var flags=r.uint();return{_:'botInlineMessageMediaVenue',geo:r.object(),title:r.string(),address:r.string(),provider:r.string(),venueId:r.string(),venueType:r.string(),replyMarkup:flags&4?r.object():void 0,}},
|
|
585
|
+
416402882:function(r){var flags=r.uint();return{_:'botInlineMessageMediaContact',phoneNumber:r.string(),firstName:r.string(),lastName:r.string(),vcard:r.string(),replyMarkup:flags&4?r.object():void 0,}},
|
|
586
|
+
894081801:function(r){var flags=r.uint();return{_:'botInlineMessageMediaInvoice',shippingAddressRequested:!!(flags&2),test:!!(flags&8),title:r.string(),description:r.string(),photo:flags&1?r.object():void 0,currency:r.string(),totalAmount:r.long(),replyMarkup:flags&4?r.object():void 0,}},
|
|
587
|
+
295067450:function(r){var flags=r.uint();return{_:'botInlineResult',id:r.string(),type:r.string(),title:flags&2?r.string():void 0,description:flags&4?r.string():void 0,url:flags&8?r.string():void 0,thumb:flags&16?r.object():void 0,content:flags&32?r.object():void 0,sendMessage:r.object(),}},
|
|
588
|
+
400266251:function(r){var flags=r.uint();return{_:'botInlineMediaResult',id:r.string(),type:r.string(),photo:flags&1?r.object():void 0,document:flags&2?r.object():void 0,title:flags&4?r.string():void 0,description:flags&8?r.string():void 0,sendMessage:r.object(),}},
|
|
589
|
+
3760321270:function(r){var flags=r.uint();return{_:'messages.botResults',gallery:!!(flags&1),queryId:r.long(),nextOffset:flags&2?r.string():void 0,switchPm:flags&4?r.object():void 0,switchWebview:flags&8?r.object():void 0,results:r.vector(r.object),cacheTime:r.int(),users:r.vector(r.object),}},
|
|
590
|
+
1571494644:function(r){return{_:'exportedMessageLink',link:r.string(),html:r.string(),}},
|
|
591
|
+
1601666510:function(r){var flags=r.uint();return{_:'messageFwdHeader',imported:!!(flags&128),fromId:flags&1?r.object():void 0,fromName:flags&32?r.string():void 0,date:r.int(),channelPost:flags&4?r.int():void 0,postAuthor:flags&8?r.string():void 0,savedFromPeer:flags&16?r.object():void 0,savedFromMsgId:flags&16?r.int():void 0,psaType:flags&64?r.string():void 0,}},
|
|
592
|
+
1923290508:function(r){return{_:'auth.codeTypeSms'}},
|
|
593
|
+
1948046307:function(r){return{_:'auth.codeTypeCall'}},
|
|
594
|
+
577556219:function(r){return{_:'auth.codeTypeFlashCall'}},
|
|
595
|
+
3592083182:function(r){return{_:'auth.codeTypeMissedCall'}},
|
|
596
|
+
116234636:function(r){return{_:'auth.codeTypeFragmentSms'}},
|
|
597
|
+
1035688326:function(r){return{_:'auth.sentCodeTypeApp',length:r.int(),}},
|
|
598
|
+
3221273506:function(r){return{_:'auth.sentCodeTypeSms',length:r.int(),}},
|
|
599
|
+
1398007207:function(r){return{_:'auth.sentCodeTypeCall',length:r.int(),}},
|
|
600
|
+
2869151449:function(r){return{_:'auth.sentCodeTypeFlashCall',pattern:r.string(),}},
|
|
601
|
+
2181063812:function(r){return{_:'auth.sentCodeTypeMissedCall',prefix:r.string(),length:r.int(),}},
|
|
602
|
+
4098946459:function(r){var flags=r.uint();return{_:'auth.sentCodeTypeEmailCode',appleSigninAllowed:!!(flags&1),googleSigninAllowed:!!(flags&2),emailPattern:r.string(),length:r.int(),resetAvailablePeriod:flags&8?r.int():void 0,resetPendingDate:flags&16?r.int():void 0,}},
|
|
603
|
+
2773032426:function(r){var flags=r.uint();return{_:'auth.sentCodeTypeSetUpEmailRequired',appleSigninAllowed:!!(flags&1),googleSigninAllowed:!!(flags&2),}},
|
|
604
|
+
3646315577:function(r){return{_:'auth.sentCodeTypeFragmentSms',url:r.string(),length:r.int(),}},
|
|
605
|
+
3850048562:function(r){var flags=r.uint();return{_:'auth.sentCodeTypeFirebaseSms',nonce:flags&1?r.bytes():void 0,receipt:flags&2?r.string():void 0,pushTimeout:flags&2?r.int():void 0,length:r.int(),}},
|
|
606
|
+
911761060:function(r){var flags=r.uint();return{_:'messages.botCallbackAnswer',alert:!!(flags&2),hasUrl:!!(flags&8),nativeUi:!!(flags&16),message:flags&1?r.string():void 0,url:flags&4?r.string():void 0,cacheTime:r.int(),}},
|
|
607
|
+
649453030:function(r){var flags=r.uint();return{_:'messages.messageEditData',caption:!!(flags&1),}},
|
|
608
|
+
2299280777:function(r){return{_:'inputBotInlineMessageID',dcId:r.int(),id:r.long(),accessHash:r.long(),}},
|
|
609
|
+
3067680215:function(r){return{_:'inputBotInlineMessageID64',dcId:r.int(),ownerId:r.long(),id:r.int(),accessHash:r.long(),}},
|
|
610
|
+
1008755359:function(r){return{_:'inlineBotSwitchPM',text:r.string(),startParam:r.string(),}},
|
|
611
|
+
863093588:function(r){return{_:'messages.peerDialogs',dialogs:r.vector(r.object),messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),state:r.object(),}},
|
|
612
|
+
3989684315:function(r){return{_:'topPeer',peer:r.object(),rating:r.double(),}},
|
|
613
|
+
2875595611:function(r){return{_:'topPeerCategoryBotsPM'}},
|
|
614
|
+
344356834:function(r){return{_:'topPeerCategoryBotsInline'}},
|
|
615
|
+
104314861:function(r){return{_:'topPeerCategoryCorrespondents'}},
|
|
616
|
+
3172442442:function(r){return{_:'topPeerCategoryGroups'}},
|
|
617
|
+
371037736:function(r){return{_:'topPeerCategoryChannels'}},
|
|
618
|
+
511092620:function(r){return{_:'topPeerCategoryPhoneCalls'}},
|
|
619
|
+
2822794409:function(r){return{_:'topPeerCategoryForwardUsers'}},
|
|
620
|
+
4226728176:function(r){return{_:'topPeerCategoryForwardChats'}},
|
|
621
|
+
4219683473:function(r){return{_:'topPeerCategoryPeers',category:r.object(),count:r.int(),peers:r.vector(r.object),}},
|
|
622
|
+
3727060725:function(r){return{_:'contacts.topPeersNotModified'}},
|
|
623
|
+
1891070632:function(r){return{_:'contacts.topPeers',categories:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
624
|
+
3039597469:function(r){return{_:'contacts.topPeersDisabled'}},
|
|
625
|
+
453805082:function(r){var flags=r.uint();return{_:'draftMessageEmpty',date:flags&1?r.int():void 0,}},
|
|
626
|
+
1070397423:function(r){var flags=r.uint();return{_:'draftMessage',noWebpage:!!(flags&2),invertMedia:!!(flags&64),replyTo:flags&16?r.object():void 0,message:r.string(),entities:flags&8?r.vector(r.object):void 0,media:flags&32?r.object():void 0,date:r.int(),}},
|
|
627
|
+
3336309862:function(r){return{_:'messages.featuredStickersNotModified',count:r.int(),}},
|
|
628
|
+
3191351558:function(r){var flags=r.uint();return{_:'messages.featuredStickers',premium:!!(flags&1),hash:r.long(),count:r.int(),sets:r.vector(r.object),unread:r.vector(r.long),}},
|
|
629
|
+
186120336:function(r){return{_:'messages.recentStickersNotModified'}},
|
|
630
|
+
2295561302:function(r){return{_:'messages.recentStickers',hash:r.long(),packs:r.vector(r.object),stickers:r.vector(r.object),dates:r.vector(r.int),}},
|
|
631
|
+
1338747336:function(r){return{_:'messages.archivedStickers',count:r.int(),sets:r.vector(r.object),}},
|
|
632
|
+
946083368:function(r){return{_:'messages.stickerSetInstallResultSuccess'}},
|
|
633
|
+
904138920:function(r){return{_:'messages.stickerSetInstallResultArchive',sets:r.vector(r.object),}},
|
|
634
|
+
1678812626:function(r){return{_:'stickerSetCovered',set:r.object(),cover:r.object(),}},
|
|
635
|
+
872932635:function(r){return{_:'stickerSetMultiCovered',set:r.object(),covers:r.vector(r.object),}},
|
|
636
|
+
1087454222:function(r){return{_:'stickerSetFullCovered',set:r.object(),packs:r.vector(r.object),keywords:r.vector(r.object),documents:r.vector(r.object),}},
|
|
637
|
+
2008112412:function(r){return{_:'stickerSetNoCovered',set:r.object(),}},
|
|
638
|
+
2933316530:function(r){return{_:'maskCoords',n:r.int(),x:r.double(),y:r.double(),zoom:r.double(),}},
|
|
639
|
+
1251549527:function(r){return{_:'inputStickeredMediaPhoto',id:r.object(),}},
|
|
640
|
+
70813275:function(r){return{_:'inputStickeredMediaDocument',id:r.object(),}},
|
|
641
|
+
3187238203:function(r){var flags=r.uint();return{_:'game',id:r.long(),accessHash:r.long(),shortName:r.string(),title:r.string(),description:r.string(),photo:r.object(),document:flags&1?r.object():void 0,}},
|
|
642
|
+
53231223:function(r){return{_:'inputGameID',id:r.long(),accessHash:r.long(),}},
|
|
643
|
+
3274827786:function(r){return{_:'inputGameShortName',botId:r.object(),shortName:r.string(),}},
|
|
644
|
+
1940093419:function(r){return{_:'highScore',pos:r.int(),userId:r.int53(),score:r.int(),}},
|
|
645
|
+
2587622809:function(r){return{_:'messages.highScores',scores:r.vector(r.object),users:r.vector(r.object),}},
|
|
646
|
+
3695018575:function(r){return{_:'textEmpty'}},
|
|
647
|
+
1950782688:function(r){return{_:'textPlain',text:r.string(),}},
|
|
648
|
+
1730456516:function(r){return{_:'textBold',text:r.object(),}},
|
|
649
|
+
3641877916:function(r){return{_:'textItalic',text:r.object(),}},
|
|
650
|
+
3240501956:function(r){return{_:'textUnderline',text:r.object(),}},
|
|
651
|
+
2616769429:function(r){return{_:'textStrike',text:r.object(),}},
|
|
652
|
+
1816074681:function(r){return{_:'textFixed',text:r.object(),}},
|
|
653
|
+
1009288385:function(r){return{_:'textUrl',text:r.object(),url:r.string(),webpageId:r.long(),}},
|
|
654
|
+
3730443734:function(r){return{_:'textEmail',text:r.object(),email:r.string(),}},
|
|
655
|
+
2120376535:function(r){return{_:'textConcat',texts:r.vector(r.object),}},
|
|
656
|
+
3983181060:function(r){return{_:'textSubscript',text:r.object(),}},
|
|
657
|
+
3355139585:function(r){return{_:'textSuperscript',text:r.object(),}},
|
|
658
|
+
55281185:function(r){return{_:'textMarked',text:r.object(),}},
|
|
659
|
+
483104362:function(r){return{_:'textPhone',text:r.object(),phone:r.string(),}},
|
|
660
|
+
136105807:function(r){return{_:'textImage',documentId:r.long(),w:r.int(),h:r.int(),}},
|
|
661
|
+
894777186:function(r){return{_:'textAnchor',text:r.object(),name:r.string(),}},
|
|
662
|
+
324435594:function(r){return{_:'pageBlockUnsupported'}},
|
|
663
|
+
1890305021:function(r){return{_:'pageBlockTitle',text:r.object(),}},
|
|
664
|
+
2415565343:function(r){return{_:'pageBlockSubtitle',text:r.object(),}},
|
|
665
|
+
3132089824:function(r){return{_:'pageBlockAuthorDate',author:r.object(),publishedDate:r.int(),}},
|
|
666
|
+
3218105580:function(r){return{_:'pageBlockHeader',text:r.object(),}},
|
|
667
|
+
4046173921:function(r){return{_:'pageBlockSubheader',text:r.object(),}},
|
|
668
|
+
1182402406:function(r){return{_:'pageBlockParagraph',text:r.object(),}},
|
|
669
|
+
3228621118:function(r){return{_:'pageBlockPreformatted',text:r.object(),language:r.string(),}},
|
|
670
|
+
1216809369:function(r){return{_:'pageBlockFooter',text:r.object(),}},
|
|
671
|
+
3676352904:function(r){return{_:'pageBlockDivider'}},
|
|
672
|
+
3456972720:function(r){return{_:'pageBlockAnchor',name:r.string(),}},
|
|
673
|
+
3840442385:function(r){return{_:'pageBlockList',items:r.vector(r.object),}},
|
|
674
|
+
641563686:function(r){return{_:'pageBlockBlockquote',text:r.object(),caption:r.object(),}},
|
|
675
|
+
1329878739:function(r){return{_:'pageBlockPullquote',text:r.object(),caption:r.object(),}},
|
|
676
|
+
391759200:function(r){var flags=r.uint();return{_:'pageBlockPhoto',photoId:r.long(),caption:r.object(),url:flags&1?r.string():void 0,webpageId:flags&1?r.long():void 0,}},
|
|
677
|
+
2089805750:function(r){var flags=r.uint();return{_:'pageBlockVideo',autoplay:!!(flags&1),loop:!!(flags&2),videoId:r.long(),caption:r.object(),}},
|
|
678
|
+
972174080:function(r){return{_:'pageBlockCover',cover:r.object(),}},
|
|
679
|
+
2826014149:function(r){var flags=r.uint();return{_:'pageBlockEmbed',fullWidth:!!(flags&1),allowScrolling:!!(flags&8),url:flags&2?r.string():void 0,html:flags&4?r.string():void 0,posterPhotoId:flags&16?r.long():void 0,w:flags&32?r.int():void 0,h:flags&32?r.int():void 0,caption:r.object(),}},
|
|
680
|
+
4065961995:function(r){return{_:'pageBlockEmbedPost',url:r.string(),webpageId:r.long(),authorPhotoId:r.long(),author:r.string(),date:r.int(),blocks:r.vector(r.object),caption:r.object(),}},
|
|
681
|
+
1705048653:function(r){return{_:'pageBlockCollage',items:r.vector(r.object),caption:r.object(),}},
|
|
682
|
+
52401552:function(r){return{_:'pageBlockSlideshow',items:r.vector(r.object),caption:r.object(),}},
|
|
683
|
+
4011282869:function(r){return{_:'pageBlockChannel',channel:r.object(),}},
|
|
684
|
+
2151899626:function(r){return{_:'pageBlockAudio',audioId:r.long(),caption:r.object(),}},
|
|
685
|
+
504660880:function(r){return{_:'pageBlockKicker',text:r.object(),}},
|
|
686
|
+
3209554562:function(r){var flags=r.uint();return{_:'pageBlockTable',bordered:!!(flags&1),striped:!!(flags&2),title:r.object(),rows:r.vector(r.object),}},
|
|
687
|
+
2592793057:function(r){return{_:'pageBlockOrderedList',items:r.vector(r.object),}},
|
|
688
|
+
1987480557:function(r){var flags=r.uint();return{_:'pageBlockDetails',open:!!(flags&1),blocks:r.vector(r.object),title:r.object(),}},
|
|
689
|
+
370236054:function(r){return{_:'pageBlockRelatedArticles',title:r.object(),articles:r.vector(r.object),}},
|
|
690
|
+
2756656886:function(r){return{_:'pageBlockMap',geo:r.object(),zoom:r.int(),w:r.int(),h:r.int(),caption:r.object(),}},
|
|
691
|
+
2246320897:function(r){return{_:'phoneCallDiscardReasonMissed'}},
|
|
692
|
+
3767910816:function(r){return{_:'phoneCallDiscardReasonDisconnect'}},
|
|
693
|
+
1471006352:function(r){return{_:'phoneCallDiscardReasonHangup'}},
|
|
694
|
+
4210550985:function(r){return{_:'phoneCallDiscardReasonBusy'}},
|
|
695
|
+
2104790276:function(r){return{_:'dataJSON',data:r.string(),}},
|
|
696
|
+
3408489464:function(r){return{_:'labeledPrice',label:r.string(),amount:r.long(),}},
|
|
697
|
+
1572428309:function(r){var flags=r.uint();return{_:'invoice',test:!!(flags&1),nameRequested:!!(flags&2),phoneRequested:!!(flags&4),emailRequested:!!(flags&8),shippingAddressRequested:!!(flags&16),flexible:!!(flags&32),phoneToProvider:!!(flags&64),emailToProvider:!!(flags&128),recurring:!!(flags&512),currency:r.string(),prices:r.vector(r.object),maxTipAmount:flags&256?r.long():void 0,suggestedTipAmounts:flags&256?r.vector(r.long):void 0,termsUrl:flags&1024?r.string():void 0,}},
|
|
698
|
+
3926049406:function(r){return{_:'paymentCharge',id:r.string(),providerChargeId:r.string(),}},
|
|
699
|
+
512535275:function(r){return{_:'postAddress',streetLine1:r.string(),streetLine2:r.string(),city:r.string(),state:r.string(),countryIso2:r.string(),postCode:r.string(),}},
|
|
700
|
+
2426158996:function(r){var flags=r.uint();return{_:'paymentRequestedInfo',name:flags&1?r.string():void 0,phone:flags&2?r.string():void 0,email:flags&4?r.string():void 0,shippingAddress:flags&8?r.object():void 0,}},
|
|
701
|
+
3452074527:function(r){return{_:'paymentSavedCredentialsCard',id:r.string(),title:r.string(),}},
|
|
702
|
+
475467473:function(r){return{_:'webDocument',url:r.string(),accessHash:r.long(),size:r.int(),mimeType:r.string(),attributes:r.vector(r.object),}},
|
|
703
|
+
4190682310:function(r){return{_:'webDocumentNoProxy',url:r.string(),size:r.int(),mimeType:r.string(),attributes:r.vector(r.object),}},
|
|
704
|
+
2616017741:function(r){return{_:'inputWebDocument',url:r.string(),size:r.int(),mimeType:r.string(),attributes:r.vector(r.object),}},
|
|
705
|
+
3258570374:function(r){return{_:'inputWebFileLocation',url:r.string(),accessHash:r.long(),}},
|
|
706
|
+
2669814217:function(r){return{_:'inputWebFileGeoPointLocation',geoPoint:r.object(),accessHash:r.long(),w:r.int(),h:r.int(),zoom:r.int(),scale:r.int(),}},
|
|
707
|
+
4100974884:function(r){var flags=r.uint();return{_:'inputWebFileAudioAlbumThumbLocation',small:!!(flags&4),document:flags&1?r.object():void 0,title:flags&2?r.string():void 0,performer:flags&2?r.string():void 0,}},
|
|
708
|
+
568808380:function(r){return{_:'upload.webFile',size:r.int(),mimeType:r.string(),fileType:r.object(),mtime:r.int(),bytes:r.bytes(),}},
|
|
709
|
+
2684716881:function(r){var flags=r.uint();return{_:'payments.paymentForm',canSaveCredentials:!!(flags&4),passwordMissing:!!(flags&8),formId:r.long(),botId:r.int53(),title:r.string(),description:r.string(),photo:flags&32?r.object():void 0,invoice:r.object(),providerId:r.long(),url:r.string(),nativeProvider:flags&16?r.string():void 0,nativeParams:flags&16?r.object():void 0,additionalMethods:flags&64?r.vector(r.object):void 0,savedInfo:flags&1?r.object():void 0,savedCredentials:flags&2?r.vector(r.object):void 0,users:r.vector(r.object),}},
|
|
710
|
+
3510966403:function(r){var flags=r.uint();return{_:'payments.validatedRequestedInfo',id:flags&1?r.string():void 0,shippingOptions:flags&2?r.vector(r.object):void 0,}},
|
|
711
|
+
1314881805:function(r){return{_:'payments.paymentResult',updates:r.object(),}},
|
|
712
|
+
3628142905:function(r){return{_:'payments.paymentVerificationNeeded',url:r.string(),}},
|
|
713
|
+
1891958275:function(r){var flags=r.uint();return{_:'payments.paymentReceipt',date:r.int(),botId:r.int53(),providerId:r.long(),title:r.string(),description:r.string(),photo:flags&4?r.object():void 0,invoice:r.object(),info:flags&1?r.object():void 0,shipping:flags&2?r.object():void 0,tipAmount:flags&8?r.long():void 0,currency:r.string(),totalAmount:r.long(),credentialsTitle:r.string(),users:r.vector(r.object),}},
|
|
714
|
+
4220511292:function(r){var flags=r.uint();return{_:'payments.savedInfo',hasSavedCredentials:!!(flags&2),savedInfo:flags&1?r.object():void 0,}},
|
|
715
|
+
3238965967:function(r){return{_:'inputPaymentCredentialsSaved',id:r.string(),tmpPassword:r.bytes(),}},
|
|
716
|
+
873977640:function(r){var flags=r.uint();return{_:'inputPaymentCredentials',save:!!(flags&1),data:r.object(),}},
|
|
717
|
+
178373535:function(r){return{_:'inputPaymentCredentialsApplePay',paymentData:r.object(),}},
|
|
718
|
+
2328045569:function(r){return{_:'inputPaymentCredentialsGooglePay',paymentToken:r.object(),}},
|
|
719
|
+
3680828724:function(r){return{_:'account.tmpPassword',tmpPassword:r.bytes(),validUntil:r.int(),}},
|
|
720
|
+
3055631583:function(r){return{_:'shippingOption',id:r.string(),title:r.string(),prices:r.vector(r.object),}},
|
|
721
|
+
853188252:function(r){var flags=r.uint();return{_:'inputStickerSetItem',document:r.object(),emoji:r.string(),maskCoords:flags&1?r.object():void 0,keywords:flags&2?r.string():void 0,}},
|
|
722
|
+
506920429:function(r){return{_:'inputPhoneCall',id:r.long(),accessHash:r.long(),}},
|
|
723
|
+
1399245077:function(r){return{_:'phoneCallEmpty',id:r.long(),}},
|
|
724
|
+
3307368215:function(r){var flags=r.uint();return{_:'phoneCallWaiting',video:!!(flags&64),id:r.long(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),protocol:r.object(),receiveDate:flags&1?r.int():void 0,}},
|
|
725
|
+
347139340:function(r){var flags=r.uint();return{_:'phoneCallRequested',video:!!(flags&64),id:r.long(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),gAHash:r.bytes(),protocol:r.object(),}},
|
|
726
|
+
912311057:function(r){var flags=r.uint();return{_:'phoneCallAccepted',video:!!(flags&64),id:r.long(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),gB:r.bytes(),protocol:r.object(),}},
|
|
727
|
+
2524937319:function(r){var flags=r.uint();return{_:'phoneCall',p2pAllowed:!!(flags&32),video:!!(flags&64),id:r.long(),accessHash:r.long(),date:r.int(),adminId:r.int53(),participantId:r.int53(),gAOrB:r.bytes(),keyFingerprint:r.long(),protocol:r.object(),connections:r.vector(r.object),startDate:r.int(),}},
|
|
728
|
+
1355435489:function(r){var flags=r.uint();return{_:'phoneCallDiscarded',needRating:!!(flags&4),needDebug:!!(flags&8),video:!!(flags&64),id:r.long(),reason:flags&1?r.object():void 0,duration:flags&2?r.int():void 0,}},
|
|
729
|
+
2629903303:function(r){var flags=r.uint();return{_:'phoneConnection',tcp:!!(flags&1),id:r.long(),ip:r.string(),ipv6:r.string(),port:r.int(),peerTag:r.bytes(),}},
|
|
730
|
+
1667228533:function(r){var flags=r.uint();return{_:'phoneConnectionWebrtc',turn:!!(flags&1),stun:!!(flags&2),id:r.long(),ip:r.string(),ipv6:r.string(),port:r.int(),username:r.string(),password:r.string(),}},
|
|
731
|
+
4236742600:function(r){var flags=r.uint();return{_:'phoneCallProtocol',udpP2p:!!(flags&1),udpReflector:!!(flags&2),minLayer:r.int(),maxLayer:r.int(),libraryVersions:r.vector(r.string),}},
|
|
732
|
+
3968000320:function(r){return{_:'phone.phoneCall',phoneCall:r.object(),users:r.vector(r.object),}},
|
|
733
|
+
4004045934:function(r){return{_:'upload.cdnFileReuploadNeeded',requestToken:r.bytes(),}},
|
|
734
|
+
2845821519:function(r){return{_:'upload.cdnFile',bytes:r.bytes(),}},
|
|
735
|
+
3380800186:function(r){return{_:'cdnPublicKey',dcId:r.int(),publicKey:r.string(),}},
|
|
736
|
+
1462101002:function(r){return{_:'cdnConfig',publicKeys:r.vector(r.object),}},
|
|
737
|
+
3402727926:function(r){return{_:'langPackString',key:r.string(),value:r.string(),}},
|
|
738
|
+
1816636575:function(r){var flags=r.uint();return{_:'langPackStringPluralized',key:r.string(),zeroValue:flags&1?r.string():void 0,oneValue:flags&2?r.string():void 0,twoValue:flags&4?r.string():void 0,fewValue:flags&8?r.string():void 0,manyValue:flags&16?r.string():void 0,otherValue:r.string(),}},
|
|
739
|
+
695856818:function(r){return{_:'langPackStringDeleted',key:r.string(),}},
|
|
740
|
+
4085629430:function(r){return{_:'langPackDifference',langCode:r.string(),fromVersion:r.int(),version:r.int(),strings:r.vector(r.object),}},
|
|
741
|
+
4006239459:function(r){var flags=r.uint();return{_:'langPackLanguage',official:!!(flags&1),rtl:!!(flags&4),beta:!!(flags&8),name:r.string(),nativeName:r.string(),langCode:r.string(),baseLangCode:flags&2?r.string():void 0,pluralCode:r.string(),stringsCount:r.int(),translatedCount:r.int(),translationsUrl:r.string(),}},
|
|
742
|
+
3873421349:function(r){return{_:'channelAdminLogEventActionChangeTitle',prevValue:r.string(),newValue:r.string(),}},
|
|
743
|
+
1427671598:function(r){return{_:'channelAdminLogEventActionChangeAbout',prevValue:r.string(),newValue:r.string(),}},
|
|
744
|
+
1783299128:function(r){return{_:'channelAdminLogEventActionChangeUsername',prevValue:r.string(),newValue:r.string(),}},
|
|
745
|
+
1129042607:function(r){return{_:'channelAdminLogEventActionChangePhoto',prevPhoto:r.object(),newPhoto:r.object(),}},
|
|
746
|
+
460916654:function(r){return{_:'channelAdminLogEventActionToggleInvites',newValue:r.boolean(),}},
|
|
747
|
+
648939889:function(r){return{_:'channelAdminLogEventActionToggleSignatures',newValue:r.boolean(),}},
|
|
748
|
+
3924306968:function(r){return{_:'channelAdminLogEventActionUpdatePinned',message:r.object(),}},
|
|
749
|
+
1889215493:function(r){return{_:'channelAdminLogEventActionEditMessage',prevMessage:r.object(),newMessage:r.object(),}},
|
|
750
|
+
1121994683:function(r){return{_:'channelAdminLogEventActionDeleteMessage',message:r.object(),}},
|
|
751
|
+
405815507:function(r){return{_:'channelAdminLogEventActionParticipantJoin'}},
|
|
752
|
+
4170676210:function(r){return{_:'channelAdminLogEventActionParticipantLeave'}},
|
|
753
|
+
3810276568:function(r){return{_:'channelAdminLogEventActionParticipantInvite',participant:r.object(),}},
|
|
754
|
+
3872931198:function(r){return{_:'channelAdminLogEventActionParticipantToggleBan',prevParticipant:r.object(),newParticipant:r.object(),}},
|
|
755
|
+
3580323600:function(r){return{_:'channelAdminLogEventActionParticipantToggleAdmin',prevParticipant:r.object(),newParticipant:r.object(),}},
|
|
756
|
+
2982398631:function(r){return{_:'channelAdminLogEventActionChangeStickerSet',prevStickerset:r.object(),newStickerset:r.object(),}},
|
|
757
|
+
1599903217:function(r){return{_:'channelAdminLogEventActionTogglePreHistoryHidden',newValue:r.boolean(),}},
|
|
758
|
+
771095562:function(r){return{_:'channelAdminLogEventActionDefaultBannedRights',prevBannedRights:r.object(),newBannedRights:r.object(),}},
|
|
759
|
+
2399639107:function(r){return{_:'channelAdminLogEventActionStopPoll',message:r.object(),}},
|
|
760
|
+
84703944:function(r){return{_:'channelAdminLogEventActionChangeLinkedChat',prevValue:r.int53(),newValue:r.int53(),}},
|
|
761
|
+
241923758:function(r){return{_:'channelAdminLogEventActionChangeLocation',prevValue:r.object(),newValue:r.object(),}},
|
|
762
|
+
1401984889:function(r){return{_:'channelAdminLogEventActionToggleSlowMode',prevValue:r.int(),newValue:r.int(),}},
|
|
763
|
+
589338437:function(r){return{_:'channelAdminLogEventActionStartGroupCall',call:r.object(),}},
|
|
764
|
+
3684667712:function(r){return{_:'channelAdminLogEventActionDiscardGroupCall',call:r.object(),}},
|
|
765
|
+
4179895506:function(r){return{_:'channelAdminLogEventActionParticipantMute',participant:r.object(),}},
|
|
766
|
+
3863226816:function(r){return{_:'channelAdminLogEventActionParticipantUnmute',participant:r.object(),}},
|
|
767
|
+
1456906823:function(r){return{_:'channelAdminLogEventActionToggleGroupCallSetting',joinMuted:r.boolean(),}},
|
|
768
|
+
4271882584:function(r){var flags=r.uint();return{_:'channelAdminLogEventActionParticipantJoinByInvite',viaChatlist:!!(flags&1),invite:r.object(),}},
|
|
769
|
+
1515256996:function(r){return{_:'channelAdminLogEventActionExportedInviteDelete',invite:r.object(),}},
|
|
770
|
+
1091179342:function(r){return{_:'channelAdminLogEventActionExportedInviteRevoke',invite:r.object(),}},
|
|
771
|
+
3910056793:function(r){return{_:'channelAdminLogEventActionExportedInviteEdit',prevInvite:r.object(),newInvite:r.object(),}},
|
|
772
|
+
1048537159:function(r){return{_:'channelAdminLogEventActionParticipantVolume',participant:r.object(),}},
|
|
773
|
+
1855199800:function(r){return{_:'channelAdminLogEventActionChangeHistoryTTL',prevValue:r.int(),newValue:r.int(),}},
|
|
774
|
+
2947945546:function(r){return{_:'channelAdminLogEventActionParticipantJoinByRequest',invite:r.object(),approvedBy:r.int53(),}},
|
|
775
|
+
3408578406:function(r){return{_:'channelAdminLogEventActionToggleNoForwards',newValue:r.boolean(),}},
|
|
776
|
+
663693416:function(r){return{_:'channelAdminLogEventActionSendMessage',message:r.object(),}},
|
|
777
|
+
3192786680:function(r){return{_:'channelAdminLogEventActionChangeAvailableReactions',prevValue:r.object(),newValue:r.object(),}},
|
|
778
|
+
4031755177:function(r){return{_:'channelAdminLogEventActionChangeUsernames',prevValue:r.vector(r.string),newValue:r.vector(r.string),}},
|
|
779
|
+
46949251:function(r){return{_:'channelAdminLogEventActionToggleForum',newValue:r.boolean(),}},
|
|
780
|
+
1483767080:function(r){return{_:'channelAdminLogEventActionCreateTopic',topic:r.object(),}},
|
|
781
|
+
4033864200:function(r){return{_:'channelAdminLogEventActionEditTopic',prevTopic:r.object(),newTopic:r.object(),}},
|
|
782
|
+
2920712457:function(r){return{_:'channelAdminLogEventActionDeleteTopic',topic:r.object(),}},
|
|
783
|
+
1569535291:function(r){var flags=r.uint();return{_:'channelAdminLogEventActionPinTopic',prevTopic:flags&1?r.object():void 0,newTopic:flags&2?r.object():void 0,}},
|
|
784
|
+
1693675004:function(r){return{_:'channelAdminLogEventActionToggleAntiSpam',newValue:r.boolean(),}},
|
|
785
|
+
531458253:function(r){return{_:'channelAdminLogEvent',id:r.long(),date:r.int(),userId:r.int53(),action:r.object(),}},
|
|
786
|
+
3985307469:function(r){return{_:'channels.adminLogResults',events:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
787
|
+
3926948580:function(r){var flags=r.uint();return{_:'channelAdminLogEventsFilter',join:!!(flags&1),leave:!!(flags&2),invite:!!(flags&4),ban:!!(flags&8),unban:!!(flags&16),kick:!!(flags&32),unkick:!!(flags&64),promote:!!(flags&128),demote:!!(flags&256),info:!!(flags&512),settings:!!(flags&1024),pinned:!!(flags&2048),edit:!!(flags&4096),delete:!!(flags&8192),groupCall:!!(flags&16384),invites:!!(flags&32768),send:!!(flags&65536),forums:!!(flags&131072),}},
|
|
788
|
+
1558266229:function(r){return{_:'popularContact',clientId:r.long(),importers:r.int(),}},
|
|
789
|
+
2660214483:function(r){return{_:'messages.favedStickersNotModified'}},
|
|
790
|
+
750063767:function(r){return{_:'messages.favedStickers',hash:r.long(),packs:r.vector(r.object),stickers:r.vector(r.object),}},
|
|
791
|
+
1189204285:function(r){return{_:'recentMeUrlUnknown',url:r.string(),}},
|
|
792
|
+
3106671074:function(r){return{_:'recentMeUrlUser',url:r.string(),userId:r.int53(),}},
|
|
793
|
+
3000660434:function(r){return{_:'recentMeUrlChat',url:r.string(),chatId:r.int53(),}},
|
|
794
|
+
3947431965:function(r){return{_:'recentMeUrlChatInvite',url:r.string(),chatInvite:r.object(),}},
|
|
795
|
+
3154794460:function(r){return{_:'recentMeUrlStickerSet',url:r.string(),set:r.object(),}},
|
|
796
|
+
235081943:function(r){return{_:'help.recentMeUrls',urls:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
797
|
+
482797855:function(r){var flags=r.uint();return{_:'inputSingleMedia',media:r.object(),randomId:r.long(),message:r.string(),entities:flags&1?r.vector(r.object):void 0,}},
|
|
798
|
+
2801333330:function(r){return{_:'webAuthorization',hash:r.long(),botId:r.int53(),domain:r.string(),browser:r.string(),platform:r.string(),dateCreated:r.int(),dateActive:r.int(),ip:r.string(),region:r.string(),}},
|
|
799
|
+
3981887996:function(r){return{_:'account.webAuthorizations',authorizations:r.vector(r.object),users:r.vector(r.object),}},
|
|
800
|
+
2792792866:function(r){return{_:'inputMessageID',id:r.int(),}},
|
|
801
|
+
3134751637:function(r){return{_:'inputMessageReplyTo',id:r.int(),}},
|
|
802
|
+
2257003832:function(r){return{_:'inputMessagePinned'}},
|
|
803
|
+
2902071934:function(r){return{_:'inputMessageCallbackQuery',id:r.int(),queryId:r.long(),}},
|
|
804
|
+
4239064759:function(r){return{_:'inputDialogPeer',peer:r.object(),}},
|
|
805
|
+
1684014375:function(r){return{_:'inputDialogPeerFolder',folderId:r.int(),}},
|
|
806
|
+
3849174789:function(r){return{_:'dialogPeer',peer:r.object(),}},
|
|
807
|
+
1363483106:function(r){return{_:'dialogPeerFolder',folderId:r.int(),}},
|
|
808
|
+
223655517:function(r){return{_:'messages.foundStickerSetsNotModified'}},
|
|
809
|
+
2331024850:function(r){return{_:'messages.foundStickerSets',hash:r.long(),sets:r.vector(r.object),}},
|
|
810
|
+
4087022428:function(r){return{_:'fileHash',offset:r.int53(),limit:r.int(),hash:r.bytes(),}},
|
|
811
|
+
1968737087:function(r){return{_:'inputClientProxy',address:r.string(),port:r.int(),}},
|
|
812
|
+
3811614591:function(r){return{_:'help.termsOfServiceUpdateEmpty',expires:r.int(),}},
|
|
813
|
+
686618977:function(r){return{_:'help.termsOfServiceUpdate',expires:r.int(),termsOfService:r.object(),}},
|
|
814
|
+
859091184:function(r){return{_:'inputSecureFileUploaded',id:r.long(),parts:r.int(),md5Checksum:r.string(),fileHash:r.bytes(),secret:r.bytes(),}},
|
|
815
|
+
1399317950:function(r){return{_:'inputSecureFile',id:r.long(),accessHash:r.long(),}},
|
|
816
|
+
1679398724:function(r){return{_:'secureFileEmpty'}},
|
|
817
|
+
2097791614:function(r){return{_:'secureFile',id:r.long(),accessHash:r.long(),size:r.int53(),dcId:r.int(),date:r.int(),fileHash:r.bytes(),secret:r.bytes(),}},
|
|
818
|
+
2330640067:function(r){return{_:'secureData',data:r.bytes(),dataHash:r.bytes(),secret:r.bytes(),}},
|
|
819
|
+
2103482845:function(r){return{_:'securePlainPhone',phone:r.string(),}},
|
|
820
|
+
569137759:function(r){return{_:'securePlainEmail',email:r.string(),}},
|
|
821
|
+
2636808675:function(r){return{_:'secureValueTypePersonalDetails'}},
|
|
822
|
+
1034709504:function(r){return{_:'secureValueTypePassport'}},
|
|
823
|
+
115615172:function(r){return{_:'secureValueTypeDriverLicense'}},
|
|
824
|
+
2698015819:function(r){return{_:'secureValueTypeIdentityCard'}},
|
|
825
|
+
2577698595:function(r){return{_:'secureValueTypeInternalPassport'}},
|
|
826
|
+
3420659238:function(r){return{_:'secureValueTypeAddress'}},
|
|
827
|
+
4231435598:function(r){return{_:'secureValueTypeUtilityBill'}},
|
|
828
|
+
2299755533:function(r){return{_:'secureValueTypeBankStatement'}},
|
|
829
|
+
2340959368:function(r){return{_:'secureValueTypeRentalAgreement'}},
|
|
830
|
+
2581823594:function(r){return{_:'secureValueTypePassportRegistration'}},
|
|
831
|
+
3926060083:function(r){return{_:'secureValueTypeTemporaryRegistration'}},
|
|
832
|
+
3005262555:function(r){return{_:'secureValueTypePhone'}},
|
|
833
|
+
2386339822:function(r){return{_:'secureValueTypeEmail'}},
|
|
834
|
+
411017418:function(r){var flags=r.uint();return{_:'secureValue',type:r.object(),data:flags&1?r.object():void 0,frontSide:flags&2?r.object():void 0,reverseSide:flags&4?r.object():void 0,selfie:flags&8?r.object():void 0,translation:flags&64?r.vector(r.object):void 0,files:flags&16?r.vector(r.object):void 0,plainData:flags&32?r.object():void 0,hash:r.bytes(),}},
|
|
835
|
+
3676426407:function(r){var flags=r.uint();return{_:'inputSecureValue',type:r.object(),data:flags&1?r.object():void 0,frontSide:flags&2?r.object():void 0,reverseSide:flags&4?r.object():void 0,selfie:flags&8?r.object():void 0,translation:flags&64?r.vector(r.object):void 0,files:flags&16?r.vector(r.object):void 0,plainData:flags&32?r.object():void 0,}},
|
|
836
|
+
3978218928:function(r){return{_:'secureValueHash',type:r.object(),hash:r.bytes(),}},
|
|
837
|
+
3903065049:function(r){return{_:'secureValueErrorData',type:r.object(),dataHash:r.bytes(),field:r.string(),text:r.string(),}},
|
|
838
|
+
12467706:function(r){return{_:'secureValueErrorFrontSide',type:r.object(),fileHash:r.bytes(),text:r.string(),}},
|
|
839
|
+
2257201829:function(r){return{_:'secureValueErrorReverseSide',type:r.object(),fileHash:r.bytes(),text:r.string(),}},
|
|
840
|
+
3845639894:function(r){return{_:'secureValueErrorSelfie',type:r.object(),fileHash:r.bytes(),text:r.string(),}},
|
|
841
|
+
2054162547:function(r){return{_:'secureValueErrorFile',type:r.object(),fileHash:r.bytes(),text:r.string(),}},
|
|
842
|
+
1717706985:function(r){return{_:'secureValueErrorFiles',type:r.object(),fileHash:r.vector(r.bytes),text:r.string(),}},
|
|
843
|
+
2258466191:function(r){return{_:'secureValueError',type:r.object(),hash:r.bytes(),text:r.string(),}},
|
|
844
|
+
2702460784:function(r){return{_:'secureValueErrorTranslationFile',type:r.object(),fileHash:r.bytes(),text:r.string(),}},
|
|
845
|
+
878931416:function(r){return{_:'secureValueErrorTranslationFiles',type:r.object(),fileHash:r.vector(r.bytes),text:r.string(),}},
|
|
846
|
+
871426631:function(r){return{_:'secureCredentialsEncrypted',data:r.bytes(),hash:r.bytes(),secret:r.bytes(),}},
|
|
847
|
+
2905480408:function(r){var flags=r.uint();return{_:'account.authorizationForm',requiredTypes:r.vector(r.object),values:r.vector(r.object),errors:r.vector(r.object),users:r.vector(r.object),privacyPolicyUrl:flags&1?r.string():void 0,}},
|
|
848
|
+
2166326607:function(r){return{_:'account.sentEmailCode',emailPattern:r.string(),length:r.int(),}},
|
|
849
|
+
1722786150:function(r){return{_:'help.deepLinkInfoEmpty'}},
|
|
850
|
+
1783556146:function(r){var flags=r.uint();return{_:'help.deepLinkInfo',updateApp:!!(flags&1),message:r.string(),entities:flags&2?r.vector(r.object):void 0,}},
|
|
851
|
+
289586518:function(r){return{_:'savedPhoneContact',phone:r.string(),firstName:r.string(),lastName:r.string(),date:r.int(),}},
|
|
852
|
+
1304052993:function(r){return{_:'account.takeout',id:r.long(),}},
|
|
853
|
+
3562713238:function(r){return{_:'passwordKdfAlgoUnknown'}},
|
|
854
|
+
982592842:function(r){return{_:'passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow',salt1:r.bytes(),salt2:r.bytes(),g:r.int(),p:r.bytes(),}},
|
|
855
|
+
4883767:function(r){return{_:'securePasswordKdfAlgoUnknown'}},
|
|
856
|
+
3153255840:function(r){return{_:'securePasswordKdfAlgoPBKDF2HMACSHA512iter100000',salt:r.bytes(),}},
|
|
857
|
+
2252807570:function(r){return{_:'securePasswordKdfAlgoSHA512',salt:r.bytes(),}},
|
|
858
|
+
354925740:function(r){return{_:'secureSecretSettings',secureAlgo:r.object(),secureSecret:r.bytes(),secureSecretId:r.long(),}},
|
|
859
|
+
2558588504:function(r){return{_:'inputCheckPasswordEmpty'}},
|
|
860
|
+
3531600002:function(r){return{_:'inputCheckPasswordSRP',srpId:r.long(),A:r.bytes(),M1:r.bytes(),}},
|
|
861
|
+
2191366618:function(r){var flags=r.uint();return{_:'secureRequiredType',nativeNames:!!(flags&1),selfieRequired:!!(flags&2),translationRequired:!!(flags&4),type:r.object(),}},
|
|
862
|
+
41187252:function(r){return{_:'secureRequiredTypeOneOf',types:r.vector(r.object),}},
|
|
863
|
+
3216634967:function(r){return{_:'help.passportConfigNotModified'}},
|
|
864
|
+
2694370991:function(r){return{_:'help.passportConfig',hash:r.int(),countriesLangs:r.object(),}},
|
|
865
|
+
488313413:function(r){return{_:'inputAppEvent',time:r.double(),type:r.string(),peer:r.long(),data:r.object(),}},
|
|
866
|
+
3235781593:function(r){return{_:'jsonObjectValue',key:r.string(),value:r.object(),}},
|
|
867
|
+
1064139624:function(r){return{_:'jsonNull'}},
|
|
868
|
+
3342098026:function(r){return{_:'jsonBool',value:r.boolean(),}},
|
|
869
|
+
736157604:function(r){return{_:'jsonNumber',value:r.double(),}},
|
|
870
|
+
3072226938:function(r){return{_:'jsonString',value:r.string(),}},
|
|
871
|
+
4148447075:function(r){return{_:'jsonArray',value:r.vector(r.object),}},
|
|
872
|
+
2579616925:function(r){return{_:'jsonObject',value:r.vector(r.object),}},
|
|
873
|
+
878078826:function(r){var flags=r.uint();return{_:'pageTableCell',header:!!(flags&1),alignCenter:!!(flags&8),alignRight:!!(flags&16),valignMiddle:!!(flags&32),valignBottom:!!(flags&64),text:flags&128?r.object():void 0,colspan:flags&2?r.int():void 0,rowspan:flags&4?r.int():void 0,}},
|
|
874
|
+
3770729957:function(r){return{_:'pageTableRow',cells:r.vector(r.object),}},
|
|
875
|
+
1869903447:function(r){return{_:'pageCaption',text:r.object(),credit:r.object(),}},
|
|
876
|
+
3106911949:function(r){return{_:'pageListItemText',text:r.object(),}},
|
|
877
|
+
635466748:function(r){return{_:'pageListItemBlocks',blocks:r.vector(r.object),}},
|
|
878
|
+
1577484359:function(r){return{_:'pageListOrderedItemText',num:r.string(),text:r.object(),}},
|
|
879
|
+
2564655414:function(r){return{_:'pageListOrderedItemBlocks',num:r.string(),blocks:r.vector(r.object),}},
|
|
880
|
+
3012615176:function(r){var flags=r.uint();return{_:'pageRelatedArticle',url:r.string(),webpageId:r.long(),title:flags&1?r.string():void 0,description:flags&2?r.string():void 0,photoId:flags&4?r.long():void 0,author:flags&8?r.string():void 0,publishedDate:flags&16?r.int():void 0,}},
|
|
881
|
+
2556788493:function(r){var flags=r.uint();return{_:'page',part:!!(flags&1),rtl:!!(flags&2),v2:!!(flags&4),url:r.string(),blocks:r.vector(r.object),photos:r.vector(r.object),documents:r.vector(r.object),views:flags&8?r.int():void 0,}},
|
|
882
|
+
2349199817:function(r){return{_:'help.supportName',name:r.string(),}},
|
|
883
|
+
4088278765:function(r){return{_:'help.userInfoEmpty'}},
|
|
884
|
+
32192344:function(r){return{_:'help.userInfo',message:r.string(),entities:r.vector(r.object),author:r.string(),date:r.int(),}},
|
|
885
|
+
1823064809:function(r){return{_:'pollAnswer',text:r.string(),option:r.bytes(),}},
|
|
886
|
+
2262925665:function(r){var id=r.long(),flags=r.uint();return{_:'poll',id:id,closed:!!(flags&1),publicVoters:!!(flags&2),multipleChoice:!!(flags&4),quiz:!!(flags&8),question:r.string(),answers:r.vector(r.object),closePeriod:flags&16?r.int():void 0,closeDate:flags&32?r.int():void 0,}},
|
|
887
|
+
997055186:function(r){var flags=r.uint();return{_:'pollAnswerVoters',chosen:!!(flags&1),correct:!!(flags&2),option:r.bytes(),voters:r.int(),}},
|
|
888
|
+
2061444128:function(r){var flags=r.uint();return{_:'pollResults',min:!!(flags&1),results:flags&2?r.vector(r.object):void 0,totalVoters:flags&4?r.int():void 0,recentVoters:flags&8?r.vector(r.object):void 0,solution:flags&16?r.string():void 0,solutionEntities:flags&16?r.vector(r.object):void 0,}},
|
|
889
|
+
4030849616:function(r){return{_:'chatOnlines',onlines:r.int(),}},
|
|
890
|
+
1202287072:function(r){return{_:'statsURL',url:r.string(),}},
|
|
891
|
+
1605510357:function(r){var flags=r.uint();return{_:'chatAdminRights',changeInfo:!!(flags&1),postMessages:!!(flags&2),editMessages:!!(flags&4),deleteMessages:!!(flags&8),banUsers:!!(flags&16),inviteUsers:!!(flags&32),pinMessages:!!(flags&128),addAdmins:!!(flags&512),anonymous:!!(flags&1024),manageCall:!!(flags&2048),other:!!(flags&4096),manageTopics:!!(flags&8192),postStories:!!(flags&16384),editStories:!!(flags&32768),deleteStories:!!(flags&65536),}},
|
|
892
|
+
2668758040:function(r){var flags=r.uint();return{_:'chatBannedRights',viewMessages:!!(flags&1),sendMessages:!!(flags&2),sendMedia:!!(flags&4),sendStickers:!!(flags&8),sendGifs:!!(flags&16),sendGames:!!(flags&32),sendInline:!!(flags&64),embedLinks:!!(flags&128),sendPolls:!!(flags&256),changeInfo:!!(flags&1024),inviteUsers:!!(flags&32768),pinMessages:!!(flags&131072),manageTopics:!!(flags&262144),sendPhotos:!!(flags&524288),sendVideos:!!(flags&1048576),sendRoundvideos:!!(flags&2097152),sendAudios:!!(flags&4194304),sendVoices:!!(flags&8388608),sendDocs:!!(flags&16777216),sendPlain:!!(flags&33554432),untilDate:r.int(),}},
|
|
893
|
+
3861952889:function(r){return{_:'inputWallPaper',id:r.long(),accessHash:r.long(),}},
|
|
894
|
+
1913199744:function(r){return{_:'inputWallPaperSlug',slug:r.string(),}},
|
|
895
|
+
2524595758:function(r){return{_:'inputWallPaperNoFile',id:r.long(),}},
|
|
896
|
+
471437699:function(r){return{_:'account.wallPapersNotModified'}},
|
|
897
|
+
3452142988:function(r){return{_:'account.wallPapers',hash:r.long(),wallpapers:r.vector(r.object),}},
|
|
898
|
+
2904898936:function(r){var flags=r.uint();return{_:'codeSettings',allowFlashcall:!!(flags&1),currentNumber:!!(flags&2),allowAppHash:!!(flags&16),allowMissedCall:!!(flags&32),allowFirebase:!!(flags&128),logoutTokens:flags&64?r.vector(r.bytes):void 0,token:flags&256?r.string():void 0,appSandbox:flags&256?r.boolean():void 0,}},
|
|
899
|
+
499236004:function(r){var flags=r.uint();return{_:'wallPaperSettings',blur:!!(flags&2),motion:!!(flags&4),backgroundColor:flags&1?r.int():void 0,secondBackgroundColor:flags&16?r.int():void 0,thirdBackgroundColor:flags&32?r.int():void 0,fourthBackgroundColor:flags&64?r.int():void 0,intensity:flags&8?r.int():void 0,rotation:flags&16?r.int():void 0,}},
|
|
900
|
+
3131405864:function(r){var flags=r.uint();return{_:'autoDownloadSettings',disabled:!!(flags&1),videoPreloadLarge:!!(flags&2),audioPreloadNext:!!(flags&4),phonecallsLessData:!!(flags&8),storiesPreload:!!(flags&16),photoSizeMax:r.int(),videoSizeMax:r.int53(),fileSizeMax:r.int53(),videoUploadMaxbitrate:r.int(),smallQueueActiveOperationsMax:r.int(),largeQueueActiveOperationsMax:r.int(),}},
|
|
901
|
+
1674235686:function(r){return{_:'account.autoDownloadSettings',low:r.object(),medium:r.object(),high:r.object(),}},
|
|
902
|
+
3585325561:function(r){return{_:'emojiKeyword',keyword:r.string(),emoticons:r.vector(r.string),}},
|
|
903
|
+
594408994:function(r){return{_:'emojiKeywordDeleted',keyword:r.string(),emoticons:r.vector(r.string),}},
|
|
904
|
+
1556570557:function(r){return{_:'emojiKeywordsDifference',langCode:r.string(),fromVersion:r.int(),version:r.int(),keywords:r.vector(r.object),}},
|
|
905
|
+
2775937949:function(r){return{_:'emojiURL',url:r.string(),}},
|
|
906
|
+
3019592545:function(r){return{_:'emojiLanguage',langCode:r.string(),}},
|
|
907
|
+
4283715173:function(r){var flags=r.uint();return{_:'folder',autofillNewBroadcasts:!!(flags&1),autofillPublicGroups:!!(flags&2),autofillNewCorrespondents:!!(flags&4),id:r.int(),title:r.string(),photo:flags&8?r.object():void 0,}},
|
|
908
|
+
4224893590:function(r){return{_:'inputFolderPeer',peer:r.object(),folderId:r.int(),}},
|
|
909
|
+
3921323624:function(r){return{_:'folderPeer',peer:r.object(),folderId:r.int(),}},
|
|
910
|
+
3896830975:function(r){var flags=r.uint();return{_:'messages.searchCounter',inexact:!!(flags&2),filter:r.object(),count:r.int(),}},
|
|
911
|
+
2463316494:function(r){var flags=r.uint();return{_:'urlAuthResultRequest',requestWriteAccess:!!(flags&1),bot:r.object(),domain:r.string(),}},
|
|
912
|
+
2408320590:function(r){return{_:'urlAuthResultAccepted',url:r.string(),}},
|
|
913
|
+
2849430303:function(r){return{_:'urlAuthResultDefault'}},
|
|
914
|
+
3216354699:function(r){return{_:'channelLocationEmpty'}},
|
|
915
|
+
547062491:function(r){return{_:'channelLocation',geoPoint:r.object(),address:r.string(),}},
|
|
916
|
+
3393592157:function(r){return{_:'peerLocated',peer:r.object(),expires:r.int(),distance:r.int(),}},
|
|
917
|
+
4176226379:function(r){return{_:'peerSelfLocated',expires:r.int(),}},
|
|
918
|
+
3497176244:function(r){return{_:'restrictionReason',platform:r.string(),reason:r.string(),text:r.string(),}},
|
|
919
|
+
1012306921:function(r){return{_:'inputTheme',id:r.long(),accessHash:r.long(),}},
|
|
920
|
+
4119399921:function(r){return{_:'inputThemeSlug',slug:r.string(),}},
|
|
921
|
+
2685298646:function(r){var flags=r.uint();return{_:'theme',creator:!!(flags&1),default:!!(flags&2),forChat:!!(flags&32),id:r.long(),accessHash:r.long(),slug:r.string(),title:r.string(),document:flags&4?r.object():void 0,settings:flags&8?r.vector(r.object):void 0,emoticon:flags&64?r.string():void 0,installsCount:flags&16?r.int():void 0,}},
|
|
922
|
+
4095653410:function(r){return{_:'account.themesNotModified'}},
|
|
923
|
+
2587724909:function(r){return{_:'account.themes',hash:r.long(),themes:r.vector(r.object),}},
|
|
924
|
+
1654593920:function(r){return{_:'auth.loginToken',expires:r.int(),token:r.bytes(),}},
|
|
925
|
+
110008598:function(r){return{_:'auth.loginTokenMigrateTo',dcId:r.int(),token:r.bytes(),}},
|
|
926
|
+
957176926:function(r){return{_:'auth.loginTokenSuccess',authorization:r.object(),}},
|
|
927
|
+
1474462241:function(r){var flags=r.uint();return{_:'account.contentSettings',sensitiveEnabled:!!(flags&1),sensitiveCanChange:!!(flags&2),}},
|
|
928
|
+
2837970629:function(r){return{_:'messages.inactiveChats',dates:r.vector(r.int),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
929
|
+
3282117730:function(r){return{_:'baseThemeClassic'}},
|
|
930
|
+
4225242760:function(r){return{_:'baseThemeDay'}},
|
|
931
|
+
3081969320:function(r){return{_:'baseThemeNight'}},
|
|
932
|
+
1834973166:function(r){return{_:'baseThemeTinted'}},
|
|
933
|
+
1527845466:function(r){return{_:'baseThemeArctic'}},
|
|
934
|
+
2413711439:function(r){var flags=r.uint();return{_:'inputThemeSettings',messageColorsAnimated:!!(flags&4),baseTheme:r.object(),accentColor:r.int(),outboxAccentColor:flags&8?r.int():void 0,messageColors:flags&1?r.vector(r.int):void 0,wallpaper:flags&2?r.object():void 0,wallpaperSettings:flags&2?r.object():void 0,}},
|
|
935
|
+
4200117972:function(r){var flags=r.uint();return{_:'themeSettings',messageColorsAnimated:!!(flags&4),baseTheme:r.object(),accentColor:r.int(),outboxAccentColor:flags&8?r.int():void 0,messageColors:flags&1?r.vector(r.int):void 0,wallpaper:flags&2?r.object():void 0,}},
|
|
936
|
+
1421174295:function(r){var flags=r.uint();return{_:'webPageAttributeTheme',documents:flags&1?r.vector(r.object):void 0,settings:flags&2?r.object():void 0,}},
|
|
937
|
+
781501415:function(r){var flags=r.uint();return{_:'webPageAttributeStory',peer:r.object(),id:r.int(),story:flags&1?r.object():void 0,}},
|
|
938
|
+
1218005070:function(r){var flags=r.uint();return{_:'messages.votesList',count:r.int(),votes:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),nextOffset:flags&1?r.string():void 0,}},
|
|
939
|
+
4117234314:function(r){return{_:'bankCardOpenUrl',url:r.string(),name:r.string(),}},
|
|
940
|
+
1042605427:function(r){return{_:'payments.bankCardData',title:r.string(),openUrls:r.vector(r.object),}},
|
|
941
|
+
1949890536:function(r){var flags=r.uint();return{_:'dialogFilter',contacts:!!(flags&1),nonContacts:!!(flags&2),groups:!!(flags&4),broadcasts:!!(flags&8),bots:!!(flags&16),excludeMuted:!!(flags&2048),excludeRead:!!(flags&4096),excludeArchived:!!(flags&8192),id:r.int(),title:r.string(),emoticon:flags&33554432?r.string():void 0,pinnedPeers:r.vector(r.object),includePeers:r.vector(r.object),excludePeers:r.vector(r.object),}},
|
|
942
|
+
909284270:function(r){return{_:'dialogFilterDefault'}},
|
|
943
|
+
3595175080:function(r){var flags=r.uint();return{_:'dialogFilterChatlist',hasMyInvites:!!(flags&67108864),id:r.int(),title:r.string(),emoticon:flags&33554432?r.string():void 0,pinnedPeers:r.vector(r.object),includePeers:r.vector(r.object),}},
|
|
944
|
+
2004110666:function(r){return{_:'dialogFilterSuggested',filter:r.object(),description:r.string(),}},
|
|
945
|
+
3057118639:function(r){return{_:'statsDateRangeDays',minDate:r.int(),maxDate:r.int(),}},
|
|
946
|
+
3410210014:function(r){return{_:'statsAbsValueAndPrev',current:r.double(),previous:r.double(),}},
|
|
947
|
+
3419287520:function(r){return{_:'statsPercentValue',part:r.double(),total:r.double(),}},
|
|
948
|
+
1244130093:function(r){return{_:'statsGraphAsync',token:r.string(),}},
|
|
949
|
+
3202127906:function(r){return{_:'statsGraphError',error:r.string(),}},
|
|
950
|
+
2393138358:function(r){var flags=r.uint();return{_:'statsGraph',json:r.object(),zoomToken:flags&1?r.string():void 0,}},
|
|
951
|
+
2907687357:function(r){return{_:'messageInteractionCounters',msgId:r.int(),views:r.int(),forwards:r.int(),}},
|
|
952
|
+
3187114900:function(r){return{_:'stats.broadcastStats',period:r.object(),followers:r.object(),viewsPerPost:r.object(),sharesPerPost:r.object(),enabledNotifications:r.object(),growthGraph:r.object(),followersGraph:r.object(),muteGraph:r.object(),topHoursGraph:r.object(),interactionsGraph:r.object(),ivInteractionsGraph:r.object(),viewsBySourceGraph:r.object(),newFollowersBySourceGraph:r.object(),languagesGraph:r.object(),recentMessageInteractions:r.vector(r.object),}},
|
|
953
|
+
2566302837:function(r){return{_:'help.promoDataEmpty',expires:r.int(),}},
|
|
954
|
+
2352576831:function(r){var flags=r.uint();return{_:'help.promoData',proxy:!!(flags&1),expires:r.int(),peer:r.object(),chats:r.vector(r.object),users:r.vector(r.object),psaType:flags&2?r.string():void 0,psaMessage:flags&4?r.string():void 0,}},
|
|
955
|
+
3727929492:function(r){var flags=r.uint();return{_:'videoSize',type:r.string(),w:r.int(),h:r.int(),size:r.int(),videoStartTs:flags&1?r.double():void 0,}},
|
|
956
|
+
4166795580:function(r){return{_:'videoSizeEmojiMarkup',emojiId:r.long(),backgroundColors:r.vector(r.int),}},
|
|
957
|
+
228623102:function(r){return{_:'videoSizeStickerMarkup',stickerset:r.object(),stickerId:r.long(),backgroundColors:r.vector(r.int),}},
|
|
958
|
+
2634330011:function(r){return{_:'statsGroupTopPoster',userId:r.int53(),messages:r.int(),avgChars:r.int(),}},
|
|
959
|
+
3612888199:function(r){return{_:'statsGroupTopAdmin',userId:r.int53(),deleted:r.int(),kicked:r.int(),banned:r.int(),}},
|
|
960
|
+
1398765469:function(r){return{_:'statsGroupTopInviter',userId:r.int53(),invitations:r.int(),}},
|
|
961
|
+
4018141462:function(r){return{_:'stats.megagroupStats',period:r.object(),members:r.object(),messages:r.object(),viewers:r.object(),posters:r.object(),growthGraph:r.object(),membersGraph:r.object(),newMembersBySourceGraph:r.object(),languagesGraph:r.object(),messagesGraph:r.object(),actionsGraph:r.object(),topHoursGraph:r.object(),weekdaysGraph:r.object(),topPosters:r.vector(r.object),topAdmins:r.vector(r.object),topInviters:r.vector(r.object),users:r.vector(r.object),}},
|
|
962
|
+
1934380235:function(r){var flags=r.uint();return{_:'globalPrivacySettings',archiveAndMuteNewNoncontactPeers:!!(flags&1),keepArchivedUnmuted:!!(flags&2),keepArchivedFolders:!!(flags&4),}},
|
|
963
|
+
1107543535:function(r){var flags=r.uint();return{_:'help.countryCode',countryCode:r.string(),prefixes:flags&1?r.vector(r.string):void 0,patterns:flags&2?r.vector(r.string):void 0,}},
|
|
964
|
+
3280440867:function(r){var flags=r.uint();return{_:'help.country',hidden:!!(flags&1),iso2:r.string(),defaultName:r.string(),name:flags&2?r.string():void 0,countryCodes:r.vector(r.object),}},
|
|
965
|
+
2479628082:function(r){return{_:'help.countriesListNotModified'}},
|
|
966
|
+
2278585758:function(r){return{_:'help.countriesList',countries:r.vector(r.object),hash:r.int(),}},
|
|
967
|
+
1163625789:function(r){var flags=r.uint();return{_:'messageViews',views:flags&1?r.int():void 0,forwards:flags&2?r.int():void 0,replies:flags&4?r.object():void 0,}},
|
|
968
|
+
3066361155:function(r){return{_:'messages.messageViews',views:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
969
|
+
2788431746:function(r){var flags=r.uint();return{_:'messages.discussionMessage',messages:r.vector(r.object),maxId:flags&1?r.int():void 0,readInboxMaxId:flags&2?r.int():void 0,readOutboxMaxId:flags&4?r.int():void 0,unreadCount:r.int(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
970
|
+
1860946621:function(r){var flags=r.uint();return{_:'messageReplyHeader',replyToScheduled:!!(flags&4),forumTopic:!!(flags&8),quote:!!(flags&512),replyToMsgId:flags&16?r.int():void 0,replyToPeerId:flags&1?r.object():void 0,replyFrom:flags&32?r.object():void 0,replyMedia:flags&256?r.object():void 0,replyToTopId:flags&2?r.int():void 0,quoteText:flags&64?r.string():void 0,quoteEntities:flags&128?r.vector(r.object):void 0,}},
|
|
971
|
+
2627256257:function(r){return{_:'messageReplyStoryHeader',userId:r.int53(),storyId:r.int(),}},
|
|
972
|
+
2211844034:function(r){var flags=r.uint();return{_:'messageReplies',comments:!!(flags&1),replies:r.int(),repliesPts:r.int(),recentRepliers:flags&2?r.vector(r.object):void 0,channelId:flags&1?r.int53():void 0,maxId:flags&4?r.int():void 0,readMaxId:flags&8?r.int():void 0,}},
|
|
973
|
+
3908927508:function(r){return{_:'peerBlocked',peerId:r.object(),date:r.int(),}},
|
|
974
|
+
2308567701:function(r){return{_:'stats.messageStats',viewsGraph:r.object(),}},
|
|
975
|
+
2004925620:function(r){return{_:'groupCallDiscarded',id:r.long(),accessHash:r.long(),duration:r.int(),}},
|
|
976
|
+
3583468812:function(r){var flags=r.uint();return{_:'groupCall',joinMuted:!!(flags&2),canChangeJoinMuted:!!(flags&4),joinDateAsc:!!(flags&64),scheduleStartSubscribed:!!(flags&256),canStartVideo:!!(flags&512),recordVideoActive:!!(flags&2048),rtmpStream:!!(flags&4096),listenersHidden:!!(flags&8192),id:r.long(),accessHash:r.long(),participantsCount:r.int(),title:flags&8?r.string():void 0,streamDcId:flags&16?r.int():void 0,recordStartDate:flags&32?r.int():void 0,scheduleDate:flags&128?r.int():void 0,unmutedVideoCount:flags&1024?r.int():void 0,unmutedVideoLimit:r.int(),version:r.int(),}},
|
|
977
|
+
3635053583:function(r){return{_:'inputGroupCall',id:r.long(),accessHash:r.long(),}},
|
|
978
|
+
3953538814:function(r){var flags=r.uint();return{_:'groupCallParticipant',muted:!!(flags&1),left:!!(flags&2),canSelfUnmute:!!(flags&4),justJoined:!!(flags&16),versioned:!!(flags&32),min:!!(flags&256),mutedByYou:!!(flags&512),volumeByAdmin:!!(flags&1024),self:!!(flags&4096),videoJoined:!!(flags&32768),peer:r.object(),date:r.int(),activeDate:flags&8?r.int():void 0,source:r.int(),volume:flags&128?r.int():void 0,about:flags&2048?r.string():void 0,raiseHandRating:flags&8192?r.long():void 0,video:flags&64?r.object():void 0,presentation:flags&16384?r.object():void 0,}},
|
|
979
|
+
2658302637:function(r){return{_:'phone.groupCall',call:r.object(),participants:r.vector(r.object),participantsNextOffset:r.string(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
980
|
+
4101460406:function(r){return{_:'phone.groupParticipants',count:r.int(),participants:r.vector(r.object),nextOffset:r.string(),chats:r.vector(r.object),users:r.vector(r.object),version:r.int(),}},
|
|
981
|
+
813821341:function(r){return{_:'inlineQueryPeerTypeSameBotPM'}},
|
|
982
|
+
2201751468:function(r){return{_:'inlineQueryPeerTypePM'}},
|
|
983
|
+
3613836554:function(r){return{_:'inlineQueryPeerTypeChat'}},
|
|
984
|
+
1589952067:function(r){return{_:'inlineQueryPeerTypeMegagroup'}},
|
|
985
|
+
1664413338:function(r){return{_:'inlineQueryPeerTypeBroadcast'}},
|
|
986
|
+
238759180:function(r){return{_:'inlineQueryPeerTypeBotPM'}},
|
|
987
|
+
375566091:function(r){return{_:'messages.historyImport',id:r.long(),}},
|
|
988
|
+
1578088377:function(r){var flags=r.uint();return{_:'messages.historyImportParsed',pm:!!(flags&1),group:!!(flags&2),title:flags&4?r.string():void 0,}},
|
|
989
|
+
4019011180:function(r){return{_:'messages.affectedFoundMessages',pts:r.int(),ptsCount:r.int(),offset:r.int(),messages:r.vector(r.int),}},
|
|
990
|
+
2354765785:function(r){var flags=r.uint();return{_:'chatInviteImporter',requested:!!(flags&1),viaChatlist:!!(flags&8),userId:r.int53(),date:r.int(),about:flags&4?r.string():void 0,approvedBy:flags&2?r.int53():void 0,}},
|
|
991
|
+
3183881676:function(r){return{_:'messages.exportedChatInvites',count:r.int(),invites:r.vector(r.object),users:r.vector(r.object),}},
|
|
992
|
+
410107472:function(r){return{_:'messages.exportedChatInvite',invite:r.object(),users:r.vector(r.object),}},
|
|
993
|
+
572915951:function(r){return{_:'messages.exportedChatInviteReplaced',invite:r.object(),newInvite:r.object(),users:r.vector(r.object),}},
|
|
994
|
+
2176233482:function(r){return{_:'messages.chatInviteImporters',count:r.int(),importers:r.vector(r.object),users:r.vector(r.object),}},
|
|
995
|
+
4075613987:function(r){return{_:'chatAdminWithInvites',adminId:r.int53(),invitesCount:r.int(),revokedInvitesCount:r.int(),}},
|
|
996
|
+
3063640791:function(r){return{_:'messages.chatAdminsWithInvites',admins:r.vector(r.object),users:r.vector(r.object),}},
|
|
997
|
+
2723014423:function(r){return{_:'messages.checkedHistoryImportPeer',confirmText:r.string(),}},
|
|
998
|
+
2951045695:function(r){return{_:'phone.joinAsPeers',peers:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
999
|
+
541839704:function(r){return{_:'phone.exportedGroupCallInvite',link:r.string(),}},
|
|
1000
|
+
3702593719:function(r){return{_:'groupCallParticipantVideoSourceGroup',semantics:r.string(),sources:r.vector(r.int),}},
|
|
1001
|
+
1735736008:function(r){var flags=r.uint();return{_:'groupCallParticipantVideo',paused:!!(flags&1),endpoint:r.string(),sourceGroups:r.vector(r.object),audioSource:flags&2?r.int():void 0,}},
|
|
1002
|
+
2248056895:function(r){return{_:'stickers.suggestedShortName',shortName:r.string(),}},
|
|
1003
|
+
795652779:function(r){return{_:'botCommandScopeDefault'}},
|
|
1004
|
+
1011811544:function(r){return{_:'botCommandScopeUsers'}},
|
|
1005
|
+
1877059713:function(r){return{_:'botCommandScopeChats'}},
|
|
1006
|
+
3114950762:function(r){return{_:'botCommandScopeChatAdmins'}},
|
|
1007
|
+
3684534653:function(r){return{_:'botCommandScopePeer',peer:r.object(),}},
|
|
1008
|
+
1071145937:function(r){return{_:'botCommandScopePeerAdmins',peer:r.object(),}},
|
|
1009
|
+
169026035:function(r){return{_:'botCommandScopePeerUser',peer:r.object(),userId:r.object(),}},
|
|
1010
|
+
3816265825:function(r){return{_:'account.resetPasswordFailedWait',retryDate:r.int(),}},
|
|
1011
|
+
3924819069:function(r){return{_:'account.resetPasswordRequestedWait',untilDate:r.int(),}},
|
|
1012
|
+
3911636542:function(r){return{_:'account.resetPasswordOk'}},
|
|
1013
|
+
3668967275:function(r){var flags=r.uint();return{_:'sponsoredMessage',recommended:!!(flags&32),showPeerPhoto:!!(flags&64),randomId:r.bytes(),fromId:flags&8?r.object():void 0,chatInvite:flags&16?r.object():void 0,chatInviteHash:flags&16?r.string():void 0,channelPost:flags&4?r.int():void 0,startParam:flags&1?r.string():void 0,webpage:flags&512?r.object():void 0,message:r.string(),entities:flags&2?r.vector(r.object):void 0,sponsorInfo:flags&128?r.string():void 0,additionalInfo:flags&256?r.string():void 0,}},
|
|
1014
|
+
3387825543:function(r){var flags=r.uint();return{_:'messages.sponsoredMessages',postsBetween:flags&1?r.int():void 0,messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1015
|
+
406407439:function(r){return{_:'messages.sponsoredMessagesEmpty'}},
|
|
1016
|
+
3383776159:function(r){return{_:'searchResultsCalendarPeriod',date:r.int(),minMsgId:r.int(),maxMsgId:r.int(),count:r.int(),}},
|
|
1017
|
+
343859772:function(r){var flags=r.uint();return{_:'messages.searchResultsCalendar',inexact:!!(flags&1),count:r.int(),minDate:r.int(),minMsgId:r.int(),offsetIdOffset:flags&2?r.int():void 0,periods:r.vector(r.object),messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1018
|
+
2137295719:function(r){return{_:'searchResultPosition',msgId:r.int(),date:r.int(),offset:r.int(),}},
|
|
1019
|
+
1404185519:function(r){return{_:'messages.searchResultsPositions',count:r.int(),positions:r.vector(r.object),}},
|
|
1020
|
+
4103516358:function(r){return{_:'channels.sendAsPeers',peers:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1021
|
+
997004590:function(r){return{_:'users.userFull',fullUser:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1022
|
+
1753266509:function(r){return{_:'messages.peerSettings',settings:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1023
|
+
3282207583:function(r){var flags=r.uint();return{_:'auth.loggedOut',futureAuthToken:flags&1?r.bytes():void 0,}},
|
|
1024
|
+
2748435328:function(r){var flags=r.uint();return{_:'reactionCount',chosenOrder:flags&1?r.int():void 0,reaction:r.object(),count:r.int(),}},
|
|
1025
|
+
1328256121:function(r){var flags=r.uint();return{_:'messageReactions',min:!!(flags&1),canSeeList:!!(flags&4),results:r.vector(r.object),recentReactions:flags&2?r.vector(r.object):void 0,}},
|
|
1026
|
+
834488621:function(r){var flags=r.uint();return{_:'messages.messageReactionsList',count:r.int(),reactions:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),nextOffset:flags&1?r.string():void 0,}},
|
|
1027
|
+
3229084673:function(r){var flags=r.uint();return{_:'availableReaction',inactive:!!(flags&1),premium:!!(flags&4),reaction:r.string(),title:r.string(),staticIcon:r.object(),appearAnimation:r.object(),selectAnimation:r.object(),activateAnimation:r.object(),effectAnimation:r.object(),aroundAnimation:flags&2?r.object():void 0,centerIcon:flags&2?r.object():void 0,}},
|
|
1028
|
+
2668042583:function(r){return{_:'messages.availableReactionsNotModified'}},
|
|
1029
|
+
1989032621:function(r){return{_:'messages.availableReactions',hash:r.int(),reactions:r.vector(r.object),}},
|
|
1030
|
+
2356786748:function(r){var flags=r.uint();return{_:'messagePeerReaction',big:!!(flags&1),unread:!!(flags&2),my:!!(flags&4),peerId:r.object(),date:r.int(),reaction:r.object(),}},
|
|
1031
|
+
2162903215:function(r){return{_:'groupCallStreamChannel',channel:r.int(),scale:r.int(),lastTimestampMs:r.long(),}},
|
|
1032
|
+
3504636594:function(r){return{_:'phone.groupCallStreamChannels',channels:r.vector(r.object),}},
|
|
1033
|
+
767505458:function(r){return{_:'phone.groupCallStreamRtmpUrl',url:r.string(),key:r.string(),}},
|
|
1034
|
+
1165423600:function(r){return{_:'attachMenuBotIconColor',name:r.string(),color:r.int(),}},
|
|
1035
|
+
2997303403:function(r){var flags=r.uint();return{_:'attachMenuBotIcon',name:r.string(),icon:r.object(),colors:flags&1?r.vector(r.object):void 0,}},
|
|
1036
|
+
3641544190:function(r){var flags=r.uint();return{_:'attachMenuBot',inactive:!!(flags&1),hasSettings:!!(flags&2),requestWriteAccess:!!(flags&4),showInAttachMenu:!!(flags&8),showInSideMenu:!!(flags&16),sideMenuDisclaimerNeeded:!!(flags&32),botId:r.int53(),shortName:r.string(),peerTypes:flags&8?r.vector(r.object):void 0,icons:r.vector(r.object),}},
|
|
1037
|
+
4057500252:function(r){return{_:'attachMenuBotsNotModified'}},
|
|
1038
|
+
1011024320:function(r){return{_:'attachMenuBots',hash:r.long(),bots:r.vector(r.object),users:r.vector(r.object),}},
|
|
1039
|
+
2478794367:function(r){return{_:'attachMenuBotsBot',bot:r.object(),users:r.vector(r.object),}},
|
|
1040
|
+
202659196:function(r){return{_:'webViewResultUrl',queryId:r.long(),url:r.string(),}},
|
|
1041
|
+
2284811963:function(r){return{_:'simpleWebViewResultUrl',url:r.string(),}},
|
|
1042
|
+
211046684:function(r){var flags=r.uint();return{_:'webViewMessageSent',msgId:flags&1?r.object():void 0,}},
|
|
1043
|
+
1966318984:function(r){return{_:'botMenuButtonDefault'}},
|
|
1044
|
+
1113113093:function(r){return{_:'botMenuButtonCommands'}},
|
|
1045
|
+
3350559974:function(r){return{_:'botMenuButton',text:r.string(),url:r.string(),}},
|
|
1046
|
+
4227262641:function(r){return{_:'account.savedRingtonesNotModified'}},
|
|
1047
|
+
3253284037:function(r){return{_:'account.savedRingtones',hash:r.long(),ringtones:r.vector(r.object),}},
|
|
1048
|
+
2548612798:function(r){return{_:'notificationSoundDefault'}},
|
|
1049
|
+
1863070943:function(r){return{_:'notificationSoundNone'}},
|
|
1050
|
+
2198575844:function(r){return{_:'notificationSoundLocal',title:r.string(),data:r.string(),}},
|
|
1051
|
+
4285300809:function(r){return{_:'notificationSoundRingtone',id:r.long(),}},
|
|
1052
|
+
3072737133:function(r){return{_:'account.savedRingtone'}},
|
|
1053
|
+
523271863:function(r){return{_:'account.savedRingtoneConverted',document:r.object(),}},
|
|
1054
|
+
2104224014:function(r){return{_:'attachMenuPeerTypeSameBotPM'}},
|
|
1055
|
+
3274439194:function(r){return{_:'attachMenuPeerTypeBotPM'}},
|
|
1056
|
+
4047950623:function(r){return{_:'attachMenuPeerTypePM'}},
|
|
1057
|
+
84480319:function(r){return{_:'attachMenuPeerTypeChat'}},
|
|
1058
|
+
2080104188:function(r){return{_:'attachMenuPeerTypeBroadcast'}},
|
|
1059
|
+
3317000281:function(r){return{_:'inputInvoiceMessage',peer:r.object(),msgId:r.int(),}},
|
|
1060
|
+
3274099439:function(r){return{_:'inputInvoiceSlug',slug:r.string(),}},
|
|
1061
|
+
2932919257:function(r){return{_:'payments.exportedInvoice',url:r.string(),}},
|
|
1062
|
+
2473929810:function(r){var flags=r.uint();return{_:'messages.transcribedAudio',pending:!!(flags&1),transcriptionId:r.long(),text:r.string(),}},
|
|
1063
|
+
1395946908:function(r){return{_:'help.premiumPromo',statusText:r.string(),statusEntities:r.vector(r.object),videoSections:r.vector(r.string),videos:r.vector(r.object),periodOptions:r.vector(r.object),users:r.vector(r.object),}},
|
|
1064
|
+
2792693350:function(r){var flags=r.uint();return{_:'inputStorePaymentPremiumSubscription',restore:!!(flags&1),upgrade:!!(flags&2),}},
|
|
1065
|
+
1634697192:function(r){return{_:'inputStorePaymentGiftPremium',userId:r.object(),currency:r.string(),amount:r.long(),}},
|
|
1066
|
+
1958953753:function(r){var flags=r.uint();return{_:'premiumGiftOption',months:r.int(),currency:r.string(),amount:r.long(),botUrl:r.string(),storeProduct:flags&1?r.string():void 0,}},
|
|
1067
|
+
2298016283:function(r){return{_:'paymentFormMethod',url:r.string(),title:r.string(),}},
|
|
1068
|
+
769727150:function(r){return{_:'emojiStatusEmpty'}},
|
|
1069
|
+
2459656605:function(r){return{_:'emojiStatus',documentId:r.long(),}},
|
|
1070
|
+
4197492935:function(r){return{_:'emojiStatusUntil',documentId:r.long(),until:r.int(),}},
|
|
1071
|
+
3498894917:function(r){return{_:'account.emojiStatusesNotModified'}},
|
|
1072
|
+
2428790737:function(r){return{_:'account.emojiStatuses',hash:r.long(),statuses:r.vector(r.object),}},
|
|
1073
|
+
2046153753:function(r){return{_:'reactionEmpty'}},
|
|
1074
|
+
455247544:function(r){return{_:'reactionEmoji',emoticon:r.string(),}},
|
|
1075
|
+
2302016627:function(r){return{_:'reactionCustomEmoji',documentId:r.long(),}},
|
|
1076
|
+
3942396604:function(r){return{_:'chatReactionsNone'}},
|
|
1077
|
+
1385335754:function(r){var flags=r.uint();return{_:'chatReactionsAll',allowCustom:!!(flags&1),}},
|
|
1078
|
+
1713193015:function(r){return{_:'chatReactionsSome',reactions:r.vector(r.object),}},
|
|
1079
|
+
2960120799:function(r){return{_:'messages.reactionsNotModified'}},
|
|
1080
|
+
3942512406:function(r){return{_:'messages.reactions',hash:r.long(),reactions:r.vector(r.object),}},
|
|
1081
|
+
1128644211:function(r){return{_:'emailVerifyPurposeLoginSetup',phoneNumber:r.string(),phoneCodeHash:r.string(),}},
|
|
1082
|
+
1383932651:function(r){return{_:'emailVerifyPurposeLoginChange'}},
|
|
1083
|
+
3153401477:function(r){return{_:'emailVerifyPurposePassport'}},
|
|
1084
|
+
2452510121:function(r){return{_:'emailVerificationCode',code:r.string(),}},
|
|
1085
|
+
3683688130:function(r){return{_:'emailVerificationGoogle',token:r.string(),}},
|
|
1086
|
+
2530243837:function(r){return{_:'emailVerificationApple',token:r.string(),}},
|
|
1087
|
+
731303195:function(r){return{_:'account.emailVerified',email:r.string(),}},
|
|
1088
|
+
3787132257:function(r){return{_:'account.emailVerifiedLogin',email:r.string(),sentCode:r.object(),}},
|
|
1089
|
+
1596792306:function(r){var flags=r.uint();return{_:'premiumSubscriptionOption',current:!!(flags&2),canPurchaseUpgrade:!!(flags&4),transaction:flags&8?r.string():void 0,months:r.int(),currency:r.string(),amount:r.long(),botUrl:r.string(),storeProduct:flags&1?r.string():void 0,}},
|
|
1090
|
+
3088871476:function(r){var flags=r.uint();return{_:'sendAsPeer',premiumRequired:!!(flags&1),peer:r.object(),}},
|
|
1091
|
+
2908916936:function(r){var flags=r.uint();return{_:'messageExtendedMediaPreview',w:flags&1?r.int():void 0,h:flags&1?r.int():void 0,thumb:flags&2?r.object():void 0,videoDuration:flags&4?r.int():void 0,}},
|
|
1092
|
+
3997670500:function(r){return{_:'messageExtendedMedia',media:r.object(),}},
|
|
1093
|
+
4244550300:function(r){return{_:'stickerKeyword',documentId:r.long(),keyword:r.vector(r.string),}},
|
|
1094
|
+
3020371527:function(r){var flags=r.uint();return{_:'username',editable:!!(flags&1),active:!!(flags&2),username:r.string(),}},
|
|
1095
|
+
37687451:function(r){return{_:'forumTopicDeleted',id:r.int(),}},
|
|
1096
|
+
1903173033:function(r){var flags=r.uint();return{_:'forumTopic',my:!!(flags&2),closed:!!(flags&4),pinned:!!(flags&8),short:!!(flags&32),hidden:!!(flags&64),id:r.int(),date:r.int(),title:r.string(),iconColor:r.int(),iconEmojiId:flags&1?r.long():void 0,topMessage:r.int(),readInboxMaxId:r.int(),readOutboxMaxId:r.int(),unreadCount:r.int(),unreadMentionsCount:r.int(),unreadReactionsCount:r.int(),fromId:r.object(),notifySettings:r.object(),draft:flags&16?r.object():void 0,}},
|
|
1097
|
+
913709011:function(r){var flags=r.uint();return{_:'messages.forumTopics',orderByCreateDate:!!(flags&1),count:r.int(),topics:r.vector(r.object),messages:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),pts:r.int(),}},
|
|
1098
|
+
1135897376:function(r){return{_:'defaultHistoryTTL',period:r.int(),}},
|
|
1099
|
+
1103040667:function(r){return{_:'exportedContactToken',url:r.string(),expires:r.int(),}},
|
|
1100
|
+
1597737472:function(r){var flags=r.uint();return{_:'requestPeerTypeUser',bot:flags&1?r.boolean():void 0,premium:flags&2?r.boolean():void 0,}},
|
|
1101
|
+
3387977243:function(r){var flags=r.uint();return{_:'requestPeerTypeChat',creator:!!(flags&1),botParticipant:!!(flags&32),hasUsername:flags&8?r.boolean():void 0,forum:flags&16?r.boolean():void 0,userAdminRights:flags&2?r.object():void 0,botAdminRights:flags&4?r.object():void 0,}},
|
|
1102
|
+
865857388:function(r){var flags=r.uint();return{_:'requestPeerTypeBroadcast',creator:!!(flags&1),hasUsername:flags&8?r.boolean():void 0,userAdminRights:flags&2?r.object():void 0,botAdminRights:flags&4?r.object():void 0,}},
|
|
1103
|
+
1209970170:function(r){return{_:'emojiListNotModified'}},
|
|
1104
|
+
2048790993:function(r){return{_:'emojiList',hash:r.long(),documentId:r.vector(r.long),}},
|
|
1105
|
+
2056961449:function(r){return{_:'emojiGroup',title:r.string(),iconEmojiId:r.long(),emoticons:r.vector(r.string),}},
|
|
1106
|
+
1874111879:function(r){return{_:'messages.emojiGroupsNotModified'}},
|
|
1107
|
+
2283780427:function(r){return{_:'messages.emojiGroups',hash:r.int(),groups:r.vector(r.object),}},
|
|
1108
|
+
1964978502:function(r){return{_:'textWithEntities',text:r.string(),entities:r.vector(r.object),}},
|
|
1109
|
+
870003448:function(r){return{_:'messages.translateResult',result:r.vector(r.object),}},
|
|
1110
|
+
3360175310:function(r){var flags=r.uint();return{_:'autoSaveSettings',photos:!!(flags&1),videos:!!(flags&2),videoMaxSize:flags&4?r.long():void 0,}},
|
|
1111
|
+
2170563911:function(r){return{_:'autoSaveException',peer:r.object(),settings:r.object(),}},
|
|
1112
|
+
1279133341:function(r){return{_:'account.autoSaveSettings',usersSettings:r.object(),chatsSettings:r.object(),broadcastsSettings:r.object(),exceptions:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1113
|
+
2094949405:function(r){return{_:'help.appConfigNotModified'}},
|
|
1114
|
+
3709368366:function(r){return{_:'help.appConfig',hash:r.int(),config:r.object(),}},
|
|
1115
|
+
2837495162:function(r){return{_:'inputBotAppID',id:r.long(),accessHash:r.long(),}},
|
|
1116
|
+
2425095175:function(r){return{_:'inputBotAppShortName',botId:r.object(),shortName:r.string(),}},
|
|
1117
|
+
1571189943:function(r){return{_:'botAppNotModified'}},
|
|
1118
|
+
2516373974:function(r){var flags=r.uint();return{_:'botApp',id:r.long(),accessHash:r.long(),shortName:r.string(),title:r.string(),description:r.string(),photo:r.object(),document:flags&1?r.object():void 0,hash:r.long(),}},
|
|
1119
|
+
3947933173:function(r){var flags=r.uint();return{_:'messages.botApp',inactive:!!(flags&1),requestWriteAccess:!!(flags&2),hasSettings:!!(flags&4),app:r.object(),}},
|
|
1120
|
+
1008422669:function(r){return{_:'appWebViewResultUrl',url:r.string(),}},
|
|
1121
|
+
3044185557:function(r){return{_:'inlineBotWebView',text:r.string(),url:r.string(),}},
|
|
1122
|
+
1246753138:function(r){return{_:'readParticipantDate',userId:r.int53(),date:r.int(),}},
|
|
1123
|
+
4091599411:function(r){return{_:'inputChatlistDialogFilter',filterId:r.int(),}},
|
|
1124
|
+
206668204:function(r){var flags=r.uint();return{_:'exportedChatlistInvite',title:r.string(),url:r.string(),peers:r.vector(r.object),}},
|
|
1125
|
+
283567014:function(r){return{_:'chatlists.exportedChatlistInvite',filter:r.object(),invite:r.object(),}},
|
|
1126
|
+
279670215:function(r){return{_:'chatlists.exportedInvites',invites:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1127
|
+
4203214425:function(r){return{_:'chatlists.chatlistInviteAlready',filterId:r.int(),missingPeers:r.vector(r.object),alreadyPeers:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1128
|
+
500007837:function(r){var flags=r.uint();return{_:'chatlists.chatlistInvite',title:r.string(),emoticon:flags&1?r.string():void 0,peers:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1129
|
+
2478671757:function(r){return{_:'chatlists.chatlistUpdates',missingPeers:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1130
|
+
3903288752:function(r){return{_:'bots.botInfo',name:r.string(),about:r.string(),description:r.string(),}},
|
|
1131
|
+
3066834268:function(r){return{_:'messagePeerVote',peer:r.object(),option:r.bytes(),date:r.int(),}},
|
|
1132
|
+
1959634180:function(r){return{_:'messagePeerVoteInputOption',peer:r.object(),date:r.int(),}},
|
|
1133
|
+
1177089766:function(r){return{_:'messagePeerVoteMultiple',peer:r.object(),options:r.vector(r.bytes),date:r.int(),}},
|
|
1134
|
+
1035529315:function(r){var flags=r.uint();return{_:'sponsoredWebPage',url:r.string(),siteName:r.string(),photo:flags&1?r.object():void 0,}},
|
|
1135
|
+
2371443926:function(r){var flags=r.uint();return{_:'storyViews',hasViewers:!!(flags&2),viewsCount:r.int(),forwardsCount:flags&4?r.int():void 0,reactions:flags&8?r.vector(r.object):void 0,reactionsCount:flags&16?r.int():void 0,recentViewers:flags&1?r.vector(r.int53):void 0,}},
|
|
1136
|
+
1374088783:function(r){return{_:'storyItemDeleted',id:r.int(),}},
|
|
1137
|
+
4289579283:function(r){var flags=r.uint();return{_:'storyItemSkipped',closeFriends:!!(flags&256),id:r.int(),date:r.int(),expireDate:r.int(),}},
|
|
1138
|
+
1153718222:function(r){var flags=r.uint();return{_:'storyItem',pinned:!!(flags&32),public:!!(flags&128),closeFriends:!!(flags&256),min:!!(flags&512),noforwards:!!(flags&1024),edited:!!(flags&2048),contacts:!!(flags&4096),selectedContacts:!!(flags&8192),out:!!(flags&65536),id:r.int(),date:r.int(),expireDate:r.int(),caption:flags&1?r.string():void 0,entities:flags&2?r.vector(r.object):void 0,media:r.object(),mediaAreas:flags&16384?r.vector(r.object):void 0,privacy:flags&4?r.vector(r.object):void 0,views:flags&8?r.object():void 0,sentReaction:flags&32768?r.object():void 0,}},
|
|
1139
|
+
291044926:function(r){var flags=r.uint();return{_:'stories.allStoriesNotModified',state:r.string(),stealthMode:r.object(),}},
|
|
1140
|
+
1862033025:function(r){var flags=r.uint();return{_:'stories.allStories',hasMore:!!(flags&1),count:r.int(),state:r.string(),peerStories:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),stealthMode:r.object(),}},
|
|
1141
|
+
1574486984:function(r){return{_:'stories.stories',count:r.int(),stories:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1142
|
+
2965236421:function(r){var flags=r.uint();return{_:'storyView',blocked:!!(flags&1),blockedMyStoriesFrom:!!(flags&2),userId:r.int53(),date:r.int(),reaction:flags&4?r.object():void 0,}},
|
|
1143
|
+
1189722604:function(r){var flags=r.uint();return{_:'stories.storyViewsList',count:r.int(),reactionsCount:r.int(),views:r.vector(r.object),users:r.vector(r.object),nextOffset:flags&1?r.string():void 0,}},
|
|
1144
|
+
3734957341:function(r){return{_:'stories.storyViews',views:r.vector(r.object),users:r.vector(r.object),}},
|
|
1145
|
+
121554949:function(r){var flags=r.uint();return{_:'inputReplyToMessage',replyToMsgId:r.int(),topMsgId:flags&1?r.int():void 0,replyToPeerId:flags&2?r.object():void 0,quoteText:flags&4?r.string():void 0,quoteEntities:flags&8?r.vector(r.object):void 0,}},
|
|
1146
|
+
363917955:function(r){return{_:'inputReplyToStory',userId:r.object(),storyId:r.int(),}},
|
|
1147
|
+
1070138683:function(r){return{_:'exportedStoryLink',link:r.string(),}},
|
|
1148
|
+
1898850301:function(r){var flags=r.uint();return{_:'storiesStealthMode',activeUntilDate:flags&1?r.int():void 0,cooldownUntilDate:flags&2?r.int():void 0,}},
|
|
1149
|
+
64088654:function(r){return{_:'mediaAreaCoordinates',x:r.double(),y:r.double(),w:r.double(),h:r.double(),rotation:r.double(),}},
|
|
1150
|
+
3196246940:function(r){return{_:'mediaAreaVenue',coordinates:r.object(),geo:r.object(),title:r.string(),address:r.string(),provider:r.string(),venueId:r.string(),venueType:r.string(),}},
|
|
1151
|
+
2994872703:function(r){return{_:'inputMediaAreaVenue',coordinates:r.object(),queryId:r.long(),resultId:r.string(),}},
|
|
1152
|
+
3750443810:function(r){return{_:'mediaAreaGeoPoint',coordinates:r.object(),geo:r.object(),}},
|
|
1153
|
+
340088945:function(r){var flags=r.uint();return{_:'mediaAreaSuggestedReaction',dark:!!(flags&1),flipped:!!(flags&2),coordinates:r.object(),reaction:r.object(),}},
|
|
1154
|
+
2587224473:function(r){var flags=r.uint();return{_:'peerStories',peer:r.object(),maxReadId:flags&1?r.int():void 0,stories:r.vector(r.object),}},
|
|
1155
|
+
3404105576:function(r){return{_:'stories.peerStories',stories:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1156
|
+
3854674524:function(r){var flags=r.uint();return{_:'stories.boostsStatus',myBoost:!!(flags&4),level:r.int(),currentLevelBoosts:r.int(),boosts:r.int(),nextLevelBoosts:flags&1?r.int():void 0,premiumAudience:flags&2?r.object():void 0,boostUrl:r.string(),}},
|
|
1157
|
+
3273078151:function(r){return{_:'stories.canApplyBoostOk'}},
|
|
1158
|
+
1898726997:function(r){return{_:'stories.canApplyBoostReplace',currentBoost:r.object(),chats:r.vector(r.object),}},
|
|
1159
|
+
245261184:function(r){return{_:'booster',userId:r.int53(),expires:r.int(),}},
|
|
1160
|
+
4091362589:function(r){var flags=r.uint();return{_:'stories.boostersList',count:r.int(),boosters:r.vector(r.object),nextOffset:flags&1?r.string():void 0,users:r.vector(r.object),}},
|
|
1161
|
+
4250800829:function(r){return{_:'messages.webPage',webpage:r.object(),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1162
|
+
3256584265:function(r){var flags=r.uint();return{_:'inputMediaWebPage',forceLargeMedia:!!(flags&1),forceSmallMedia:!!(flags&2),optional:!!(flags&4),url:r.string(),}},
|
|
1163
|
+
1478887012:function(r){var flags=r.uint();return{_:'messageMediaGiveaway',onlyNewSubscribers:!!(flags&1),channels:r.vector(r.long),countriesIso2:flags&2?r.vector(r.string):void 0,quantity:r.int(),months:r.int(),untilDate:r.int(),}},
|
|
1164
|
+
3536837390:function(r){var flags=r.uint();return{_:'messageActionGiftCode',viaGiveaway:!!(flags&1),unclaimed:!!(flags&4),boostPeer:flags&2?r.object():void 0,months:r.int(),slug:r.string(),}},
|
|
1165
|
+
858499565:function(r){return{_:'messageActionGiveawayLaunch'}},
|
|
1166
|
+
3185362192:function(r){var flags=r.uint();return{_:'inputBotInlineMessageMediaWebPage',invertMedia:!!(flags&8),forceLargeMedia:!!(flags&16),forceSmallMedia:!!(flags&32),optional:!!(flags&64),message:r.string(),entities:flags&2?r.vector(r.object):void 0,url:r.string(),replyMarkup:flags&4?r.object():void 0,}},
|
|
1167
|
+
2157631910:function(r){var flags=r.uint();return{_:'botInlineMessageMediaWebPage',invertMedia:!!(flags&8),forceLargeMedia:!!(flags&16),forceSmallMedia:!!(flags&32),manual:!!(flags&128),safe:!!(flags&256),message:r.string(),entities:flags&2?r.vector(r.object):void 0,url:r.string(),replyMarkup:flags&4?r.object():void 0,}},
|
|
1168
|
+
1009460347:function(r){return{_:'channelAdminLogEventActionChangeColor',prevValue:r.int(),newValue:r.int(),}},
|
|
1169
|
+
1147126836:function(r){return{_:'channelAdminLogEventActionChangeBackgroundEmoji',prevValue:r.long(),newValue:r.long(),}},
|
|
1170
|
+
2560125965:function(r){return{_:'inputInvoicePremiumGiftCode',purpose:r.object(),option:r.object(),}},
|
|
1171
|
+
2743099199:function(r){var flags=r.uint();return{_:'inputStorePaymentPremiumGiftCode',users:r.vector(r.object),boostPeer:flags&1?r.object():void 0,currency:r.string(),amount:r.long(),}},
|
|
1172
|
+
2090038758:function(r){var flags=r.uint();return{_:'inputStorePaymentPremiumGiveaway',onlyNewSubscribers:!!(flags&1),boostPeer:r.object(),additionalPeers:flags&2?r.vector(r.object):void 0,countriesIso2:flags&4?r.vector(r.string):void 0,randomId:r.long(),untilDate:r.int(),currency:r.string(),amount:r.long(),}},
|
|
1173
|
+
629052971:function(r){var flags=r.uint();return{_:'premiumGiftCodeOption',users:r.int(),months:r.int(),storeProduct:flags&1?r.string():void 0,storeQuantity:flags&2?r.int():void 0,currency:r.string(),amount:r.long(),}},
|
|
1174
|
+
3072520536:function(r){var flags=r.uint();return{_:'payments.checkedGiftCode',viaGiveaway:!!(flags&4),fromId:r.object(),giveawayMsgId:flags&8?r.int():void 0,toId:flags&1?r.long():void 0,date:r.int(),months:r.int(),usedDate:flags&2?r.int():void 0,chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1175
|
+
1130879648:function(r){var flags=r.uint();return{_:'payments.giveawayInfo',participating:!!(flags&1),preparingResults:!!(flags&8),startDate:r.int(),joinedTooEarlyDate:flags&2?r.int():void 0,adminDisallowedChatId:flags&4?r.long():void 0,disallowedCountry:flags&16?r.string():void 0,}},
|
|
1176
|
+
13456752:function(r){var flags=r.uint();return{_:'payments.giveawayInfoResults',winner:!!(flags&1),refunded:!!(flags&2),startDate:r.int(),giftCodeSlug:flags&1?r.string():void 0,finishDate:r.int(),winnersCount:r.int(),activatedCount:r.int(),}},
|
|
1177
|
+
2991824212:function(r){return{_:'prepaidGiveaway',id:r.long(),months:r.int(),quantity:r.int(),date:r.int(),}},
|
|
1178
|
+
706514033:function(r){var flags=r.uint();return{_:'boost',gift:!!(flags&2),giveaway:!!(flags&4),unclaimed:!!(flags&8),id:r.string(),userId:flags&1?r.long():void 0,giveawayMsgId:flags&4?r.int():void 0,date:r.int(),expires:r.int(),usedGiftSlug:flags&16?r.string():void 0,multiplier:flags&32?r.int():void 0,}},
|
|
1179
|
+
2264424764:function(r){var flags=r.uint();return{_:'premium.boostsList',count:r.int(),boosts:r.vector(r.object),nextOffset:flags&1?r.string():void 0,users:r.vector(r.object),}},
|
|
1180
|
+
3293069660:function(r){var flags=r.uint();return{_:'myBoost',slot:r.int(),peer:flags&1?r.object():void 0,date:r.int(),expires:r.int(),cooldownUntilDate:flags&2?r.int():void 0,}},
|
|
1181
|
+
2598512866:function(r){return{_:'premium.myBoosts',myBoosts:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
1182
|
+
1230586490:function(r){var flags=r.uint();return{_:'premium.boostsStatus',myBoost:!!(flags&4),level:r.int(),currentLevelBoosts:r.int(),boosts:r.int(),giftBoosts:flags&16?r.int():void 0,nextLevelBoosts:flags&1?r.int():void 0,premiumAudience:flags&2?r.object():void 0,boostUrl:r.string(),prepaidGiveaways:flags&8?r.vector(r.object):void 0,myBoostSlots:flags&4?r.vector(r.int):void 0,}},
|
|
1183
|
+
886196148:function(r){return{_:'messageUserVote',userId:r.int53(),option:r.bytes(),date:r.int(),}},
|
|
1184
|
+
1017491692:function(r){return{_:'messageUserVoteInputOption',userId:r.int53(),date:r.int(),}},
|
|
1185
|
+
2321933655:function(r){return{_:'messageUserVoteMultiple',userId:r.int53(),options:r.vector(r.bytes),date:r.int(),}},
|
|
1186
|
+
2952448754:function(r){return{_:'dummyUpdate',pts:r.int(),ptsCount:r.int(),channelId:r.int53(),}},
|
|
1187
|
+
_results:{
|
|
1188
|
+
'contacts.getContactIDs':function(r){return r.vector(r.int)},
|
|
1189
|
+
'messages.receivedQueue':function(r){return r.vector(r.long)},
|
|
1190
|
+
'photos.deletePhotos':function(r){return r.vector(r.long)},
|
|
1191
|
+
'phone.checkGroupCall':function(r){return r.vector(r.int)},
|
|
1192
|
+
'stories.deleteStories':function(r){return r.vector(r.int)},
|
|
1193
|
+
'stories.togglePinned':function(r){return r.vector(r.int)},
|
|
1194
|
+
'stories.readStories':function(r){return r.vector(r.int)},
|
|
1195
|
+
'stories.getPeerMaxIDs':function(r){return r.vector(r.int)},
|
|
1196
|
+
},
|
|
1197
|
+
85337187:function(r){return{_:'mt_resPQ',nonce:r.int128(),serverNonce:r.int128(),pq:r.bytes(),serverPublicKeyFingerprints:r.vector(r.long),}},
|
|
1198
|
+
2851430293:function(r){return{_:'mt_p_q_inner_data_dc',pq:r.bytes(),p:r.bytes(),q:r.bytes(),nonce:r.int128(),serverNonce:r.int128(),newNonce:r.int256(),dc:r.int(),}},
|
|
1199
|
+
1459478408:function(r){return{_:'mt_p_q_inner_data_temp_dc',pq:r.bytes(),p:r.bytes(),q:r.bytes(),nonce:r.int128(),serverNonce:r.int128(),newNonce:r.int256(),dc:r.int(),expiresIn:r.int(),}},
|
|
1200
|
+
3504867164:function(r){return{_:'mt_server_DH_params_ok',nonce:r.int128(),serverNonce:r.int128(),encryptedAnswer:r.bytes(),}},
|
|
1201
|
+
3045658042:function(r){return{_:'mt_server_DH_inner_data',nonce:r.int128(),serverNonce:r.int128(),g:r.int(),dhPrime:r.bytes(),gA:r.bytes(),serverTime:r.int(),}},
|
|
1202
|
+
1715713620:function(r){return{_:'mt_client_DH_inner_data',nonce:r.int128(),serverNonce:r.int128(),retryId:r.long(),gB:r.bytes(),}},
|
|
1203
|
+
1003222836:function(r){return{_:'mt_dh_gen_ok',nonce:r.int128(),serverNonce:r.int128(),newNonceHash1:r.int128(),}},
|
|
1204
|
+
1188831161:function(r){return{_:'mt_dh_gen_retry',nonce:r.int128(),serverNonce:r.int128(),newNonceHash2:r.int128(),}},
|
|
1205
|
+
2795351554:function(r){return{_:'mt_dh_gen_fail',nonce:r.int128(),serverNonce:r.int128(),newNonceHash3:r.int128(),}},
|
|
1206
|
+
1973679973:function(r){return{_:'mt_bind_auth_key_inner',nonce:r.long(),tempAuthKeyId:r.long(),permAuthKeyId:r.long(),tempSessionId:r.long(),expiresAt:r.int(),}},
|
|
1207
|
+
558156313:function(r){return{_:'mt_rpc_error',errorCode:r.int(),errorMessage:r.string(),}},
|
|
1208
|
+
1579864942:function(r){return{_:'mt_rpc_answer_unknown'}},
|
|
1209
|
+
3447252358:function(r){return{_:'mt_rpc_answer_dropped_running'}},
|
|
1210
|
+
2755319991:function(r){return{_:'mt_rpc_answer_dropped',msgId:r.long(),seqNo:r.int(),bytes:r.int(),}},
|
|
1211
|
+
155834844:function(r=this){return{_:'mt_future_salt',validSince:r.int(),validUntil:r.int(),salt:r.long(),}},
|
|
1212
|
+
2924480661:function(r){return{_:'mt_future_salts',reqMsgId:r.long(),now:r.int(),salts:r.vector(m[155834844],1),}},
|
|
1213
|
+
880243653:function(r){return{_:'mt_pong',msgId:r.long(),pingId:r.long(),}},
|
|
1214
|
+
3793765884:function(r){return{_:'mt_destroy_session_ok',sessionId:r.long(),}},
|
|
1215
|
+
1658015945:function(r){return{_:'mt_destroy_session_none',sessionId:r.long(),}},
|
|
1216
|
+
2663516424:function(r){return{_:'mt_new_session_created',firstMsgId:r.long(),uniqueId:r.long(),serverSalt:r.long(),}},
|
|
1217
|
+
1658238041:function(r){return{_:'mt_msgs_ack',msgIds:r.vector(r.long),}},
|
|
1218
|
+
2817521681:function(r){return{_:'mt_bad_msg_notification',badMsgId:r.long(),badMsgSeqno:r.int(),errorCode:r.int(),}},
|
|
1219
|
+
3987424379:function(r){return{_:'mt_bad_server_salt',badMsgId:r.long(),badMsgSeqno:r.int(),errorCode:r.int(),newServerSalt:r.long(),}},
|
|
1220
|
+
2105940488:function(r){return{_:'mt_msg_resend_req',msgIds:r.vector(r.long),}},
|
|
1221
|
+
3664378706:function(r){return{_:'mt_msgs_state_req',msgIds:r.vector(r.long),}},
|
|
1222
|
+
81704317:function(r){return{_:'mt_msgs_state_info',reqMsgId:r.long(),info:r.bytes(),}},
|
|
1223
|
+
2361446705:function(r){return{_:'mt_msgs_all_info',msgIds:r.vector(r.long),info:r.bytes(),}},
|
|
1224
|
+
661470918:function(r){return{_:'mt_msg_detailed_info',msgId:r.long(),answerMsgId:r.long(),bytes:r.int(),status:r.int(),}},
|
|
1225
|
+
2157819615:function(r){return{_:'mt_msg_new_detailed_info',answerMsgId:r.long(),bytes:r.int(),status:r.int(),}},
|
|
1226
|
+
4133544404:function(r){return{_:'mt_destroy_auth_key_ok'}},
|
|
1227
|
+
178201177:function(r){return{_:'mt_destroy_auth_key_none'}},
|
|
1228
|
+
3926956819:function(r){return{_:'mt_destroy_auth_key_fail'}},
|
|
1229
|
+
2459514271:function(r){return{_:'mt_http_wait',maxDelay:r.int(),waitAfter:r.int(),maxWait:r.int(),}},
|
|
1230
|
+
3195965169:function(r){return{_:'mt_req_pq_multi',nonce:r.int128(),}},
|
|
1231
|
+
3608339646:function(r){return{_:'mt_req_DH_params',nonce:r.int128(),serverNonce:r.int128(),p:r.bytes(),q:r.bytes(),publicKeyFingerprint:r.long(),encryptedData:r.bytes(),}},
|
|
1232
|
+
4110704415:function(r){return{_:'mt_set_client_DH_params',nonce:r.int128(),serverNonce:r.int128(),encryptedData:r.bytes(),}},
|
|
1233
|
+
1491380032:function(r){return{_:'mt_rpc_drop_answer',reqMsgId:r.long(),}},
|
|
1234
|
+
3105996036:function(r){return{_:'mt_get_future_salts',num:r.int(),}},
|
|
1235
|
+
2059302892:function(r){return{_:'mt_ping',pingId:r.long(),}},
|
|
1236
|
+
4081220492:function(r){return{_:'mt_ping_delay_disconnect',pingId:r.long(),disconnectDelay:r.int(),}},
|
|
1237
|
+
3880853798:function(r){return{_:'mt_destroy_session',sessionId:r.long(),}},
|
|
1238
|
+
3510849888:function(r){return{_:'mt_destroy_auth_key'}},
|
|
1239
|
+
}
|
|
1240
|
+
exports.__tlReaderMap = m;
|