@mtcute/tl 222.0.0 → 223.0.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/README.md +1 -1
- package/api-schema.json +1 -1
- package/binary/reader.js +17 -12
- package/binary/writer.js +31 -22
- package/compat/index.d.ts +114 -1
- package/compat/reader.js +4 -0
- package/index.d.ts +3405 -3200
- package/index.js +2 -2
- package/package.json +1 -1
package/binary/reader.js
CHANGED
|
@@ -87,15 +87,15 @@ var m={
|
|
|
87
87
|
399807445:function(r){var flags=r.uint();return{_:'channelForbidden',broadcast:!!(flags&32),megagroup:!!(flags&256),monoforum:!!(flags&1024),id:r.int53(),accessHash:r.long(),title:r.string(),untilDate:flags&65536?r.int():void 0,}},
|
|
88
88
|
640893467: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,reactionsLimit:flags&1048576?r.int():void 0,}},
|
|
89
89
|
3839931037: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),viewForumAsMessages:!!(flags2&64),restrictedSponsored:!!(flags2&2048),canViewRevenue:!!(flags2&4096),paidMediaAllowed:!!(flags2&16384),canViewStarsRevenue:!!(flags2&32768),paidReactionsAvailable:!!(flags2&65536),stargiftsAvailable:!!(flags2&524288),paidMessagesAvailable:!!(flags2&1048576),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.int53):void 0,defaultSendAs:flags&536870912?r.object():void 0,availableReactions:flags&1073741824?r.object():void 0,reactionsLimit:flags2&8192?r.int():void 0,stories:flags2&16?r.object():void 0,wallpaper:flags2&128?r.object():void 0,boostsApplied:flags2&256?r.int():void 0,boostsUnrestrict:flags2&512?r.int():void 0,emojiset:flags2&1024?r.object():void 0,botVerification:flags2&131072?r.object():void 0,stargiftsCount:flags2&262144?r.int():void 0,sendPaidMessagesStars:flags2&2097152?r.long():void 0,mainTab:flags2&4194304?r.object():void 0,}},
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
90
|
+
954703838:function(r){var flags=r.uint();return{_:'chatParticipant',userId:r.int53(),inviterId:r.int53(),date:r.int(),rank:flags&1?r.string():void 0,}},
|
|
91
|
+
3791153080:function(r){var flags=r.uint();return{_:'chatParticipantCreator',userId:r.int53(),rank:flags&1?r.string():void 0,}},
|
|
92
|
+
56677842:function(r){var flags=r.uint();return{_:'chatParticipantAdmin',userId:r.int53(),inviterId:r.int53(),date:r.int(),rank:flags&1?r.string():void 0,}},
|
|
93
93
|
2271466465:function(r){var flags=r.uint();return{_:'chatParticipantsForbidden',chatId:r.int53(),selfParticipant:flags&1?r.object():void 0,}},
|
|
94
94
|
1018991608:function(r){return{_:'chatParticipants',chatId:r.int53(),participants:r.vector(r.object),version:r.int(),}},
|
|
95
95
|
935395612:function(r){return{_:'chatPhotoEmpty'}},
|
|
96
96
|
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(),}},
|
|
97
97
|
2426849924:function(r){var flags=r.uint();return{_:'messageEmpty',id:r.int(),peerId:flags&1?r.object():void 0,}},
|
|
98
|
-
|
|
98
|
+
988112002:function(r){var flags=r.uint(),flags2=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),invertMedia:!!(flags&134217728),offline:!!(flags2&2),videoProcessingPending:!!(flags2&16),paidSuggestedPostStars:!!(flags2&256),paidSuggestedPostTon:!!(flags2&512),id:r.int(),fromId:flags&256?r.object():void 0,fromBoostsApplied:flags&536870912?r.int():void 0,fromRank:flags2&4096?r.string():void 0,peerId:r.object(),savedPeerId:flags&268435456?r.object():void 0,fwdFrom:flags&4?r.object():void 0,viaBotId:flags&2048?r.int53():void 0,viaBusinessBotId:flags2&1?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,quickReplyShortcutId:flags&1073741824?r.int():void 0,effect:flags2&4?r.long():void 0,factcheck:flags2&8?r.object():void 0,reportDeliveryUntilDate:flags2&32?r.int():void 0,paidMessageStars:flags2&64?r.long():void 0,suggestedPost:flags2&128?r.object():void 0,scheduleRepeatPeriod:flags2&1024?r.int():void 0,summaryFromLanguage:flags2&2048?r.string():void 0,}},
|
|
99
99
|
2055212554:function(r){var flags=r.uint();return{_:'messageService',out:!!(flags&2),mentioned:!!(flags&16),mediaUnread:!!(flags&32),reactionsArePossible:!!(flags&512),silent:!!(flags&8192),post:!!(flags&16384),legacy:!!(flags&524288),id:r.int(),fromId:flags&256?r.object():void 0,peerId:r.object(),savedPeerId:flags&268435456?r.object():void 0,replyTo:flags&8?r.object():void 0,date:r.int(),action:r.object(),reactions:flags&1048576?r.object():void 0,ttlPeriod:flags&33554432?r.int():void 0,}},
|
|
100
100
|
1038967584:function(r){return{_:'messageMediaEmpty'}},
|
|
101
101
|
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,}},
|
|
@@ -178,6 +178,8 @@ var m={
|
|
|
178
178
|
1940760427:function(r){var flags=r.uint();return{_:'messageActionStarGiftPurchaseOfferDeclined',expired:!!(flags&1),gift:r.object(),price:r.object(),}},
|
|
179
179
|
2961100933:function(r){return{_:'messageActionNewCreatorPending',newCreatorId:r.int53(),}},
|
|
180
180
|
3783807035:function(r){return{_:'messageActionChangeCreator',newCreatorId:r.int53(),}},
|
|
181
|
+
3212666226:function(r){return{_:'messageActionNoForwardsToggle',prevValue:r.boolean(),newValue:r.boolean(),}},
|
|
182
|
+
1042781114:function(r){var flags=r.uint();return{_:'messageActionNoForwardsRequest',expired:!!(flags&1),prevValue:r.boolean(),newValue:r.boolean(),}},
|
|
181
183
|
3582593222:function(r){var flags=r.uint();return{_:'dialog',pinned:!!(flags&4),unreadMark:!!(flags&8),viewForumAsMessages:!!(flags&64),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,}},
|
|
182
184
|
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(),}},
|
|
183
185
|
590459437:function(r){return{_:'photoEmpty',id:r.long(),}},
|
|
@@ -216,7 +218,7 @@ var m={
|
|
|
216
218
|
4124956391:function(r){return{_:'inputReportReasonFake'}},
|
|
217
219
|
177124030:function(r){return{_:'inputReportReasonIllegalDrugs'}},
|
|
218
220
|
2663876157:function(r){return{_:'inputReportReasonPersonalDetails'}},
|
|
219
|
-
2687222078:function(r){var flags=r.uint(),flags2=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),wallpaperOverridden:!!(flags&268435456),contactRequirePremium:!!(flags&536870912),readDatesPrivate:!!(flags&1073741824),sponsoredEnabled:!!(flags2&128),canViewRevenue:!!(flags2&512),botCanManageEmojiStatus:!!(flags2&1024),displayGiftsButton:!!(flags2&65536),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,theme:flags&32768?r.object():void 0,privateForwardName:flags&65536?r.string():void 0,botGroupAdminRights:flags&131072?r.object():void 0,botBroadcastAdminRights:flags&262144?r.object():void 0,wallpaper:flags&16777216?r.object():void 0,stories:flags&33554432?r.object():void 0,businessWorkHours:flags2&1?r.object():void 0,businessLocation:flags2&2?r.object():void 0,businessGreetingMessage:flags2&4?r.object():void 0,businessAwayMessage:flags2&8?r.object():void 0,businessIntro:flags2&16?r.object():void 0,birthday:flags2&32?r.object():void 0,personalChannelId:flags2&64?r.int53():void 0,personalChannelMessage:flags2&64?r.int():void 0,stargiftsCount:flags2&256?r.int():void 0,starrefProgram:flags2&2048?r.object():void 0,botVerification:flags2&4096?r.object():void 0,sendPaidMessagesStars:flags2&16384?r.long():void 0,disallowedGifts:flags2&32768?r.object():void 0,starsRating:flags2&131072?r.object():void 0,starsMyPendingRating:flags2&262144?r.object():void 0,starsMyPendingRatingDate:flags2&262144?r.int():void 0,mainTab:flags2&1048576?r.object():void 0,savedMusic:flags2&2097152?r.object():void 0,note:flags2&4194304?r.object():void 0,}},
|
|
221
|
+
2687222078:function(r){var flags=r.uint(),flags2=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),wallpaperOverridden:!!(flags&268435456),contactRequirePremium:!!(flags&536870912),readDatesPrivate:!!(flags&1073741824),sponsoredEnabled:!!(flags2&128),canViewRevenue:!!(flags2&512),botCanManageEmojiStatus:!!(flags2&1024),displayGiftsButton:!!(flags2&65536),noforwardsMyEnabled:!!(flags2&8388608),noforwardsPeerEnabled:!!(flags2&16777216),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,theme:flags&32768?r.object():void 0,privateForwardName:flags&65536?r.string():void 0,botGroupAdminRights:flags&131072?r.object():void 0,botBroadcastAdminRights:flags&262144?r.object():void 0,wallpaper:flags&16777216?r.object():void 0,stories:flags&33554432?r.object():void 0,businessWorkHours:flags2&1?r.object():void 0,businessLocation:flags2&2?r.object():void 0,businessGreetingMessage:flags2&4?r.object():void 0,businessAwayMessage:flags2&8?r.object():void 0,businessIntro:flags2&16?r.object():void 0,birthday:flags2&32?r.object():void 0,personalChannelId:flags2&64?r.int53():void 0,personalChannelMessage:flags2&64?r.int():void 0,stargiftsCount:flags2&256?r.int():void 0,starrefProgram:flags2&2048?r.object():void 0,botVerification:flags2&4096?r.object():void 0,sendPaidMessagesStars:flags2&16384?r.long():void 0,disallowedGifts:flags2&32768?r.object():void 0,starsRating:flags2&131072?r.object():void 0,starsMyPendingRating:flags2&262144?r.object():void 0,starsMyPendingRatingDate:flags2&262144?r.int():void 0,mainTab:flags2&1048576?r.object():void 0,savedMusic:flags2&2097152?r.object():void 0,note:flags2&4194304?r.object():void 0,}},
|
|
220
222
|
341499403:function(r){return{_:'contact',userId:r.int53(),mutual:r.boolean(),}},
|
|
221
223
|
3242081360:function(r){return{_:'importedContact',userId:r.int53(),clientId:r.long(),}},
|
|
222
224
|
383348795:function(r){return{_:'contactStatus',userId:r.int53(),status:r.object(),}},
|
|
@@ -405,6 +407,7 @@ var m={
|
|
|
405
407
|
3696816926:function(r){return{_:'updateStarGiftAuctionUserState',giftId:r.long(),userState:r.object(),}},
|
|
406
408
|
4221326458:function(r){return{_:'updateEmojiGameInfo',info:r.object(),}},
|
|
407
409
|
2886149188:function(r){return{_:'updateStarGiftCraftFail'}},
|
|
410
|
+
3179505593:function(r){return{_:'updateChatParticipantRank',chatId:r.int53(),userId:r.int53(),rank:r.string(),version:r.int(),}},
|
|
408
411
|
2775329342:function(r){return{_:'updates.state',pts:r.int(),qts:r.int(),date:r.int(),seq:r.int(),unreadCount:r.int(),}},
|
|
409
412
|
1567990072:function(r){return{_:'updates.differenceEmpty',date:r.int(),seq:r.int(),}},
|
|
410
413
|
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(),}},
|
|
@@ -621,6 +624,7 @@ var m={
|
|
|
621
624
|
852137487:function(r){return{_:'messageEntitySpoiler',offset:r.int(),length:r.int(),}},
|
|
622
625
|
3369010680:function(r){return{_:'messageEntityCustomEmoji',offset:r.int(),length:r.int(),documentId:r.long(),}},
|
|
623
626
|
4056722092:function(r){var flags=r.uint();return{_:'messageEntityBlockquote',collapsed:!!(flags&1),offset:r.int(),length:r.int(),}},
|
|
627
|
+
2420819911:function(r){var flags=r.uint();return{_:'messageEntityFormattedDate',relative:!!(flags&1),shortTime:!!(flags&2),longTime:!!(flags&4),shortDate:!!(flags&8),longDate:!!(flags&16),dayOfWeek:!!(flags&32),offset:r.int(),length:r.int(),date:r.int(),}},
|
|
624
628
|
4002160262:function(r){return{_:'inputChannelEmpty'}},
|
|
625
629
|
4082822184:function(r){return{_:'inputChannel',channelId:r.int53(),accessHash:r.long(),}},
|
|
626
630
|
1536380829:function(r){return{_:'inputChannelFromMessage',peer:r.object(),msgId:r.int(),channelId:r.int53(),}},
|
|
@@ -631,11 +635,11 @@ var m={
|
|
|
631
635
|
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),}},
|
|
632
636
|
2496933607:function(r){return{_:'channelMessagesFilterEmpty'}},
|
|
633
637
|
3447183703:function(r){var flags=r.uint();return{_:'channelMessagesFilter',excludeNewMessages:!!(flags&2),ranges:r.vector(r.object),}},
|
|
634
|
-
|
|
635
|
-
|
|
638
|
+
466961494:function(r){var flags=r.uint();return{_:'channelParticipant',userId:r.int53(),date:r.int(),subscriptionUntilDate:flags&1?r.int():void 0,rank:flags&4?r.string():void 0,}},
|
|
639
|
+
2840037914:function(r){var flags=r.uint();return{_:'channelParticipantSelf',viaRequest:!!(flags&1),userId:r.int53(),inviterId:r.int53(),date:r.int(),subscriptionUntilDate:flags&2?r.int():void 0,rank:flags&4?r.string():void 0,}},
|
|
636
640
|
803602899:function(r){var flags=r.uint();return{_:'channelParticipantCreator',userId:r.int53(),adminRights:r.object(),rank:flags&1?r.string():void 0,}},
|
|
637
641
|
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,}},
|
|
638
|
-
|
|
642
|
+
3589320081:function(r){var flags=r.uint();return{_:'channelParticipantBanned',left:!!(flags&1),peer:r.object(),kickedBy:r.int53(),date:r.int(),bannedRights:r.object(),rank:flags&4?r.string():void 0,}},
|
|
639
643
|
453242886:function(r){return{_:'channelParticipantLeft',peer:r.object(),}},
|
|
640
644
|
3728686201:function(r){return{_:'channelParticipantsRecent'}},
|
|
641
645
|
3026225513:function(r){return{_:'channelParticipantsAdmins'}},
|
|
@@ -883,9 +887,10 @@ var m={
|
|
|
883
887
|
1621597305:function(r){return{_:'channelAdminLogEventActionToggleSignatureProfiles',newValue:r.boolean(),}},
|
|
884
888
|
1684286899:function(r){return{_:'channelAdminLogEventActionParticipantSubExtend',prevParticipant:r.object(),newParticipant:r.object(),}},
|
|
885
889
|
3306682238:function(r){return{_:'channelAdminLogEventActionToggleAutotranslation',newValue:r.boolean(),}},
|
|
890
|
+
1476834540:function(r){return{_:'channelAdminLogEventActionParticipantEditRank',userId:r.int53(),prevRank:r.string(),newRank:r.string(),}},
|
|
886
891
|
531458253:function(r){return{_:'channelAdminLogEvent',id:r.long(),date:r.int(),userId:r.int53(),action:r.object(),}},
|
|
887
892
|
3985307469:function(r){return{_:'channels.adminLogResults',events:r.vector(r.object),chats:r.vector(r.object),users:r.vector(r.object),}},
|
|
888
|
-
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),subExtend:!!(flags&262144),}},
|
|
893
|
+
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),subExtend:!!(flags&262144),editRank:!!(flags&524288),}},
|
|
889
894
|
1558266229:function(r){return{_:'popularContact',clientId:r.long(),importers:r.int(),}},
|
|
890
895
|
2660214483:function(r){return{_:'messages.favedStickersNotModified'}},
|
|
891
896
|
750063767:function(r){return{_:'messages.favedStickers',hash:r.long(),packs:r.vector(r.object),stickers:r.vector(r.object),}},
|
|
@@ -989,8 +994,8 @@ var m={
|
|
|
989
994
|
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,}},
|
|
990
995
|
4030849616:function(r){return{_:'chatOnlines',onlines:r.int(),}},
|
|
991
996
|
1202287072:function(r){return{_:'statsURL',url:r.string(),}},
|
|
992
|
-
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),manageDirectMessages:!!(flags&131072),}},
|
|
993
|
-
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(),}},
|
|
997
|
+
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),manageDirectMessages:!!(flags&131072),manageRanks:!!(flags&262144),}},
|
|
998
|
+
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),editRank:!!(flags&67108864),untilDate:r.int(),}},
|
|
994
999
|
3861952889:function(r){return{_:'inputWallPaper',id:r.long(),accessHash:r.long(),}},
|
|
995
1000
|
1913199744:function(r){return{_:'inputWallPaperSlug',slug:r.string(),}},
|
|
996
1001
|
2524595758:function(r){return{_:'inputWallPaperNoFile',id:r.long(),}},
|
|
@@ -1009,7 +1014,7 @@ var m={
|
|
|
1009
1014
|
4224893590:function(r){return{_:'inputFolderPeer',peer:r.object(),folderId:r.int(),}},
|
|
1010
1015
|
3921323624:function(r){return{_:'folderPeer',peer:r.object(),folderId:r.int(),}},
|
|
1011
1016
|
3896830975:function(r){var flags=r.uint();return{_:'messages.searchCounter',inexact:!!(flags&2),filter:r.object(),count:r.int(),}},
|
|
1012
|
-
|
|
1017
|
+
4177062686:function(r){var flags=r.uint();return{_:'urlAuthResultRequest',requestWriteAccess:!!(flags&1),requestPhoneNumber:!!(flags&2),matchCodesFirst:!!(flags&32),bot:r.object(),domain:r.string(),browser:flags&4?r.string():void 0,platform:flags&4?r.string():void 0,ip:flags&4?r.string():void 0,region:flags&4?r.string():void 0,matchCodes:flags&8?r.vector(r.string):void 0,userIdHint:flags&16?r.int53():void 0,}},
|
|
1013
1018
|
1648005024:function(r){var flags=r.uint();return{_:'urlAuthResultAccepted',url:flags&1?r.string():void 0,}},
|
|
1014
1019
|
2849430303:function(r){return{_:'urlAuthResultDefault'}},
|
|
1015
1020
|
3216354699:function(r){return{_:'channelLocationEmpty'}},
|
package/binary/writer.js
CHANGED
|
@@ -88,15 +88,15 @@ var m={
|
|
|
88
88
|
'channelForbidden':function(w,v){w.uint(399807445);var flags=0;if(v.broadcast===true)flags|=32;if(v.megagroup===true)flags|=256;if(v.monoforum===true)flags|=1024;var _untilDate=v.untilDate!==undefined;if(_untilDate)flags|=65536;w.uint(flags);w.int53(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'title'));if(_untilDate)w.int(v.untilDate);},
|
|
89
89
|
'chatFull':function(w,v){w.uint(640893467);var flags=0;var _chatPhoto=v.chatPhoto!==undefined;if(_chatPhoto)flags|=4;var _botInfo=v.botInfo&&v.botInfo.length;if(_botInfo)flags|=8;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canSetUsername===true)flags|=128;if(v.hasScheduled===true)flags|=256;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _call=v.call!==undefined;if(_call)flags|=4096;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=32768;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=65536;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_17=_requestsPending||_recentRequesters;if(_flags_17)flags|=131072;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=262144;if(v.translationsDisabled===true)flags|=524288;var _reactionsLimit=v.reactionsLimit!==undefined;if(_reactionsLimit)flags|=1048576;w.uint(flags);w.int53(h(v,'id'));w.string(h(v,'about'));w.object(h(v,'participants'));if(_chatPhoto)w.object(v.chatPhoto);w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);if(_botInfo)w.vector(w.object,v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_folderId)w.int(v.folderId);if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_17)w.int(v.requestsPending);if(_flags_17)w.vector(w.long,v.recentRequesters);if(_availableReactions)w.object(v.availableReactions);if(_reactionsLimit)w.int(v.reactionsLimit);},
|
|
90
90
|
'channelFull':function(w,v){w.uint(3839931037);var flags=0;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=1;var _adminsCount=v.adminsCount!==undefined;if(_adminsCount)flags|=2;var _kickedCount=v.kickedCount!==undefined;var _bannedCount=v.bannedCount!==undefined;var _flags_2=_kickedCount||_bannedCount;if(_flags_2)flags|=4;if(v.canViewParticipants===true)flags|=8;var _migratedFromChatId=v.migratedFromChatId!==undefined;var _migratedFromMaxId=v.migratedFromMaxId!==undefined;var _flags_4=_migratedFromChatId||_migratedFromMaxId;if(_flags_4)flags|=16;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=32;if(v.canSetUsername===true)flags|=64;if(v.canSetStickers===true)flags|=128;var _stickerset=v.stickerset!==undefined;if(_stickerset)flags|=256;var _availableMinId=v.availableMinId!==undefined;if(_availableMinId)flags|=512;if(v.hiddenPrehistory===true)flags|=1024;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _statsDc=v.statsDc!==undefined;if(_statsDc)flags|=4096;var _onlineCount=v.onlineCount!==undefined;if(_onlineCount)flags|=8192;var _linkedChatId=v.linkedChatId!==undefined;if(_linkedChatId)flags|=16384;var _location=v.location!==undefined;if(_location)flags|=32768;if(v.canSetLocation===true)flags|=65536;var _slowmodeSeconds=v.slowmodeSeconds!==undefined;if(_slowmodeSeconds)flags|=131072;var _slowmodeNextSendDate=v.slowmodeNextSendDate!==undefined;if(_slowmodeNextSendDate)flags|=262144;if(v.hasScheduled===true)flags|=524288;if(v.canViewStats===true)flags|=1048576;var _call=v.call!==undefined;if(_call)flags|=2097152;if(v.blocked===true)flags|=4194304;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8388608;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16777216;var _pendingSuggestions=v.pendingSuggestions&&v.pendingSuggestions.length;if(_pendingSuggestions)flags|=33554432;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=67108864;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=134217728;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_28=_requestsPending||_recentRequesters;if(_flags_28)flags|=268435456;var _defaultSendAs=v.defaultSendAs!==undefined;if(_defaultSendAs)flags|=536870912;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=1073741824;w.uint(flags);var flags2=0;if(v.canDeleteChannel===true)flags2|=1;if(v.antispam===true)flags2|=2;if(v.participantsHidden===true)flags2|=4;if(v.translationsDisabled===true)flags2|=8;var _stories=v.stories!==undefined;if(_stories)flags2|=16;if(v.storiesPinnedAvailable===true)flags2|=32;if(v.viewForumAsMessages===true)flags2|=64;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags2|=128;var _boostsApplied=v.boostsApplied!==undefined;if(_boostsApplied)flags2|=256;var _boostsUnrestrict=v.boostsUnrestrict!==undefined;if(_boostsUnrestrict)flags2|=512;var _emojiset=v.emojiset!==undefined;if(_emojiset)flags2|=1024;if(v.restrictedSponsored===true)flags2|=2048;if(v.canViewRevenue===true)flags2|=4096;var _reactionsLimit=v.reactionsLimit!==undefined;if(_reactionsLimit)flags2|=8192;if(v.paidMediaAllowed===true)flags2|=16384;if(v.canViewStarsRevenue===true)flags2|=32768;if(v.paidReactionsAvailable===true)flags2|=65536;var _botVerification=v.botVerification!==undefined;if(_botVerification)flags2|=131072;var _stargiftsCount=v.stargiftsCount!==undefined;if(_stargiftsCount)flags2|=262144;if(v.stargiftsAvailable===true)flags2|=524288;if(v.paidMessagesAvailable===true)flags2|=1048576;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=2097152;var _mainTab=v.mainTab!==undefined;if(_mainTab)flags2|=4194304;w.uint(flags2);w.int53(h(v,'id'));w.string(h(v,'about'));if(_participantsCount)w.int(v.participantsCount);if(_adminsCount)w.int(v.adminsCount);if(_flags_2)w.int(v.kickedCount);if(_flags_2)w.int(v.bannedCount);if(_onlineCount)w.int(v.onlineCount);w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.object(h(v,'chatPhoto'));w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);w.vector(w.object,h(v,'botInfo'));if(_flags_4)w.long(v.migratedFromChatId);if(_flags_4)w.int(v.migratedFromMaxId);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_stickerset)w.object(v.stickerset);if(_availableMinId)w.int(v.availableMinId);if(_folderId)w.int(v.folderId);if(_linkedChatId)w.int53(v.linkedChatId);if(_location)w.object(v.location);if(_slowmodeSeconds)w.int(v.slowmodeSeconds);if(_slowmodeNextSendDate)w.int(v.slowmodeNextSendDate);if(_statsDc)w.int(v.statsDc);w.int(h(v,'pts'));if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_pendingSuggestions)w.vector(w.string,v.pendingSuggestions);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_28)w.int(v.requestsPending);if(_flags_28)w.vector(w.int53,v.recentRequesters);if(_defaultSendAs)w.object(v.defaultSendAs);if(_availableReactions)w.object(v.availableReactions);if(_reactionsLimit)w.int(v.reactionsLimit);if(_stories)w.object(v.stories);if(_wallpaper)w.object(v.wallpaper);if(_boostsApplied)w.int(v.boostsApplied);if(_boostsUnrestrict)w.int(v.boostsUnrestrict);if(_emojiset)w.object(v.emojiset);if(_botVerification)w.object(v.botVerification);if(_stargiftsCount)w.int(v.stargiftsCount);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_mainTab)w.object(v.mainTab);},
|
|
91
|
-
'chatParticipant':function(w,v){w.uint(
|
|
92
|
-
'chatParticipantCreator':function(w,v){w.uint(
|
|
93
|
-
'chatParticipantAdmin':function(w,v){w.uint(
|
|
91
|
+
'chatParticipant':function(w,v){w.uint(954703838);var flags=0;var _rank=v.rank!==undefined;if(_rank)flags|=1;w.uint(flags);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));if(_rank)w.string(v.rank);},
|
|
92
|
+
'chatParticipantCreator':function(w,v){w.uint(3791153080);var flags=0;var _rank=v.rank!==undefined;if(_rank)flags|=1;w.uint(flags);w.int53(h(v,'userId'));if(_rank)w.string(v.rank);},
|
|
93
|
+
'chatParticipantAdmin':function(w,v){w.uint(56677842);var flags=0;var _rank=v.rank!==undefined;if(_rank)flags|=1;w.uint(flags);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));if(_rank)w.string(v.rank);},
|
|
94
94
|
'chatParticipantsForbidden':function(w,v){w.uint(2271466465);var flags=0;var _selfParticipant=v.selfParticipant!==undefined;if(_selfParticipant)flags|=1;w.uint(flags);w.int53(h(v,'chatId'));if(_selfParticipant)w.object(v.selfParticipant);},
|
|
95
95
|
'chatParticipants':function(w,v){w.uint(1018991608);w.int53(h(v,'chatId'));w.vector(w.object,h(v,'participants'));w.int(h(v,'version'));},
|
|
96
96
|
'chatPhotoEmpty':function(w){w.uint(935395612);},
|
|
97
97
|
'chatPhoto':function(w,v){w.uint(476978193);var flags=0;if(v.hasVideo===true)flags|=1;var _strippedThumb=v.strippedThumb!==undefined;if(_strippedThumb)flags|=2;w.uint(flags);w.long(h(v,'photoId'));if(_strippedThumb)w.bytes(v.strippedThumb);w.int(h(v,'dcId'));},
|
|
98
98
|
'messageEmpty':function(w,v){w.uint(2426849924);var flags=0;var _peerId=v.peerId!==undefined;if(_peerId)flags|=1;w.uint(flags);w.int(h(v,'id'));if(_peerId)w.object(v.peerId);},
|
|
99
|
-
'message':function(w,v){w.uint(
|
|
99
|
+
'message':function(w,v){w.uint(988112002);var flags=0;if(v.out===true)flags|=2;var _fwdFrom=v.fwdFrom!==undefined;if(_fwdFrom)flags|=4;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=8;if(v.mentioned===true)flags|=16;if(v.mediaUnread===true)flags|=32;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=64;var _entities=v.entities&&v.entities.length;if(_entities)flags|=128;var _fromId=v.fromId!==undefined;if(_fromId)flags|=256;var _media=v.media!==undefined;if(_media)flags|=512;var _views=v.views!==undefined;var _forwards=v.forwards!==undefined;var _flags_10=_views||_forwards;if(_flags_10)flags|=1024;var _viaBotId=v.viaBotId!==undefined;if(_viaBotId)flags|=2048;if(v.silent===true)flags|=8192;if(v.post===true)flags|=16384;var _editDate=v.editDate!==undefined;if(_editDate)flags|=32768;var _postAuthor=v.postAuthor!==undefined;if(_postAuthor)flags|=65536;var _groupedId=v.groupedId!==undefined;if(_groupedId)flags|=131072;if(v.fromScheduled===true)flags|=262144;if(v.legacy===true)flags|=524288;var _reactions=v.reactions!==undefined;if(_reactions)flags|=1048576;if(v.editHide===true)flags|=2097152;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;if(_restrictionReason)flags|=4194304;var _replies=v.replies!==undefined;if(_replies)flags|=8388608;if(v.pinned===true)flags|=16777216;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;if(v.noforwards===true)flags|=67108864;if(v.invertMedia===true)flags|=134217728;var _savedPeerId=v.savedPeerId!==undefined;if(_savedPeerId)flags|=268435456;var _fromBoostsApplied=v.fromBoostsApplied!==undefined;if(_fromBoostsApplied)flags|=536870912;var _quickReplyShortcutId=v.quickReplyShortcutId!==undefined;if(_quickReplyShortcutId)flags|=1073741824;w.uint(flags);var flags2=0;var _viaBusinessBotId=v.viaBusinessBotId!==undefined;if(_viaBusinessBotId)flags2|=1;if(v.offline===true)flags2|=2;var _effect=v.effect!==undefined;if(_effect)flags2|=4;var _factcheck=v.factcheck!==undefined;if(_factcheck)flags2|=8;if(v.videoProcessingPending===true)flags2|=16;var _reportDeliveryUntilDate=v.reportDeliveryUntilDate!==undefined;if(_reportDeliveryUntilDate)flags2|=32;var _paidMessageStars=v.paidMessageStars!==undefined;if(_paidMessageStars)flags2|=64;var _suggestedPost=v.suggestedPost!==undefined;if(_suggestedPost)flags2|=128;if(v.paidSuggestedPostStars===true)flags2|=256;if(v.paidSuggestedPostTon===true)flags2|=512;var _scheduleRepeatPeriod=v.scheduleRepeatPeriod!==undefined;if(_scheduleRepeatPeriod)flags2|=1024;var _summaryFromLanguage=v.summaryFromLanguage!==undefined;if(_summaryFromLanguage)flags2|=2048;var _fromRank=v.fromRank!==undefined;if(_fromRank)flags2|=4096;w.uint(flags2);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);if(_fromBoostsApplied)w.int(v.fromBoostsApplied);if(_fromRank)w.string(v.fromRank);w.object(h(v,'peerId'));if(_savedPeerId)w.object(v.savedPeerId);if(_fwdFrom)w.object(v.fwdFrom);if(_viaBotId)w.int53(v.viaBotId);if(_viaBusinessBotId)w.int53(v.viaBusinessBotId);if(_replyTo)w.object(v.replyTo);w.int(h(v,'date'));w.string(h(v,'message'));if(_media)w.object(v.media);if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);if(_flags_10)w.int(v.views);if(_flags_10)w.int(v.forwards);if(_replies)w.object(v.replies);if(_editDate)w.int(v.editDate);if(_postAuthor)w.string(v.postAuthor);if(_groupedId)w.long(v.groupedId);if(_reactions)w.object(v.reactions);if(_restrictionReason)w.vector(w.object,v.restrictionReason);if(_ttlPeriod)w.int(v.ttlPeriod);if(_quickReplyShortcutId)w.int(v.quickReplyShortcutId);if(_effect)w.long(v.effect);if(_factcheck)w.object(v.factcheck);if(_reportDeliveryUntilDate)w.int(v.reportDeliveryUntilDate);if(_paidMessageStars)w.long(v.paidMessageStars);if(_suggestedPost)w.object(v.suggestedPost);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);if(_summaryFromLanguage)w.string(v.summaryFromLanguage);},
|
|
100
100
|
'messageService':function(w,v){w.uint(2055212554);var flags=0;if(v.out===true)flags|=2;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=8;if(v.mentioned===true)flags|=16;if(v.mediaUnread===true)flags|=32;var _fromId=v.fromId!==undefined;if(_fromId)flags|=256;if(v.reactionsArePossible===true)flags|=512;if(v.silent===true)flags|=8192;if(v.post===true)flags|=16384;if(v.legacy===true)flags|=524288;var _reactions=v.reactions!==undefined;if(_reactions)flags|=1048576;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=33554432;var _savedPeerId=v.savedPeerId!==undefined;if(_savedPeerId)flags|=268435456;w.uint(flags);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);w.object(h(v,'peerId'));if(_savedPeerId)w.object(v.savedPeerId);if(_replyTo)w.object(v.replyTo);w.int(h(v,'date'));w.object(h(v,'action'));if(_reactions)w.object(v.reactions);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
101
101
|
'messageMediaEmpty':function(w){w.uint(1038967584);},
|
|
102
102
|
'messageMediaPhoto':function(w,v){w.uint(1766936791);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _ttlSeconds=v.ttlSeconds!==undefined;if(_ttlSeconds)flags|=4;if(v.spoiler===true)flags|=8;w.uint(flags);if(_photo)w.object(v.photo);if(_ttlSeconds)w.int(v.ttlSeconds);},
|
|
@@ -179,6 +179,8 @@ var m={
|
|
|
179
179
|
'messageActionStarGiftPurchaseOfferDeclined':function(w,v){w.uint(1940760427);var flags=0;if(v.expired===true)flags|=1;w.uint(flags);w.object(h(v,'gift'));w.object(h(v,'price'));},
|
|
180
180
|
'messageActionNewCreatorPending':function(w,v){w.uint(2961100933);w.int53(h(v,'newCreatorId'));},
|
|
181
181
|
'messageActionChangeCreator':function(w,v){w.uint(3783807035);w.int53(h(v,'newCreatorId'));},
|
|
182
|
+
'messageActionNoForwardsToggle':function(w,v){w.uint(3212666226);w.boolean(h(v,'prevValue'));w.boolean(h(v,'newValue'));},
|
|
183
|
+
'messageActionNoForwardsRequest':function(w,v){w.uint(1042781114);var flags=0;if(v.expired===true)flags|=1;w.uint(flags);w.boolean(h(v,'prevValue'));w.boolean(h(v,'newValue'));},
|
|
182
184
|
'dialog':function(w,v){w.uint(3582593222);var flags=0;var _pts=v.pts!==undefined;if(_pts)flags|=1;var _draft=v.draft!==undefined;if(_draft)flags|=2;if(v.pinned===true)flags|=4;if(v.unreadMark===true)flags|=8;var _folderId=v.folderId!==undefined;if(_folderId)flags|=16;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=32;if(v.viewForumAsMessages===true)flags|=64;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.int(h(v,'unreadMentionsCount'));w.int(h(v,'unreadReactionsCount'));w.object(h(v,'notifySettings'));if(_pts)w.int(v.pts);if(_draft)w.object(v.draft);if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
183
185
|
'dialogFolder':function(w,v){w.uint(1908216652);var flags=0;if(v.pinned===true)flags|=4;w.uint(flags);w.object(h(v,'folder'));w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'unreadMutedPeersCount'));w.int(h(v,'unreadUnmutedPeersCount'));w.int(h(v,'unreadMutedMessagesCount'));w.int(h(v,'unreadUnmutedMessagesCount'));},
|
|
184
186
|
'photoEmpty':function(w,v){w.uint(590459437);w.long(h(v,'id'));},
|
|
@@ -217,7 +219,7 @@ var m={
|
|
|
217
219
|
'inputReportReasonFake':function(w){w.uint(4124956391);},
|
|
218
220
|
'inputReportReasonIllegalDrugs':function(w){w.uint(177124030);},
|
|
219
221
|
'inputReportReasonPersonalDetails':function(w){w.uint(2663876157);},
|
|
220
|
-
'userFull':function(w,v){w.uint(2687222078);var flags=0;if(v.blocked===true)flags|=1;var _about=v.about!==undefined;if(_about)flags|=2;var _profilePhoto=v.profilePhoto!==undefined;if(_profilePhoto)flags|=4;var _botInfo=v.botInfo!==undefined;if(_botInfo)flags|=8;if(v.phoneCallsAvailable===true)flags|=16;if(v.phoneCallsPrivate===true)flags|=32;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canPinMessage===true)flags|=128;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;if(v.hasScheduled===true)flags|=4096;if(v.videoCallsAvailable===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _theme=v.theme!==undefined;if(_theme)flags|=32768;var _privateForwardName=v.privateForwardName!==undefined;if(_privateForwardName)flags|=65536;var _botGroupAdminRights=v.botGroupAdminRights!==undefined;if(_botGroupAdminRights)flags|=131072;var _botBroadcastAdminRights=v.botBroadcastAdminRights!==undefined;if(_botBroadcastAdminRights)flags|=262144;if(v.voiceMessagesForbidden===true)flags|=1048576;var _personalPhoto=v.personalPhoto!==undefined;if(_personalPhoto)flags|=2097152;var _fallbackPhoto=v.fallbackPhoto!==undefined;if(_fallbackPhoto)flags|=4194304;if(v.translationsDisabled===true)flags|=8388608;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=16777216;var _stories=v.stories!==undefined;if(_stories)flags|=33554432;if(v.storiesPinnedAvailable===true)flags|=67108864;if(v.blockedMyStoriesFrom===true)flags|=134217728;if(v.wallpaperOverridden===true)flags|=268435456;if(v.contactRequirePremium===true)flags|=536870912;if(v.readDatesPrivate===true)flags|=1073741824;w.uint(flags);var flags2=0;var _businessWorkHours=v.businessWorkHours!==undefined;if(_businessWorkHours)flags2|=1;var _businessLocation=v.businessLocation!==undefined;if(_businessLocation)flags2|=2;var _businessGreetingMessage=v.businessGreetingMessage!==undefined;if(_businessGreetingMessage)flags2|=4;var _businessAwayMessage=v.businessAwayMessage!==undefined;if(_businessAwayMessage)flags2|=8;var _businessIntro=v.businessIntro!==undefined;if(_businessIntro)flags2|=16;var _birthday=v.birthday!==undefined;if(_birthday)flags2|=32;var _personalChannelId=v.personalChannelId!==undefined;var _personalChannelMessage=v.personalChannelMessage!==undefined;var _flags2_6=_personalChannelId||_personalChannelMessage;if(_flags2_6)flags2|=64;if(v.sponsoredEnabled===true)flags2|=128;var _stargiftsCount=v.stargiftsCount!==undefined;if(_stargiftsCount)flags2|=256;if(v.canViewRevenue===true)flags2|=512;if(v.botCanManageEmojiStatus===true)flags2|=1024;var _starrefProgram=v.starrefProgram!==undefined;if(_starrefProgram)flags2|=2048;var _botVerification=v.botVerification!==undefined;if(_botVerification)flags2|=4096;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=16384;var _disallowedGifts=v.disallowedGifts!==undefined;if(_disallowedGifts)flags2|=32768;if(v.displayGiftsButton===true)flags2|=65536;var _starsRating=v.starsRating!==undefined;if(_starsRating)flags2|=131072;var _starsMyPendingRating=v.starsMyPendingRating!==undefined;var _starsMyPendingRatingDate=v.starsMyPendingRatingDate!==undefined;var _flags2_18=_starsMyPendingRating||_starsMyPendingRatingDate;if(_flags2_18)flags2|=262144;var _mainTab=v.mainTab!==undefined;if(_mainTab)flags2|=1048576;var _savedMusic=v.savedMusic!==undefined;if(_savedMusic)flags2|=2097152;var _note=v.note!==undefined;if(_note)flags2|=4194304;w.uint(flags2);w.int53(h(v,'id'));if(_about)w.string(v.about);w.object(h(v,'settings'));if(_personalPhoto)w.object(v.personalPhoto);if(_profilePhoto)w.object(v.profilePhoto);if(_fallbackPhoto)w.object(v.fallbackPhoto);w.object(h(v,'notifySettings'));if(_botInfo)w.object(v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);w.int(h(v,'commonChatsCount'));if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);if(_theme)w.object(v.theme);if(_privateForwardName)w.string(v.privateForwardName);if(_botGroupAdminRights)w.object(v.botGroupAdminRights);if(_botBroadcastAdminRights)w.object(v.botBroadcastAdminRights);if(_wallpaper)w.object(v.wallpaper);if(_stories)w.object(v.stories);if(_businessWorkHours)w.object(v.businessWorkHours);if(_businessLocation)w.object(v.businessLocation);if(_businessGreetingMessage)w.object(v.businessGreetingMessage);if(_businessAwayMessage)w.object(v.businessAwayMessage);if(_businessIntro)w.object(v.businessIntro);if(_birthday)w.object(v.birthday);if(_flags2_6)w.int53(v.personalChannelId);if(_flags2_6)w.int(v.personalChannelMessage);if(_stargiftsCount)w.int(v.stargiftsCount);if(_starrefProgram)w.object(v.starrefProgram);if(_botVerification)w.object(v.botVerification);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_disallowedGifts)w.object(v.disallowedGifts);if(_starsRating)w.object(v.starsRating);if(_flags2_18)w.object(v.starsMyPendingRating);if(_flags2_18)w.int(v.starsMyPendingRatingDate);if(_mainTab)w.object(v.mainTab);if(_savedMusic)w.object(v.savedMusic);if(_note)w.object(v.note);},
|
|
222
|
+
'userFull':function(w,v){w.uint(2687222078);var flags=0;if(v.blocked===true)flags|=1;var _about=v.about!==undefined;if(_about)flags|=2;var _profilePhoto=v.profilePhoto!==undefined;if(_profilePhoto)flags|=4;var _botInfo=v.botInfo!==undefined;if(_botInfo)flags|=8;if(v.phoneCallsAvailable===true)flags|=16;if(v.phoneCallsPrivate===true)flags|=32;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canPinMessage===true)flags|=128;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;if(v.hasScheduled===true)flags|=4096;if(v.videoCallsAvailable===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _theme=v.theme!==undefined;if(_theme)flags|=32768;var _privateForwardName=v.privateForwardName!==undefined;if(_privateForwardName)flags|=65536;var _botGroupAdminRights=v.botGroupAdminRights!==undefined;if(_botGroupAdminRights)flags|=131072;var _botBroadcastAdminRights=v.botBroadcastAdminRights!==undefined;if(_botBroadcastAdminRights)flags|=262144;if(v.voiceMessagesForbidden===true)flags|=1048576;var _personalPhoto=v.personalPhoto!==undefined;if(_personalPhoto)flags|=2097152;var _fallbackPhoto=v.fallbackPhoto!==undefined;if(_fallbackPhoto)flags|=4194304;if(v.translationsDisabled===true)flags|=8388608;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=16777216;var _stories=v.stories!==undefined;if(_stories)flags|=33554432;if(v.storiesPinnedAvailable===true)flags|=67108864;if(v.blockedMyStoriesFrom===true)flags|=134217728;if(v.wallpaperOverridden===true)flags|=268435456;if(v.contactRequirePremium===true)flags|=536870912;if(v.readDatesPrivate===true)flags|=1073741824;w.uint(flags);var flags2=0;var _businessWorkHours=v.businessWorkHours!==undefined;if(_businessWorkHours)flags2|=1;var _businessLocation=v.businessLocation!==undefined;if(_businessLocation)flags2|=2;var _businessGreetingMessage=v.businessGreetingMessage!==undefined;if(_businessGreetingMessage)flags2|=4;var _businessAwayMessage=v.businessAwayMessage!==undefined;if(_businessAwayMessage)flags2|=8;var _businessIntro=v.businessIntro!==undefined;if(_businessIntro)flags2|=16;var _birthday=v.birthday!==undefined;if(_birthday)flags2|=32;var _personalChannelId=v.personalChannelId!==undefined;var _personalChannelMessage=v.personalChannelMessage!==undefined;var _flags2_6=_personalChannelId||_personalChannelMessage;if(_flags2_6)flags2|=64;if(v.sponsoredEnabled===true)flags2|=128;var _stargiftsCount=v.stargiftsCount!==undefined;if(_stargiftsCount)flags2|=256;if(v.canViewRevenue===true)flags2|=512;if(v.botCanManageEmojiStatus===true)flags2|=1024;var _starrefProgram=v.starrefProgram!==undefined;if(_starrefProgram)flags2|=2048;var _botVerification=v.botVerification!==undefined;if(_botVerification)flags2|=4096;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=16384;var _disallowedGifts=v.disallowedGifts!==undefined;if(_disallowedGifts)flags2|=32768;if(v.displayGiftsButton===true)flags2|=65536;var _starsRating=v.starsRating!==undefined;if(_starsRating)flags2|=131072;var _starsMyPendingRating=v.starsMyPendingRating!==undefined;var _starsMyPendingRatingDate=v.starsMyPendingRatingDate!==undefined;var _flags2_18=_starsMyPendingRating||_starsMyPendingRatingDate;if(_flags2_18)flags2|=262144;var _mainTab=v.mainTab!==undefined;if(_mainTab)flags2|=1048576;var _savedMusic=v.savedMusic!==undefined;if(_savedMusic)flags2|=2097152;var _note=v.note!==undefined;if(_note)flags2|=4194304;if(v.noforwardsMyEnabled===true)flags2|=8388608;if(v.noforwardsPeerEnabled===true)flags2|=16777216;w.uint(flags2);w.int53(h(v,'id'));if(_about)w.string(v.about);w.object(h(v,'settings'));if(_personalPhoto)w.object(v.personalPhoto);if(_profilePhoto)w.object(v.profilePhoto);if(_fallbackPhoto)w.object(v.fallbackPhoto);w.object(h(v,'notifySettings'));if(_botInfo)w.object(v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);w.int(h(v,'commonChatsCount'));if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);if(_theme)w.object(v.theme);if(_privateForwardName)w.string(v.privateForwardName);if(_botGroupAdminRights)w.object(v.botGroupAdminRights);if(_botBroadcastAdminRights)w.object(v.botBroadcastAdminRights);if(_wallpaper)w.object(v.wallpaper);if(_stories)w.object(v.stories);if(_businessWorkHours)w.object(v.businessWorkHours);if(_businessLocation)w.object(v.businessLocation);if(_businessGreetingMessage)w.object(v.businessGreetingMessage);if(_businessAwayMessage)w.object(v.businessAwayMessage);if(_businessIntro)w.object(v.businessIntro);if(_birthday)w.object(v.birthday);if(_flags2_6)w.int53(v.personalChannelId);if(_flags2_6)w.int(v.personalChannelMessage);if(_stargiftsCount)w.int(v.stargiftsCount);if(_starrefProgram)w.object(v.starrefProgram);if(_botVerification)w.object(v.botVerification);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_disallowedGifts)w.object(v.disallowedGifts);if(_starsRating)w.object(v.starsRating);if(_flags2_18)w.object(v.starsMyPendingRating);if(_flags2_18)w.int(v.starsMyPendingRatingDate);if(_mainTab)w.object(v.mainTab);if(_savedMusic)w.object(v.savedMusic);if(_note)w.object(v.note);},
|
|
221
223
|
'contact':function(w,v){w.uint(341499403);w.int53(h(v,'userId'));w.boolean(h(v,'mutual'));},
|
|
222
224
|
'importedContact':function(w,v){w.uint(3242081360);w.int53(h(v,'userId'));w.long(h(v,'clientId'));},
|
|
223
225
|
'contactStatus':function(w,v){w.uint(383348795);w.int53(h(v,'userId'));w.object(h(v,'status'));},
|
|
@@ -406,6 +408,7 @@ var m={
|
|
|
406
408
|
'updateStarGiftAuctionUserState':function(w,v){w.uint(3696816926);w.long(h(v,'giftId'));w.object(h(v,'userState'));},
|
|
407
409
|
'updateEmojiGameInfo':function(w,v){w.uint(4221326458);w.object(h(v,'info'));},
|
|
408
410
|
'updateStarGiftCraftFail':function(w){w.uint(2886149188);},
|
|
411
|
+
'updateChatParticipantRank':function(w,v){w.uint(3179505593);w.int53(h(v,'chatId'));w.int53(h(v,'userId'));w.string(h(v,'rank'));w.int(h(v,'version'));},
|
|
409
412
|
'updates.state':function(w,v){w.uint(2775329342);w.int(h(v,'pts'));w.int(h(v,'qts'));w.int(h(v,'date'));w.int(h(v,'seq'));w.int(h(v,'unreadCount'));},
|
|
410
413
|
'updates.differenceEmpty':function(w,v){w.uint(1567990072);w.int(h(v,'date'));w.int(h(v,'seq'));},
|
|
411
414
|
'updates.difference':function(w,v){w.uint(16030880);w.vector(w.object,h(v,'newMessages'));w.vector(w.object,h(v,'newEncryptedMessages'));w.vector(w.object,h(v,'otherUpdates'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.object(h(v,'state'));},
|
|
@@ -622,6 +625,7 @@ var m={
|
|
|
622
625
|
'messageEntitySpoiler':function(w,v){w.uint(852137487);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
623
626
|
'messageEntityCustomEmoji':function(w,v){w.uint(3369010680);w.int(h(v,'offset'));w.int(h(v,'length'));w.long(h(v,'documentId'));},
|
|
624
627
|
'messageEntityBlockquote':function(w,v){w.uint(4056722092);var flags=0;if(v.collapsed===true)flags|=1;w.uint(flags);w.int(h(v,'offset'));w.int(h(v,'length'));},
|
|
628
|
+
'messageEntityFormattedDate':function(w,v){w.uint(2420819911);var flags=0;if(v.relative===true)flags|=1;if(v.shortTime===true)flags|=2;if(v.longTime===true)flags|=4;if(v.shortDate===true)flags|=8;if(v.longDate===true)flags|=16;if(v.dayOfWeek===true)flags|=32;w.uint(flags);w.int(h(v,'offset'));w.int(h(v,'length'));w.int(h(v,'date'));},
|
|
625
629
|
'inputChannelEmpty':function(w){w.uint(4002160262);},
|
|
626
630
|
'inputChannel':function(w,v){w.uint(4082822184);w.int53(h(v,'channelId'));w.long(h(v,'accessHash'));},
|
|
627
631
|
'inputChannelFromMessage':function(w,v){w.uint(1536380829);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int53(h(v,'channelId'));},
|
|
@@ -632,11 +636,11 @@ var m={
|
|
|
632
636
|
'updates.channelDifference':function(w,v){w.uint(543450958);var flags=0;if(v.final===true)flags|=1;var _timeout=v.timeout!==undefined;if(_timeout)flags|=2;w.uint(flags);w.int(h(v,'pts'));if(_timeout)w.int(v.timeout);w.vector(w.object,h(v,'newMessages'));w.vector(w.object,h(v,'otherUpdates'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
633
637
|
'channelMessagesFilterEmpty':function(w){w.uint(2496933607);},
|
|
634
638
|
'channelMessagesFilter':function(w,v){w.uint(3447183703);var flags=0;if(v.excludeNewMessages===true)flags|=2;w.uint(flags);w.vector(w.object,h(v,'ranges'));},
|
|
635
|
-
'channelParticipant':function(w,v){w.uint(
|
|
636
|
-
'channelParticipantSelf':function(w,v){w.uint(
|
|
639
|
+
'channelParticipant':function(w,v){w.uint(466961494);var flags=0;var _subscriptionUntilDate=v.subscriptionUntilDate!==undefined;if(_subscriptionUntilDate)flags|=1;var _rank=v.rank!==undefined;if(_rank)flags|=4;w.uint(flags);w.int53(h(v,'userId'));w.int(h(v,'date'));if(_subscriptionUntilDate)w.int(v.subscriptionUntilDate);if(_rank)w.string(v.rank);},
|
|
640
|
+
'channelParticipantSelf':function(w,v){w.uint(2840037914);var flags=0;if(v.viaRequest===true)flags|=1;var _subscriptionUntilDate=v.subscriptionUntilDate!==undefined;if(_subscriptionUntilDate)flags|=2;var _rank=v.rank!==undefined;if(_rank)flags|=4;w.uint(flags);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));if(_subscriptionUntilDate)w.int(v.subscriptionUntilDate);if(_rank)w.string(v.rank);},
|
|
637
641
|
'channelParticipantCreator':function(w,v){w.uint(803602899);var flags=0;var _rank=v.rank!==undefined;if(_rank)flags|=1;w.uint(flags);w.int53(h(v,'userId'));w.object(h(v,'adminRights'));if(_rank)w.string(v.rank);},
|
|
638
642
|
'channelParticipantAdmin':function(w,v){w.uint(885242707);var flags=0;if(v.canEdit===true)flags|=1;var _inviterId=v.inviterId!==undefined;var _flags_1=v.self===true||_inviterId;if(_flags_1)flags|=2;var _rank=v.rank!==undefined;if(_rank)flags|=4;w.uint(flags);w.int53(h(v,'userId'));if(_flags_1)w.int53(v.inviterId);w.int53(h(v,'promotedBy'));w.int(h(v,'date'));w.object(h(v,'adminRights'));if(_rank)w.string(v.rank);},
|
|
639
|
-
'channelParticipantBanned':function(w,v){w.uint(
|
|
643
|
+
'channelParticipantBanned':function(w,v){w.uint(3589320081);var flags=0;if(v.left===true)flags|=1;var _rank=v.rank!==undefined;if(_rank)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int53(h(v,'kickedBy'));w.int(h(v,'date'));w.object(h(v,'bannedRights'));if(_rank)w.string(v.rank);},
|
|
640
644
|
'channelParticipantLeft':function(w,v){w.uint(453242886);w.object(h(v,'peer'));},
|
|
641
645
|
'channelParticipantsRecent':function(w){w.uint(3728686201);},
|
|
642
646
|
'channelParticipantsAdmins':function(w){w.uint(3026225513);},
|
|
@@ -884,9 +888,10 @@ var m={
|
|
|
884
888
|
'channelAdminLogEventActionToggleSignatureProfiles':function(w,v){w.uint(1621597305);w.boolean(h(v,'newValue'));},
|
|
885
889
|
'channelAdminLogEventActionParticipantSubExtend':function(w,v){w.uint(1684286899);w.object(h(v,'prevParticipant'));w.object(h(v,'newParticipant'));},
|
|
886
890
|
'channelAdminLogEventActionToggleAutotranslation':function(w,v){w.uint(3306682238);w.boolean(h(v,'newValue'));},
|
|
891
|
+
'channelAdminLogEventActionParticipantEditRank':function(w,v){w.uint(1476834540);w.int53(h(v,'userId'));w.string(h(v,'prevRank'));w.string(h(v,'newRank'));},
|
|
887
892
|
'channelAdminLogEvent':function(w,v){w.uint(531458253);w.long(h(v,'id'));w.int(h(v,'date'));w.int53(h(v,'userId'));w.object(h(v,'action'));},
|
|
888
893
|
'channels.adminLogResults':function(w,v){w.uint(3985307469);w.vector(w.object,h(v,'events'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
|
|
889
|
-
'channelAdminLogEventsFilter':function(w,v){w.uint(3926948580);var flags=0;if(v.join===true)flags|=1;if(v.leave===true)flags|=2;if(v.invite===true)flags|=4;if(v.ban===true)flags|=8;if(v.unban===true)flags|=16;if(v.kick===true)flags|=32;if(v.unkick===true)flags|=64;if(v.promote===true)flags|=128;if(v.demote===true)flags|=256;if(v.info===true)flags|=512;if(v.settings===true)flags|=1024;if(v.pinned===true)flags|=2048;if(v.edit===true)flags|=4096;if(v.delete===true)flags|=8192;if(v.groupCall===true)flags|=16384;if(v.invites===true)flags|=32768;if(v.send===true)flags|=65536;if(v.forums===true)flags|=131072;if(v.subExtend===true)flags|=262144;w.uint(flags);},
|
|
894
|
+
'channelAdminLogEventsFilter':function(w,v){w.uint(3926948580);var flags=0;if(v.join===true)flags|=1;if(v.leave===true)flags|=2;if(v.invite===true)flags|=4;if(v.ban===true)flags|=8;if(v.unban===true)flags|=16;if(v.kick===true)flags|=32;if(v.unkick===true)flags|=64;if(v.promote===true)flags|=128;if(v.demote===true)flags|=256;if(v.info===true)flags|=512;if(v.settings===true)flags|=1024;if(v.pinned===true)flags|=2048;if(v.edit===true)flags|=4096;if(v.delete===true)flags|=8192;if(v.groupCall===true)flags|=16384;if(v.invites===true)flags|=32768;if(v.send===true)flags|=65536;if(v.forums===true)flags|=131072;if(v.subExtend===true)flags|=262144;if(v.editRank===true)flags|=524288;w.uint(flags);},
|
|
890
895
|
'popularContact':function(w,v){w.uint(1558266229);w.long(h(v,'clientId'));w.int(h(v,'importers'));},
|
|
891
896
|
'messages.favedStickersNotModified':function(w){w.uint(2660214483);},
|
|
892
897
|
'messages.favedStickers':function(w,v){w.uint(750063767);w.long(h(v,'hash'));w.vector(w.object,h(v,'packs'));w.vector(w.object,h(v,'stickers'));},
|
|
@@ -990,8 +995,8 @@ var m={
|
|
|
990
995
|
'pollResults':function(w,v){w.uint(2061444128);var flags=0;if(v.min===true)flags|=1;var _results=v.results&&v.results.length;if(_results)flags|=2;var _totalVoters=v.totalVoters!==undefined;if(_totalVoters)flags|=4;var _recentVoters=v.recentVoters&&v.recentVoters.length;if(_recentVoters)flags|=8;var _solution=v.solution!==undefined;var _solutionEntities=v.solutionEntities&&v.solutionEntities.length;var _flags_4=_solution||_solutionEntities;if(_flags_4)flags|=16;w.uint(flags);if(_results)w.vector(w.object,v.results);if(_totalVoters)w.int(v.totalVoters);if(_recentVoters)w.vector(w.object,v.recentVoters);if(_flags_4)w.string(v.solution);if(_flags_4)w.vector(w.object,v.solutionEntities);},
|
|
991
996
|
'chatOnlines':function(w,v){w.uint(4030849616);w.int(h(v,'onlines'));},
|
|
992
997
|
'statsURL':function(w,v){w.uint(1202287072);w.string(h(v,'url'));},
|
|
993
|
-
'chatAdminRights':function(w,v){w.uint(1605510357);var flags=0;if(v.changeInfo===true)flags|=1;if(v.postMessages===true)flags|=2;if(v.editMessages===true)flags|=4;if(v.deleteMessages===true)flags|=8;if(v.banUsers===true)flags|=16;if(v.inviteUsers===true)flags|=32;if(v.pinMessages===true)flags|=128;if(v.addAdmins===true)flags|=512;if(v.anonymous===true)flags|=1024;if(v.manageCall===true)flags|=2048;if(v.other===true)flags|=4096;if(v.manageTopics===true)flags|=8192;if(v.postStories===true)flags|=16384;if(v.editStories===true)flags|=32768;if(v.deleteStories===true)flags|=65536;if(v.manageDirectMessages===true)flags|=131072;w.uint(flags);},
|
|
994
|
-
'chatBannedRights':function(w,v){w.uint(2668758040);var flags=0;if(v.viewMessages===true)flags|=1;if(v.sendMessages===true)flags|=2;if(v.sendMedia===true)flags|=4;if(v.sendStickers===true)flags|=8;if(v.sendGifs===true)flags|=16;if(v.sendGames===true)flags|=32;if(v.sendInline===true)flags|=64;if(v.embedLinks===true)flags|=128;if(v.sendPolls===true)flags|=256;if(v.changeInfo===true)flags|=1024;if(v.inviteUsers===true)flags|=32768;if(v.pinMessages===true)flags|=131072;if(v.manageTopics===true)flags|=262144;if(v.sendPhotos===true)flags|=524288;if(v.sendVideos===true)flags|=1048576;if(v.sendRoundvideos===true)flags|=2097152;if(v.sendAudios===true)flags|=4194304;if(v.sendVoices===true)flags|=8388608;if(v.sendDocs===true)flags|=16777216;if(v.sendPlain===true)flags|=33554432;w.uint(flags);w.int(h(v,'untilDate'));},
|
|
998
|
+
'chatAdminRights':function(w,v){w.uint(1605510357);var flags=0;if(v.changeInfo===true)flags|=1;if(v.postMessages===true)flags|=2;if(v.editMessages===true)flags|=4;if(v.deleteMessages===true)flags|=8;if(v.banUsers===true)flags|=16;if(v.inviteUsers===true)flags|=32;if(v.pinMessages===true)flags|=128;if(v.addAdmins===true)flags|=512;if(v.anonymous===true)flags|=1024;if(v.manageCall===true)flags|=2048;if(v.other===true)flags|=4096;if(v.manageTopics===true)flags|=8192;if(v.postStories===true)flags|=16384;if(v.editStories===true)flags|=32768;if(v.deleteStories===true)flags|=65536;if(v.manageDirectMessages===true)flags|=131072;if(v.manageRanks===true)flags|=262144;w.uint(flags);},
|
|
999
|
+
'chatBannedRights':function(w,v){w.uint(2668758040);var flags=0;if(v.viewMessages===true)flags|=1;if(v.sendMessages===true)flags|=2;if(v.sendMedia===true)flags|=4;if(v.sendStickers===true)flags|=8;if(v.sendGifs===true)flags|=16;if(v.sendGames===true)flags|=32;if(v.sendInline===true)flags|=64;if(v.embedLinks===true)flags|=128;if(v.sendPolls===true)flags|=256;if(v.changeInfo===true)flags|=1024;if(v.inviteUsers===true)flags|=32768;if(v.pinMessages===true)flags|=131072;if(v.manageTopics===true)flags|=262144;if(v.sendPhotos===true)flags|=524288;if(v.sendVideos===true)flags|=1048576;if(v.sendRoundvideos===true)flags|=2097152;if(v.sendAudios===true)flags|=4194304;if(v.sendVoices===true)flags|=8388608;if(v.sendDocs===true)flags|=16777216;if(v.sendPlain===true)flags|=33554432;if(v.editRank===true)flags|=67108864;w.uint(flags);w.int(h(v,'untilDate'));},
|
|
995
1000
|
'inputWallPaper':function(w,v){w.uint(3861952889);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
|
|
996
1001
|
'inputWallPaperSlug':function(w,v){w.uint(1913199744);w.string(h(v,'slug'));},
|
|
997
1002
|
'inputWallPaperNoFile':function(w,v){w.uint(2524595758);w.long(h(v,'id'));},
|
|
@@ -1010,7 +1015,7 @@ var m={
|
|
|
1010
1015
|
'inputFolderPeer':function(w,v){w.uint(4224893590);w.object(h(v,'peer'));w.int(h(v,'folderId'));},
|
|
1011
1016
|
'folderPeer':function(w,v){w.uint(3921323624);w.object(h(v,'peer'));w.int(h(v,'folderId'));},
|
|
1012
1017
|
'messages.searchCounter':function(w,v){w.uint(3896830975);var flags=0;if(v.inexact===true)flags|=2;w.uint(flags);w.object(h(v,'filter'));w.int(h(v,'count'));},
|
|
1013
|
-
'urlAuthResultRequest':function(w,v){w.uint(
|
|
1018
|
+
'urlAuthResultRequest':function(w,v){w.uint(4177062686);var flags=0;if(v.requestWriteAccess===true)flags|=1;if(v.requestPhoneNumber===true)flags|=2;var _browser=v.browser!==undefined;var _platform=v.platform!==undefined;var _ip=v.ip!==undefined;var _region=v.region!==undefined;var _flags_2=_browser||_platform||_ip||_region;if(_flags_2)flags|=4;var _matchCodes=v.matchCodes&&v.matchCodes.length;if(_matchCodes)flags|=8;var _userIdHint=v.userIdHint!==undefined;if(_userIdHint)flags|=16;if(v.matchCodesFirst===true)flags|=32;w.uint(flags);w.object(h(v,'bot'));w.string(h(v,'domain'));if(_flags_2)w.string(v.browser);if(_flags_2)w.string(v.platform);if(_flags_2)w.string(v.ip);if(_flags_2)w.string(v.region);if(_matchCodes)w.vector(w.string,v.matchCodes);if(_userIdHint)w.int53(v.userIdHint);},
|
|
1014
1019
|
'urlAuthResultAccepted':function(w,v){w.uint(1648005024);var flags=0;var _url=v.url!==undefined;if(_url)flags|=1;w.uint(flags);if(_url)w.string(v.url);},
|
|
1015
1020
|
'urlAuthResultDefault':function(w){w.uint(2849430303);},
|
|
1016
1021
|
'channelLocationEmpty':function(w){w.uint(3216354699);},
|
|
@@ -1845,8 +1850,8 @@ var m={
|
|
|
1845
1850
|
'messages.getEmojiKeywordsLanguages':function(w,v){w.uint(1318675378);w.vector(w.string,h(v,'langCodes'));},
|
|
1846
1851
|
'messages.getEmojiURL':function(w,v){w.uint(3585149990);w.string(h(v,'langCode'));},
|
|
1847
1852
|
'messages.getSearchCounters':function(w,v){w.uint(465367808);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;var _savedPeerId=v.savedPeerId!==undefined;if(_savedPeerId)flags|=4;w.uint(flags);w.object(h(v,'peer'));if(_savedPeerId)w.object(v.savedPeerId);if(_topMsgId)w.int(v.topMsgId);w.vector(w.object,h(v,'filters'));},
|
|
1848
|
-
'messages.requestUrlAuth':function(w,v){w.uint(
|
|
1849
|
-
'messages.acceptUrlAuth':function(w,v){w.uint(
|
|
1853
|
+
'messages.requestUrlAuth':function(w,v){w.uint(2303510940);var flags=0;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;var _inAppOrigin=v.inAppOrigin!==undefined;if(_inAppOrigin)flags|=8;w.uint(flags);if(_flags_1)w.object(v.peer);if(_flags_1)w.int(v.msgId);if(_flags_1)w.int(v.buttonId);if(_url)w.string(v.url);if(_inAppOrigin)w.string(v.inAppOrigin);},
|
|
1854
|
+
'messages.acceptUrlAuth':function(w,v){w.uint(1738797278);var flags=0;if(v.writeAllowed===true)flags|=1;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;if(v.sharePhoneNumber===true)flags|=8;var _matchCode=v.matchCode!==undefined;if(_matchCode)flags|=16;w.uint(flags);if(_flags_1)w.object(v.peer);if(_flags_1)w.int(v.msgId);if(_flags_1)w.int(v.buttonId);if(_url)w.string(v.url);if(_matchCode)w.string(v.matchCode);},
|
|
1850
1855
|
'messages.hidePeerSettingsBar':function(w,v){w.uint(1336717624);w.object(h(v,'peer'));},
|
|
1851
1856
|
'messages.getScheduledHistory':function(w,v){w.uint(4111889931);w.object(h(v,'peer'));w.long(h(v,'hash'));},
|
|
1852
1857
|
'messages.getScheduledMessages':function(w,v){w.uint(3183150180);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
@@ -1884,7 +1889,7 @@ var m={
|
|
|
1884
1889
|
'messages.getSearchResultsPositions':function(w,v){w.uint(2625580816);var flags=0;var _savedPeerId=v.savedPeerId!==undefined;if(_savedPeerId)flags|=4;w.uint(flags);w.object(h(v,'peer'));if(_savedPeerId)w.object(v.savedPeerId);w.object(h(v,'filter'));w.int(h(v,'offsetId'));w.int(h(v,'limit'));},
|
|
1885
1890
|
'messages.hideChatJoinRequest':function(w,v){w.uint(2145904661);var flags=0;if(v.approved===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'userId'));},
|
|
1886
1891
|
'messages.hideAllChatJoinRequests':function(w,v){w.uint(3766875370);var flags=0;if(v.approved===true)flags|=1;var _link=v.link!==undefined;if(_link)flags|=2;w.uint(flags);w.object(h(v,'peer'));if(_link)w.string(v.link);},
|
|
1887
|
-
'messages.toggleNoForwards':function(w,v){w.uint(
|
|
1892
|
+
'messages.toggleNoForwards':function(w,v){w.uint(2986875445);var flags=0;var _requestMsgId=v.requestMsgId!==undefined;if(_requestMsgId)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.boolean(h(v,'enabled'));if(_requestMsgId)w.int(v.requestMsgId);},
|
|
1888
1893
|
'messages.saveDefaultSendAs':function(w,v){w.uint(3439189910);w.object(h(v,'peer'));w.object(h(v,'sendAs'));},
|
|
1889
1894
|
'messages.sendReaction':function(w,v){w.uint(3540875476);var flags=0;var _reaction=v.reaction&&v.reaction.length;if(_reaction)flags|=1;if(v.big===true)flags|=2;if(v.addToRecent===true)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'msgId'));if(_reaction)w.vector(w.object,v.reaction);},
|
|
1890
1895
|
'messages.getMessagesReactions':function(w,v){w.uint(2344259814);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
|
|
@@ -1977,6 +1982,11 @@ var m={
|
|
|
1977
1982
|
'messages.deleteTopicHistory':function(w,v){w.uint(3531697936);w.object(h(v,'peer'));w.int(h(v,'topMsgId'));},
|
|
1978
1983
|
'messages.getEmojiGameInfo':function(w){w.uint(4219374759);},
|
|
1979
1984
|
'messages.summarizeText':function(w,v){w.uint(2638284002);var flags=0;var _toLang=v.toLang!==undefined;if(_toLang)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_toLang)w.string(v.toLang);},
|
|
1985
|
+
'messages.editChatCreator':function(w,v){w.uint(4148410455);w.object(h(v,'peer'));w.object(h(v,'userId'));w.object(h(v,'password'));},
|
|
1986
|
+
'messages.getFutureChatCreatorAfterLeave':function(w,v){w.uint(998051494);w.object(h(v,'peer'));},
|
|
1987
|
+
'messages.editChatParticipantRank':function(w,v){w.uint(2685350576);w.object(h(v,'peer'));w.object(h(v,'participant'));w.string(h(v,'rank'));},
|
|
1988
|
+
'messages.declineUrlAuth':function(w,v){w.uint(893610940);w.string(h(v,'url'));},
|
|
1989
|
+
'messages.checkUrlAuthMatchCode':function(w,v){w.uint(3382999819);w.string(h(v,'url'));w.string(h(v,'matchCode'));},
|
|
1980
1990
|
'updates.getState':function(w){w.uint(3990128682);},
|
|
1981
1991
|
'updates.getDifference':function(w,v){w.uint(432207715);var flags=0;var _ptsTotalLimit=v.ptsTotalLimit!==undefined;if(_ptsTotalLimit)flags|=1;var _ptsLimit=v.ptsLimit!==undefined;if(_ptsLimit)flags|=2;var _qtsLimit=v.qtsLimit!==undefined;if(_qtsLimit)flags|=4;w.uint(flags);w.int(h(v,'pts'));if(_ptsLimit)w.int(v.ptsLimit);if(_ptsTotalLimit)w.int(v.ptsTotalLimit);w.int(h(v,'date'));w.int(h(v,'qts'));if(_qtsLimit)w.int(v.qtsLimit);},
|
|
1982
1992
|
'updates.getChannelDifference':function(w,v){w.uint(51854712);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.object(h(v,'filter'));w.int(h(v,'pts'));w.int(h(v,'limit'));},
|
|
@@ -2027,7 +2037,7 @@ var m={
|
|
|
2027
2037
|
'channels.getChannels':function(w,v){w.uint(176122811);w.vector(w.object,h(v,'id'));},
|
|
2028
2038
|
'channels.getFullChannel':function(w,v){w.uint(141781513);w.object(h(v,'channel'));},
|
|
2029
2039
|
'channels.createChannel':function(w,v){w.uint(2432722695);var flags=0;if(v.broadcast===true)flags|=1;if(v.megagroup===true)flags|=2;var _geoPoint=v.geoPoint!==undefined;var _address=v.address!==undefined;var _flags_2=_geoPoint||_address;if(_flags_2)flags|=4;if(v.forImport===true)flags|=8;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16;if(v.forum===true)flags|=32;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'about'));if(_flags_2)w.object(v.geoPoint);if(_flags_2)w.string(v.address);if(_ttlPeriod)w.int(v.ttlPeriod);},
|
|
2030
|
-
'channels.editAdmin':function(w,v){w.uint(
|
|
2040
|
+
'channels.editAdmin':function(w,v){w.uint(2593697128);var flags=0;var _rank=v.rank!==undefined;if(_rank)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.object(h(v,'userId'));w.object(h(v,'adminRights'));if(_rank)w.string(v.rank);},
|
|
2031
2041
|
'channels.editTitle':function(w,v){w.uint(1450044624);w.object(h(v,'channel'));w.string(h(v,'title'));},
|
|
2032
2042
|
'channels.editPhoto':function(w,v){w.uint(4046346185);w.object(h(v,'channel'));w.object(h(v,'photo'));},
|
|
2033
2043
|
'channels.checkUsername':function(w,v){w.uint(283557164);w.object(h(v,'channel'));w.string(h(v,'username'));},
|
|
@@ -2048,7 +2058,6 @@ var m={
|
|
|
2048
2058
|
'channels.getLeftChannels':function(w,v){w.uint(2202135744);w.int(h(v,'offset'));},
|
|
2049
2059
|
'channels.getGroupsForDiscussion':function(w){w.uint(4124758904);},
|
|
2050
2060
|
'channels.setDiscussionGroup':function(w,v){w.uint(1079520178);w.object(h(v,'broadcast'));w.object(h(v,'group'));},
|
|
2051
|
-
'channels.editCreator':function(w,v){w.uint(2402864415);w.object(h(v,'channel'));w.object(h(v,'userId'));w.object(h(v,'password'));},
|
|
2052
2061
|
'channels.editLocation':function(w,v){w.uint(1491484525);w.object(h(v,'channel'));w.object(h(v,'geoPoint'));w.string(h(v,'address'));},
|
|
2053
2062
|
'channels.toggleSlowMode':function(w,v){w.uint(3990134512);w.object(h(v,'channel'));w.int(h(v,'seconds'));},
|
|
2054
2063
|
'channels.getInactiveChannels':function(w){w.uint(300429806);},
|
|
@@ -2077,7 +2086,6 @@ var m={
|
|
|
2077
2086
|
'channels.getMessageAuthor':function(w,v){w.uint(3974275302);w.object(h(v,'channel'));w.int(h(v,'id'));},
|
|
2078
2087
|
'channels.checkSearchPostsFlood':function(w,v){w.uint(576090389);var flags=0;var _query=v.query!==undefined;if(_query)flags|=1;w.uint(flags);if(_query)w.string(v.query);},
|
|
2079
2088
|
'channels.setMainProfileTab':function(w,v){w.uint(897842353);w.object(h(v,'channel'));w.object(h(v,'tab'));},
|
|
2080
|
-
'channels.getFutureCreatorAfterLeave':function(w,v){w.uint(2684950703);w.object(h(v,'channel'));},
|
|
2081
2089
|
'bots.sendCustomRequest':function(w,v){w.uint(2854709741);w.string(h(v,'customMethod'));w.object(h(v,'params'));},
|
|
2082
2090
|
'bots.answerWebhookJSONQuery':function(w,v){w.uint(3860938573);w.long(h(v,'queryId'));w.object(h(v,'data'));},
|
|
2083
2091
|
'bots.setBotCommands':function(w,v){w.uint(85399130);w.object(h(v,'scope'));w.string(h(v,'langCode'));w.vector(w.object,h(v,'commands'));},
|
|
@@ -2297,6 +2305,7 @@ var m={
|
|
|
2297
2305
|
'smsjobs.getSmsJob':function(w,v){w.uint(2005766191);w.string(h(v,'jobId'));},
|
|
2298
2306
|
'smsjobs.finishJob':function(w,v){w.uint(1327415076);var flags=0;var _error=v.error!==undefined;if(_error)flags|=1;w.uint(flags);w.string(h(v,'jobId'));if(_error)w.string(v.error);},
|
|
2299
2307
|
'fragment.getCollectibleInfo':function(w,v){w.uint(3189671354);w.object(h(v,'collectible'));},
|
|
2308
|
+
'channels.editCreator':function(w,v){w.uint(2402864415);w.object(h(v,'channel'));w.object(h(v,'userId'));w.object(h(v,'password'));},
|
|
2300
2309
|
'channels.createForumTopic':function(w,v){w.uint(4094427684);var flags=0;var _iconColor=v.iconColor!==undefined;if(_iconColor)flags|=1;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=4;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=8;w.uint(flags);w.object(h(v,'channel'));w.string(h(v,'title'));if(_iconColor)w.int(v.iconColor);if(_iconEmojiId)w.long(v.iconEmojiId);w.long(h(v,'randomId'));if(_sendAs)w.object(v.sendAs);},
|
|
2301
2310
|
'channels.getForumTopics':function(w,v){w.uint(233136337);var flags=0;var _q=v.q!==undefined;if(_q)flags|=1;w.uint(flags);w.object(h(v,'channel'));if(_q)w.string(v.q);w.int(h(v,'offsetDate'));w.int(h(v,'offsetId'));w.int(h(v,'offsetTopic'));w.int(h(v,'limit'));},
|
|
2302
2311
|
'channels.getForumTopicsByID':function(w,v){w.uint(2961383097);w.object(h(v,'channel'));w.vector(w.int,h(v,'topics'));},
|
|
@@ -2304,6 +2313,7 @@ var m={
|
|
|
2304
2313
|
'channels.updatePinnedForumTopic':function(w,v){w.uint(1814925350);w.object(h(v,'channel'));w.int(h(v,'topicId'));w.boolean(h(v,'pinned'));},
|
|
2305
2314
|
'channels.deleteTopicHistory':function(w,v){w.uint(876830509);w.object(h(v,'channel'));w.int(h(v,'topMsgId'));},
|
|
2306
2315
|
'channels.reorderPinnedForumTopics':function(w,v){w.uint(693150095);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.vector(w.int,h(v,'order'));},
|
|
2316
|
+
'channels.getFutureCreatorAfterLeave':function(w,v){w.uint(2684950703);w.object(h(v,'channel'));},
|
|
2307
2317
|
'mtcute.customMethod':function(w,v){w.raw(h(v,'bytes'));},
|
|
2308
2318
|
'mt_resPQ':function(w,v){w.uint(85337187);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.bytes(h(v,'pq'));w.vector(w.long,h(v,'serverPublicKeyFingerprints'));},
|
|
2309
2319
|
'mt_p_q_inner_data_dc':function(w,v){w.uint(2851430293);w.bytes(h(v,'pq'));w.bytes(h(v,'p'));w.bytes(h(v,'q'));w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int256(h(v,'newNonce'));w.int(h(v,'dc'));},
|
|
@@ -2388,9 +2398,6 @@ _staticSize:{
|
|
|
2388
2398
|
'userStatusLastWeek':8,
|
|
2389
2399
|
'userStatusLastMonth':8,
|
|
2390
2400
|
'chatEmpty':12,
|
|
2391
|
-
'chatParticipant':24,
|
|
2392
|
-
'chatParticipantCreator':12,
|
|
2393
|
-
'chatParticipantAdmin':24,
|
|
2394
2401
|
'chatPhotoEmpty':4,
|
|
2395
2402
|
'messageMediaEmpty':4,
|
|
2396
2403
|
'messageMediaUnsupported':4,
|
|
@@ -2413,6 +2420,8 @@ _staticSize:{
|
|
|
2413
2420
|
'messageActionSuggestedPostRefund':8,
|
|
2414
2421
|
'messageActionNewCreatorPending':12,
|
|
2415
2422
|
'messageActionChangeCreator':12,
|
|
2423
|
+
'messageActionNoForwardsToggle':12,
|
|
2424
|
+
'messageActionNoForwardsRequest':16,
|
|
2416
2425
|
'photoEmpty':12,
|
|
2417
2426
|
'geoPointEmpty':4,
|
|
2418
2427
|
'inputNotifyUsers':4,
|
|
@@ -2618,6 +2627,7 @@ _staticSize:{
|
|
|
2618
2627
|
'messageEntitySpoiler':12,
|
|
2619
2628
|
'messageEntityCustomEmoji':20,
|
|
2620
2629
|
'messageEntityBlockquote':16,
|
|
2630
|
+
'messageEntityFormattedDate':20,
|
|
2621
2631
|
'inputChannelEmpty':4,
|
|
2622
2632
|
'inputChannel':20,
|
|
2623
2633
|
'messageRange':12,
|
|
@@ -3084,7 +3094,6 @@ _staticSize:{
|
|
|
3084
3094
|
'mt_destroy_session':12,
|
|
3085
3095
|
'mt_destroy_auth_key':4,
|
|
3086
3096
|
'updateChatDefaultBannedRights':32,
|
|
3087
|
-
'channelParticipantBanned':44,
|
|
3088
3097
|
'channelAdminLogEventActionDefaultBannedRights':28,
|
|
3089
3098
|
},
|
|
3090
3099
|
}
|