@mtcute/tl 221.0.0 → 222.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/binary/writer.js CHANGED
@@ -40,6 +40,7 @@ var m={
40
40
  'inputMediaWebPage':function(w,v){w.uint(3256584265);var flags=0;if(v.forceLargeMedia===true)flags|=1;if(v.forceSmallMedia===true)flags|=2;if(v.optional===true)flags|=4;w.uint(flags);w.string(h(v,'url'));},
41
41
  'inputMediaPaidMedia':function(w,v){w.uint(3289396102);var flags=0;var _payload=v.payload!==undefined;if(_payload)flags|=1;w.uint(flags);w.long(h(v,'starsAmount'));w.vector(w.object,h(v,'extendedMedia'));if(_payload)w.string(v.payload);},
42
42
  'inputMediaTodo':function(w,v){w.uint(2680512478);w.object(h(v,'todo'));},
43
+ 'inputMediaStakeDice':function(w,v){w.uint(4087948362);w.string(h(v,'gameHash'));w.long(h(v,'tonAmount'));w.bytes(h(v,'clientSeed'));},
43
44
  'inputChatPhotoEmpty':function(w){w.uint(480546647);},
44
45
  'inputChatUploadedPhoto':function(w,v){w.uint(3184373440);var flags=0;var _file=v.file!==undefined;if(_file)flags|=1;var _video=v.video!==undefined;if(_video)flags|=2;var _videoStartTs=v.videoStartTs!==undefined;if(_videoStartTs)flags|=4;var _videoEmojiMarkup=v.videoEmojiMarkup!==undefined;if(_videoEmojiMarkup)flags|=8;w.uint(flags);if(_file)w.object(v.file);if(_video)w.object(v.video);if(_videoStartTs)w.double(v.videoStartTs);if(_videoEmojiMarkup)w.object(v.videoEmojiMarkup);},
45
46
  'inputChatPhoto':function(w,v){w.uint(2303962423);w.object(h(v,'id'));},
@@ -71,7 +72,7 @@ var m={
71
72
  'storage.fileMp4':function(w){w.uint(3016663268);},
72
73
  'storage.fileWebp':function(w){w.uint(276907596);},
73
74
  'userEmpty':function(w,v){w.uint(3552332666);w.int53(h(v,'id'));},
74
- 'user':function(w,v){w.uint(829899656);var flags=0;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=1;var _firstName=v.firstName!==undefined;if(_firstName)flags|=2;var _lastName=v.lastName!==undefined;if(_lastName)flags|=4;var _username=v.username!==undefined;if(_username)flags|=8;var _phone=v.phone!==undefined;if(_phone)flags|=16;var _photo=v.photo!==undefined;if(_photo)flags|=32;var _status=v.status!==undefined;if(_status)flags|=64;if(v.self===true)flags|=1024;if(v.contact===true)flags|=2048;if(v.mutualContact===true)flags|=4096;if(v.deleted===true)flags|=8192;var _botInfoVersion=v.botInfoVersion!==undefined;var _flags_14=v.bot===true||_botInfoVersion;if(_flags_14)flags|=16384;if(v.botChatHistory===true)flags|=32768;if(v.botNochats===true)flags|=65536;if(v.verified===true)flags|=131072;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_18=v.restricted===true||_restrictionReason;if(_flags_18)flags|=262144;var _botInlinePlaceholder=v.botInlinePlaceholder!==undefined;if(_botInlinePlaceholder)flags|=524288;if(v.min===true)flags|=1048576;if(v.botInlineGeo===true)flags|=2097152;var _langCode=v.langCode!==undefined;if(_langCode)flags|=4194304;if(v.support===true)flags|=8388608;if(v.scam===true)flags|=16777216;if(v.applyMinPhoto===true)flags|=33554432;if(v.fake===true)flags|=67108864;if(v.botAttachMenu===true)flags|=134217728;if(v.premium===true)flags|=268435456;if(v.attachMenuEnabled===true)flags|=536870912;var _emojiStatus=v.emojiStatus!==undefined;if(_emojiStatus)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.botCanEdit===true)flags2|=2;if(v.closeFriend===true)flags2|=4;if(v.storiesHidden===true)flags2|=8;if(v.storiesUnavailable===true)flags2|=16;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=32;var _color=v.color!==undefined;if(_color)flags2|=256;var _profileColor=v.profileColor!==undefined;if(_profileColor)flags2|=512;if(v.contactRequirePremium===true)flags2|=1024;if(v.botBusiness===true)flags2|=2048;var _botActiveUsers=v.botActiveUsers!==undefined;if(_botActiveUsers)flags2|=4096;if(v.botHasMainApp===true)flags2|=8192;var _botVerificationIcon=v.botVerificationIcon!==undefined;if(_botVerificationIcon)flags2|=16384;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=32768;if(v.botForumView===true)flags2|=65536;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);if(_firstName)w.string(v.firstName);if(_lastName)w.string(v.lastName);if(_username)w.string(v.username);if(_phone)w.string(v.phone);if(_photo)w.object(v.photo);if(_status)w.object(v.status);if(_flags_14)w.int(v.botInfoVersion);if(_flags_18)w.vector(w.object,v.restrictionReason);if(_botInlinePlaceholder)w.string(v.botInlinePlaceholder);if(_langCode)w.string(v.langCode);if(_emojiStatus)w.object(v.emojiStatus);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.object(v.storiesMaxId);if(_color)w.object(v.color);if(_profileColor)w.object(v.profileColor);if(_botActiveUsers)w.int(v.botActiveUsers);if(_botVerificationIcon)w.long(v.botVerificationIcon);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);},
75
+ 'user':function(w,v){w.uint(829899656);var flags=0;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=1;var _firstName=v.firstName!==undefined;if(_firstName)flags|=2;var _lastName=v.lastName!==undefined;if(_lastName)flags|=4;var _username=v.username!==undefined;if(_username)flags|=8;var _phone=v.phone!==undefined;if(_phone)flags|=16;var _photo=v.photo!==undefined;if(_photo)flags|=32;var _status=v.status!==undefined;if(_status)flags|=64;if(v.self===true)flags|=1024;if(v.contact===true)flags|=2048;if(v.mutualContact===true)flags|=4096;if(v.deleted===true)flags|=8192;var _botInfoVersion=v.botInfoVersion!==undefined;var _flags_14=v.bot===true||_botInfoVersion;if(_flags_14)flags|=16384;if(v.botChatHistory===true)flags|=32768;if(v.botNochats===true)flags|=65536;if(v.verified===true)flags|=131072;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_18=v.restricted===true||_restrictionReason;if(_flags_18)flags|=262144;var _botInlinePlaceholder=v.botInlinePlaceholder!==undefined;if(_botInlinePlaceholder)flags|=524288;if(v.min===true)flags|=1048576;if(v.botInlineGeo===true)flags|=2097152;var _langCode=v.langCode!==undefined;if(_langCode)flags|=4194304;if(v.support===true)flags|=8388608;if(v.scam===true)flags|=16777216;if(v.applyMinPhoto===true)flags|=33554432;if(v.fake===true)flags|=67108864;if(v.botAttachMenu===true)flags|=134217728;if(v.premium===true)flags|=268435456;if(v.attachMenuEnabled===true)flags|=536870912;var _emojiStatus=v.emojiStatus!==undefined;if(_emojiStatus)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.botCanEdit===true)flags2|=2;if(v.closeFriend===true)flags2|=4;if(v.storiesHidden===true)flags2|=8;if(v.storiesUnavailable===true)flags2|=16;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=32;var _color=v.color!==undefined;if(_color)flags2|=256;var _profileColor=v.profileColor!==undefined;if(_profileColor)flags2|=512;if(v.contactRequirePremium===true)flags2|=1024;if(v.botBusiness===true)flags2|=2048;var _botActiveUsers=v.botActiveUsers!==undefined;if(_botActiveUsers)flags2|=4096;if(v.botHasMainApp===true)flags2|=8192;var _botVerificationIcon=v.botVerificationIcon!==undefined;if(_botVerificationIcon)flags2|=16384;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=32768;if(v.botForumView===true)flags2|=65536;if(v.botForumCanManageTopics===true)flags2|=131072;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);if(_firstName)w.string(v.firstName);if(_lastName)w.string(v.lastName);if(_username)w.string(v.username);if(_phone)w.string(v.phone);if(_photo)w.object(v.photo);if(_status)w.object(v.status);if(_flags_14)w.int(v.botInfoVersion);if(_flags_18)w.vector(w.object,v.restrictionReason);if(_botInlinePlaceholder)w.string(v.botInlinePlaceholder);if(_langCode)w.string(v.langCode);if(_emojiStatus)w.object(v.emojiStatus);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.object(v.storiesMaxId);if(_color)w.object(v.color);if(_profileColor)w.object(v.profileColor);if(_botActiveUsers)w.int(v.botActiveUsers);if(_botVerificationIcon)w.long(v.botVerificationIcon);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);},
75
76
  'userProfilePhotoEmpty':function(w){w.uint(1326562017);},
76
77
  'userProfilePhoto':function(w,v){w.uint(2194798342);var flags=0;if(v.hasVideo===true)flags|=1;var _strippedThumb=v.strippedThumb!==undefined;if(_strippedThumb)flags|=2;if(v.personal===true)flags|=4;w.uint(flags);w.long(h(v,'photoId'));if(_strippedThumb)w.bytes(v.strippedThumb);w.int(h(v,'dcId'));},
77
78
  'userStatusEmpty':function(w){w.uint(164646985);},
@@ -84,7 +85,7 @@ var m={
84
85
  'chat':function(w,v){w.uint(1103884886);var flags=0;if(v.creator===true)flags|=1;if(v.left===true)flags|=4;if(v.deactivated===true)flags|=32;var _migratedTo=v.migratedTo!==undefined;if(_migratedTo)flags|=64;var _adminRights=v.adminRights!==undefined;if(_adminRights)flags|=16384;var _defaultBannedRights=v.defaultBannedRights!==undefined;if(_defaultBannedRights)flags|=262144;if(v.callActive===true)flags|=8388608;if(v.callNotEmpty===true)flags|=16777216;if(v.noforwards===true)flags|=33554432;w.uint(flags);w.int53(h(v,'id'));w.string(h(v,'title'));w.object(h(v,'photo'));w.int(h(v,'participantsCount'));w.int(h(v,'date'));w.int(h(v,'version'));if(_migratedTo)w.object(v.migratedTo);if(_adminRights)w.object(v.adminRights);if(_defaultBannedRights)w.object(v.defaultBannedRights);},
85
86
  'chatForbidden':function(w,v){w.uint(1704108455);w.int53(h(v,'id'));w.string(h(v,'title'));},
86
87
  'channel':function(w,v){w.uint(473084188);var flags=0;if(v.creator===true)flags|=1;if(v.left===true)flags|=4;if(v.broadcast===true)flags|=32;var _username=v.username!==undefined;if(_username)flags|=64;if(v.verified===true)flags|=128;if(v.megagroup===true)flags|=256;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_9=v.restricted===true||_restrictionReason;if(_flags_9)flags|=512;if(v.signatures===true)flags|=2048;if(v.min===true)flags|=4096;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=8192;var _adminRights=v.adminRights!==undefined;if(_adminRights)flags|=16384;var _bannedRights=v.bannedRights!==undefined;if(_bannedRights)flags|=32768;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=131072;var _defaultBannedRights=v.defaultBannedRights!==undefined;if(_defaultBannedRights)flags|=262144;if(v.scam===true)flags|=524288;if(v.hasLink===true)flags|=1048576;if(v.hasGeo===true)flags|=2097152;if(v.slowmodeEnabled===true)flags|=4194304;if(v.callActive===true)flags|=8388608;if(v.callNotEmpty===true)flags|=16777216;if(v.fake===true)flags|=33554432;if(v.gigagroup===true)flags|=67108864;if(v.noforwards===true)flags|=134217728;if(v.joinToSend===true)flags|=268435456;if(v.joinRequest===true)flags|=536870912;if(v.forum===true)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.storiesHidden===true)flags2|=2;if(v.storiesHiddenMin===true)flags2|=4;if(v.storiesUnavailable===true)flags2|=8;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=16;var _color=v.color!==undefined;if(_color)flags2|=128;var _profileColor=v.profileColor!==undefined;if(_profileColor)flags2|=256;var _emojiStatus=v.emojiStatus!==undefined;if(_emojiStatus)flags2|=512;var _level=v.level!==undefined;if(_level)flags2|=1024;var _subscriptionUntilDate=v.subscriptionUntilDate!==undefined;if(_subscriptionUntilDate)flags2|=2048;if(v.signatureProfiles===true)flags2|=4096;var _botVerificationIcon=v.botVerificationIcon!==undefined;if(_botVerificationIcon)flags2|=8192;var _sendPaidMessagesStars=v.sendPaidMessagesStars!==undefined;if(_sendPaidMessagesStars)flags2|=16384;if(v.autotranslation===true)flags2|=32768;if(v.broadcastMessagesAllowed===true)flags2|=65536;if(v.monoforum===true)flags2|=131072;var _linkedMonoforumId=v.linkedMonoforumId!==undefined;if(_linkedMonoforumId)flags2|=262144;if(v.forumTabs===true)flags2|=524288;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);w.string(h(v,'title'));if(_username)w.string(v.username);w.object(h(v,'photo'));w.int(h(v,'date'));if(_flags_9)w.vector(w.object,v.restrictionReason);if(_adminRights)w.object(v.adminRights);if(_bannedRights)w.object(v.bannedRights);if(_defaultBannedRights)w.object(v.defaultBannedRights);if(_participantsCount)w.int(v.participantsCount);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.object(v.storiesMaxId);if(_color)w.object(v.color);if(_profileColor)w.object(v.profileColor);if(_emojiStatus)w.object(v.emojiStatus);if(_level)w.int(v.level);if(_subscriptionUntilDate)w.int(v.subscriptionUntilDate);if(_botVerificationIcon)w.long(v.botVerificationIcon);if(_sendPaidMessagesStars)w.long(v.sendPaidMessagesStars);if(_linkedMonoforumId)w.int53(v.linkedMonoforumId);},
87
- 'channelForbidden':function(w,v){w.uint(399807445);var flags=0;if(v.broadcast===true)flags|=32;if(v.megagroup===true)flags|=256;var _untilDate=v.untilDate!==undefined;if(_untilDate)flags|=65536;w.uint(flags);w.int53(h(v,'id'));w.long(h(v,'accessHash'));w.string(h(v,'title'));if(_untilDate)w.int(v.untilDate);},
88
+ '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);},
88
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);},
89
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);},
90
91
  'chatParticipant':function(w,v){w.uint(3224190983);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));},
@@ -96,7 +97,7 @@ var m={
96
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'));},
97
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);},
98
99
  'message':function(w,v){w.uint(2629079273);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;w.uint(flags2);w.int(h(v,'id'));if(_fromId)w.object(v.fromId);if(_fromBoostsApplied)w.int(v.fromBoostsApplied);w.object(h(v,'peerId'));if(_savedPeerId)w.object(v.savedPeerId);if(_fwdFrom)w.object(v.fwdFrom);if(_viaBotId)w.int53(v.viaBotId);if(_viaBusinessBotId)w.int53(v.viaBusinessBotId);if(_replyTo)w.object(v.replyTo);w.int(h(v,'date'));w.string(h(v,'message'));if(_media)w.object(v.media);if(_replyMarkup)w.object(v.replyMarkup);if(_entities)w.vector(w.object,v.entities);if(_flags_10)w.int(v.views);if(_flags_10)w.int(v.forwards);if(_replies)w.object(v.replies);if(_editDate)w.int(v.editDate);if(_postAuthor)w.string(v.postAuthor);if(_groupedId)w.long(v.groupedId);if(_reactions)w.object(v.reactions);if(_restrictionReason)w.vector(w.object,v.restrictionReason);if(_ttlPeriod)w.int(v.ttlPeriod);if(_quickReplyShortcutId)w.int(v.quickReplyShortcutId);if(_effect)w.long(v.effect);if(_factcheck)w.object(v.factcheck);if(_reportDeliveryUntilDate)w.int(v.reportDeliveryUntilDate);if(_paidMessageStars)w.long(v.paidMessageStars);if(_suggestedPost)w.object(v.suggestedPost);if(_scheduleRepeatPeriod)w.int(v.scheduleRepeatPeriod);if(_summaryFromLanguage)w.string(v.summaryFromLanguage);},
99
- 'messageService':function(w,v){w.uint(2055212554);var flags=0;if(v.out===true)flags|=2;var _replyTo=v.replyTo!==undefined;if(_replyTo)flags|=8;if(v.mentioned===true)flags|=16;if(v.mediaUnread===true)flags|=32;var _fromId=v.fromId!==undefined;if(_fromId)flags|=256;if(v.reactionsArePossible===true)flags|=512;if(v.silent===true)flags|=8192;if(v.post===true)flags|=16384;if(v.legacyIos===true)flags|=131072;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);},
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);},
100
101
  'messageMediaEmpty':function(w){w.uint(1038967584);},
101
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);},
102
103
  'messageMediaGeo':function(w,v){w.uint(1457575028);w.object(h(v,'geo'));},
@@ -163,7 +164,7 @@ var m={
163
164
  'messageActionGiftStars':function(w,v){w.uint(1171632161);var flags=0;var _cryptoCurrency=v.cryptoCurrency!==undefined;var _cryptoAmount=v.cryptoAmount!==undefined;var _flags_0=_cryptoCurrency||_cryptoAmount;if(_flags_0)flags|=1;var _transactionId=v.transactionId!==undefined;if(_transactionId)flags|=2;w.uint(flags);w.string(h(v,'currency'));w.long(h(v,'amount'));w.long(h(v,'stars'));if(_flags_0)w.string(v.cryptoCurrency);if(_flags_0)w.long(v.cryptoAmount);if(_transactionId)w.string(v.transactionId);},
164
165
  'messageActionPrizeStars':function(w,v){w.uint(2953594786);var flags=0;if(v.unclaimed===true)flags|=1;w.uint(flags);w.long(h(v,'stars'));w.string(h(v,'transactionId'));w.object(h(v,'boostPeer'));w.int(h(v,'giveawayMsgId'));},
165
166
  'messageActionStarGift':function(w,v){w.uint(3928764883);var flags=0;if(v.nameHidden===true)flags|=1;var _message=v.message!==undefined;if(_message)flags|=2;if(v.saved===true)flags|=4;if(v.converted===true)flags|=8;var _convertStars=v.convertStars!==undefined;if(_convertStars)flags|=16;var _upgradeMsgId=v.upgradeMsgId!==undefined;var _flags_5=v.upgraded===true||_upgradeMsgId;if(_flags_5)flags|=32;var _upgradeStars=v.upgradeStars!==undefined;if(_upgradeStars)flags|=256;if(v.refunded===true)flags|=512;if(v.canUpgrade===true)flags|=1024;var _fromId=v.fromId!==undefined;if(_fromId)flags|=2048;var _peer=v.peer!==undefined;var _savedId=v.savedId!==undefined;var _flags_12=_peer||_savedId;if(_flags_12)flags|=4096;if(v.prepaidUpgrade===true)flags|=8192;var _prepaidUpgradeHash=v.prepaidUpgradeHash!==undefined;if(_prepaidUpgradeHash)flags|=16384;var _giftMsgId=v.giftMsgId!==undefined;if(_giftMsgId)flags|=32768;if(v.upgradeSeparate===true)flags|=65536;if(v.auctionAcquired===true)flags|=131072;var _toId=v.toId!==undefined;if(_toId)flags|=262144;var _giftNum=v.giftNum!==undefined;if(_giftNum)flags|=524288;w.uint(flags);w.object(h(v,'gift'));if(_message)w.object(v.message);if(_convertStars)w.long(v.convertStars);if(_flags_5)w.int(v.upgradeMsgId);if(_upgradeStars)w.long(v.upgradeStars);if(_fromId)w.object(v.fromId);if(_flags_12)w.object(v.peer);if(_flags_12)w.long(v.savedId);if(_prepaidUpgradeHash)w.string(v.prepaidUpgradeHash);if(_giftMsgId)w.int(v.giftMsgId);if(_toId)w.object(v.toId);if(_giftNum)w.int(v.giftNum);},
166
- 'messageActionStarGiftUnique':function(w,v){w.uint(2507310403);var flags=0;if(v.upgrade===true)flags|=1;if(v.transferred===true)flags|=2;if(v.saved===true)flags|=4;var _canExportAt=v.canExportAt!==undefined;if(_canExportAt)flags|=8;var _transferStars=v.transferStars!==undefined;if(_transferStars)flags|=16;if(v.refunded===true)flags|=32;var _fromId=v.fromId!==undefined;if(_fromId)flags|=64;var _peer=v.peer!==undefined;var _savedId=v.savedId!==undefined;var _flags_7=_peer||_savedId;if(_flags_7)flags|=128;var _resaleAmount=v.resaleAmount!==undefined;if(_resaleAmount)flags|=256;var _canTransferAt=v.canTransferAt!==undefined;if(_canTransferAt)flags|=512;var _canResellAt=v.canResellAt!==undefined;if(_canResellAt)flags|=1024;if(v.prepaidUpgrade===true)flags|=2048;var _dropOriginalDetailsStars=v.dropOriginalDetailsStars!==undefined;if(_dropOriginalDetailsStars)flags|=4096;if(v.assigned===true)flags|=8192;if(v.fromOffer===true)flags|=16384;w.uint(flags);w.object(h(v,'gift'));if(_canExportAt)w.int(v.canExportAt);if(_transferStars)w.long(v.transferStars);if(_fromId)w.object(v.fromId);if(_flags_7)w.object(v.peer);if(_flags_7)w.long(v.savedId);if(_resaleAmount)w.object(v.resaleAmount);if(_canTransferAt)w.int(v.canTransferAt);if(_canResellAt)w.int(v.canResellAt);if(_dropOriginalDetailsStars)w.long(v.dropOriginalDetailsStars);},
167
+ 'messageActionStarGiftUnique':function(w,v){w.uint(3871544610);var flags=0;if(v.upgrade===true)flags|=1;if(v.transferred===true)flags|=2;if(v.saved===true)flags|=4;var _canExportAt=v.canExportAt!==undefined;if(_canExportAt)flags|=8;var _transferStars=v.transferStars!==undefined;if(_transferStars)flags|=16;if(v.refunded===true)flags|=32;var _fromId=v.fromId!==undefined;if(_fromId)flags|=64;var _peer=v.peer!==undefined;var _savedId=v.savedId!==undefined;var _flags_7=_peer||_savedId;if(_flags_7)flags|=128;var _resaleAmount=v.resaleAmount!==undefined;if(_resaleAmount)flags|=256;var _canTransferAt=v.canTransferAt!==undefined;if(_canTransferAt)flags|=512;var _canResellAt=v.canResellAt!==undefined;if(_canResellAt)flags|=1024;if(v.prepaidUpgrade===true)flags|=2048;var _dropOriginalDetailsStars=v.dropOriginalDetailsStars!==undefined;if(_dropOriginalDetailsStars)flags|=4096;if(v.assigned===true)flags|=8192;if(v.fromOffer===true)flags|=16384;var _canCraftAt=v.canCraftAt!==undefined;if(_canCraftAt)flags|=32768;if(v.craft===true)flags|=65536;w.uint(flags);w.object(h(v,'gift'));if(_canExportAt)w.int(v.canExportAt);if(_transferStars)w.long(v.transferStars);if(_fromId)w.object(v.fromId);if(_flags_7)w.object(v.peer);if(_flags_7)w.long(v.savedId);if(_resaleAmount)w.object(v.resaleAmount);if(_canTransferAt)w.int(v.canTransferAt);if(_canResellAt)w.int(v.canResellAt);if(_dropOriginalDetailsStars)w.long(v.dropOriginalDetailsStars);if(_canCraftAt)w.int(v.canCraftAt);},
167
168
  'messageActionPaidMessagesRefunded':function(w,v){w.uint(2887720909);w.int(h(v,'count'));w.long(h(v,'stars'));},
168
169
  'messageActionPaidMessagesPrice':function(w,v){w.uint(2226685304);var flags=0;if(v.broadcastMessagesAllowed===true)flags|=1;w.uint(flags);w.long(h(v,'stars'));},
169
170
  'messageActionConferenceCall':function(w,v){w.uint(805187450);var flags=0;if(v.missed===true)flags|=1;if(v.active===true)flags|=2;var _duration=v.duration!==undefined;if(_duration)flags|=4;var _otherParticipants=v.otherParticipants&&v.otherParticipants.length;if(_otherParticipants)flags|=8;if(v.video===true)flags|=16;w.uint(flags);w.long(h(v,'callId'));if(_duration)w.int(v.duration);if(_otherParticipants)w.vector(w.object,v.otherParticipants);},
@@ -176,6 +177,8 @@ var m={
176
177
  'messageActionSuggestBirthday':function(w,v){w.uint(747579941);w.object(h(v,'birthday'));},
177
178
  'messageActionStarGiftPurchaseOffer':function(w,v){w.uint(2000845012);var flags=0;if(v.accepted===true)flags|=1;if(v.declined===true)flags|=2;w.uint(flags);w.object(h(v,'gift'));w.object(h(v,'price'));w.int(h(v,'expiresAt'));},
178
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
+ 'messageActionNewCreatorPending':function(w,v){w.uint(2961100933);w.int53(h(v,'newCreatorId'));},
181
+ 'messageActionChangeCreator':function(w,v){w.uint(3783807035);w.int53(h(v,'newCreatorId'));},
179
182
  'dialog':function(w,v){w.uint(3582593222);var flags=0;var _pts=v.pts!==undefined;if(_pts)flags|=1;var _draft=v.draft!==undefined;if(_draft)flags|=2;if(v.pinned===true)flags|=4;if(v.unreadMark===true)flags|=8;var _folderId=v.folderId!==undefined;if(_folderId)flags|=16;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=32;if(v.viewForumAsMessages===true)flags|=64;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.int(h(v,'unreadMentionsCount'));w.int(h(v,'unreadReactionsCount'));w.object(h(v,'notifySettings'));if(_pts)w.int(v.pts);if(_draft)w.object(v.draft);if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);},
180
183
  'dialogFolder':function(w,v){w.uint(1908216652);var flags=0;if(v.pinned===true)flags|=4;w.uint(flags);w.object(h(v,'folder'));w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'unreadMutedPeersCount'));w.int(h(v,'unreadUnmutedPeersCount'));w.int(h(v,'unreadMutedMessagesCount'));w.int(h(v,'unreadUnmutedMessagesCount'));},
181
184
  'photoEmpty':function(w,v){w.uint(590459437);w.long(h(v,'id'));},
@@ -401,6 +404,8 @@ var m={
401
404
  'updateDeleteGroupCallMessages':function(w,v){w.uint(1048963372);w.object(h(v,'call'));w.vector(w.int,h(v,'messages'));},
402
405
  'updateStarGiftAuctionState':function(w,v){w.uint(1222788802);w.long(h(v,'giftId'));w.object(h(v,'state'));},
403
406
  'updateStarGiftAuctionUserState':function(w,v){w.uint(3696816926);w.long(h(v,'giftId'));w.object(h(v,'userState'));},
407
+ 'updateEmojiGameInfo':function(w,v){w.uint(4221326458);w.object(h(v,'info'));},
408
+ 'updateStarGiftCraftFail':function(w){w.uint(2886149188);},
404
409
  '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'));},
405
410
  'updates.differenceEmpty':function(w,v){w.uint(1567990072);w.int(h(v,'date'));w.int(h(v,'seq'));},
406
411
  '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'));},
@@ -573,24 +578,24 @@ var m={
573
578
  'messages.stickerSetNotModified':function(w){w.uint(3556320491);},
574
579
  'botCommand':function(w,v){w.uint(3262826695);w.string(h(v,'command'));w.string(h(v,'description'));},
575
580
  'botInfo':function(w,v){w.uint(1300890265);var flags=0;var _userId=v.userId!==undefined;if(_userId)flags|=1;var _description=v.description!==undefined;if(_description)flags|=2;var _commands=v.commands&&v.commands.length;if(_commands)flags|=4;var _menuButton=v.menuButton!==undefined;if(_menuButton)flags|=8;var _descriptionPhoto=v.descriptionPhoto!==undefined;if(_descriptionPhoto)flags|=16;var _descriptionDocument=v.descriptionDocument!==undefined;if(_descriptionDocument)flags|=32;if(v.hasPreviewMedias===true)flags|=64;var _privacyPolicyUrl=v.privacyPolicyUrl!==undefined;if(_privacyPolicyUrl)flags|=128;var _appSettings=v.appSettings!==undefined;if(_appSettings)flags|=256;var _verifierSettings=v.verifierSettings!==undefined;if(_verifierSettings)flags|=512;w.uint(flags);if(_userId)w.int53(v.userId);if(_description)w.string(v.description);if(_descriptionPhoto)w.object(v.descriptionPhoto);if(_descriptionDocument)w.object(v.descriptionDocument);if(_commands)w.vector(w.object,v.commands);if(_menuButton)w.object(v.menuButton);if(_privacyPolicyUrl)w.string(v.privacyPolicyUrl);if(_appSettings)w.object(v.appSettings);if(_verifierSettings)w.object(v.verifierSettings);},
576
- 'keyboardButton':function(w,v){w.uint(2734311552);w.string(h(v,'text'));},
577
- 'keyboardButtonUrl':function(w,v){w.uint(629866245);w.string(h(v,'text'));w.string(h(v,'url'));},
578
- 'keyboardButtonCallback':function(w,v){w.uint(901503851);var flags=0;if(v.requiresPassword===true)flags|=1;w.uint(flags);w.string(h(v,'text'));w.bytes(h(v,'data'));},
579
- 'keyboardButtonRequestPhone':function(w,v){w.uint(2976541737);w.string(h(v,'text'));},
580
- 'keyboardButtonRequestGeoLocation':function(w,v){w.uint(4235815743);w.string(h(v,'text'));},
581
- 'keyboardButtonSwitchInline':function(w,v){w.uint(2478439349);var flags=0;if(v.samePeer===true)flags|=1;var _peerTypes=v.peerTypes&&v.peerTypes.length;if(_peerTypes)flags|=2;w.uint(flags);w.string(h(v,'text'));w.string(h(v,'query'));if(_peerTypes)w.vector(w.object,v.peerTypes);},
582
- 'keyboardButtonGame':function(w,v){w.uint(1358175439);w.string(h(v,'text'));},
583
- 'keyboardButtonBuy':function(w,v){w.uint(2950250427);w.string(h(v,'text'));},
584
- 'keyboardButtonUrlAuth':function(w,v){w.uint(280464681);var flags=0;var _fwdText=v.fwdText!==undefined;if(_fwdText)flags|=1;w.uint(flags);w.string(h(v,'text'));if(_fwdText)w.string(v.fwdText);w.string(h(v,'url'));w.int(h(v,'buttonId'));},
585
- 'inputKeyboardButtonUrlAuth':function(w,v){w.uint(3492708308);var flags=0;if(v.requestWriteAccess===true)flags|=1;var _fwdText=v.fwdText!==undefined;if(_fwdText)flags|=2;w.uint(flags);w.string(h(v,'text'));if(_fwdText)w.string(v.fwdText);w.string(h(v,'url'));w.object(h(v,'bot'));},
586
- 'keyboardButtonRequestPoll':function(w,v){w.uint(3150401885);var flags=0;var _quiz=v.quiz!==undefined;if(_quiz)flags|=1;w.uint(flags);if(_quiz)w.boolean(v.quiz);w.string(h(v,'text'));},
587
- 'inputKeyboardButtonUserProfile':function(w,v){w.uint(3918005115);w.string(h(v,'text'));w.object(h(v,'userId'));},
588
- 'keyboardButtonUserProfile':function(w,v){w.uint(814112961);w.string(h(v,'text'));w.int53(h(v,'userId'));},
589
- 'keyboardButtonWebView':function(w,v){w.uint(326529584);w.string(h(v,'text'));w.string(h(v,'url'));},
590
- 'keyboardButtonSimpleWebView':function(w,v){w.uint(2696958044);w.string(h(v,'text'));w.string(h(v,'url'));},
591
- 'keyboardButtonRequestPeer':function(w,v){w.uint(1406648280);w.string(h(v,'text'));w.int(h(v,'buttonId'));w.object(h(v,'peerType'));w.int(h(v,'maxQuantity'));},
592
- 'inputKeyboardButtonRequestPeer':function(w,v){w.uint(3378916613);var flags=0;if(v.nameRequested===true)flags|=1;if(v.usernameRequested===true)flags|=2;if(v.photoRequested===true)flags|=4;w.uint(flags);w.string(h(v,'text'));w.int(h(v,'buttonId'));w.object(h(v,'peerType'));w.int(h(v,'maxQuantity'));},
593
- 'keyboardButtonCopy':function(w,v){w.uint(1976723854);w.string(h(v,'text'));w.string(h(v,'copyText'));},
581
+ 'keyboardButton':function(w,v){w.uint(2098662655);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));},
582
+ 'keyboardButtonUrl':function(w,v){w.uint(3624674796);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.string(h(v,'url'));},
583
+ 'keyboardButtonCallback':function(w,v){w.uint(3861629280);var flags=0;if(v.requiresPassword===true)flags|=1;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.bytes(h(v,'data'));},
584
+ 'keyboardButtonRequestPhone':function(w,v){w.uint(1098841487);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));},
585
+ 'keyboardButtonRequestGeoLocation':function(w,v){w.uint(2856384845);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));},
586
+ 'keyboardButtonSwitchInline':function(w,v){w.uint(2568198652);var flags=0;if(v.samePeer===true)flags|=1;var _peerTypes=v.peerTypes&&v.peerTypes.length;if(_peerTypes)flags|=2;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.string(h(v,'query'));if(_peerTypes)w.vector(w.object,v.peerTypes);},
587
+ 'keyboardButtonGame':function(w,v){w.uint(2311426297);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));},
588
+ 'keyboardButtonBuy':function(w,v){w.uint(1067792645);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));},
589
+ 'keyboardButtonUrlAuth':function(w,v){w.uint(4111468281);var flags=0;var _fwdText=v.fwdText!==undefined;if(_fwdText)flags|=1;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));if(_fwdText)w.string(v.fwdText);w.string(h(v,'url'));w.int(h(v,'buttonId'));},
590
+ 'inputKeyboardButtonUrlAuth':function(w,v){w.uint(1744911986);var flags=0;if(v.requestWriteAccess===true)flags|=1;var _fwdText=v.fwdText!==undefined;if(_fwdText)flags|=2;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));if(_fwdText)w.string(v.fwdText);w.string(h(v,'url'));w.object(h(v,'bot'));},
591
+ 'keyboardButtonRequestPoll':function(w,v){w.uint(2047989634);var flags=0;var _quiz=v.quiz!==undefined;if(_quiz)flags|=1;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);if(_quiz)w.boolean(v.quiz);w.string(h(v,'text'));},
592
+ 'inputKeyboardButtonUserProfile':function(w,v){w.uint(2103314375);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.object(h(v,'userId'));},
593
+ 'keyboardButtonUserProfile':function(w,v){w.uint(3237829897);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.int53(h(v,'userId'));},
594
+ 'keyboardButtonWebView':function(w,v){w.uint(3896947104);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.string(h(v,'url'));},
595
+ 'keyboardButtonSimpleWebView':function(w,v){w.uint(3780920176);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.string(h(v,'url'));},
596
+ 'keyboardButtonRequestPeer':function(w,v){w.uint(1527715317);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.int(h(v,'buttonId'));w.object(h(v,'peerType'));w.int(h(v,'maxQuantity'));},
597
+ 'inputKeyboardButtonRequestPeer':function(w,v){w.uint(45580630);var flags=0;if(v.nameRequested===true)flags|=1;if(v.usernameRequested===true)flags|=2;if(v.photoRequested===true)flags|=4;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.int(h(v,'buttonId'));w.object(h(v,'peerType'));w.int(h(v,'maxQuantity'));},
598
+ 'keyboardButtonCopy':function(w,v){w.uint(3167006480);var flags=0;var _style=v.style!==undefined;if(_style)flags|=1024;w.uint(flags);if(_style)w.object(v.style);w.string(h(v,'text'));w.string(h(v,'copyText'));},
594
599
  'keyboardButtonRow':function(w,v){w.uint(2002815875);w.vector(w.object,h(v,'buttons'));},
595
600
  'replyKeyboardHide':function(w,v){w.uint(2688441221);var flags=0;if(v.selective===true)flags|=4;w.uint(flags);},
596
601
  'replyKeyboardForceReply':function(w,v){w.uint(2259946248);var flags=0;if(v.singleUse===true)flags|=2;if(v.selective===true)flags|=4;var _placeholder=v.placeholder!==undefined;if(_placeholder)flags|=8;w.uint(flags);if(_placeholder)w.string(v.placeholder);},
@@ -1005,8 +1010,8 @@ var m={
1005
1010
  'inputFolderPeer':function(w,v){w.uint(4224893590);w.object(h(v,'peer'));w.int(h(v,'folderId'));},
1006
1011
  'folderPeer':function(w,v){w.uint(3921323624);w.object(h(v,'peer'));w.int(h(v,'folderId'));},
1007
1012
  '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'));},
1008
- 'urlAuthResultRequest':function(w,v){w.uint(2463316494);var flags=0;if(v.requestWriteAccess===true)flags|=1;w.uint(flags);w.object(h(v,'bot'));w.string(h(v,'domain'));},
1009
- 'urlAuthResultAccepted':function(w,v){w.uint(2408320590);w.string(h(v,'url'));},
1013
+ 'urlAuthResultRequest':function(w,v){w.uint(855293722);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;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);},
1014
+ '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);},
1010
1015
  'urlAuthResultDefault':function(w){w.uint(2849430303);},
1011
1016
  'channelLocationEmpty':function(w){w.uint(3216354699);},
1012
1017
  'channelLocation':function(w,v){w.uint(547062491);w.object(h(v,'geoPoint'));w.string(h(v,'address'));},
@@ -1413,7 +1418,7 @@ var m={
1413
1418
  'starsGiveawayOption':function(w,v){w.uint(2496562474);var flags=0;if(v.extended===true)flags|=1;if(v.default===true)flags|=2;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=4;w.uint(flags);w.long(h(v,'stars'));w.int(h(v,'yearlyBoosts'));if(_storeProduct)w.string(v.storeProduct);w.string(h(v,'currency'));w.long(h(v,'amount'));w.vector(w.object,h(v,'winners'));},
1414
1419
  'starsGiveawayWinnersOption':function(w,v){w.uint(1411605001);var flags=0;if(v.default===true)flags|=1;w.uint(flags);w.int(h(v,'users'));w.long(h(v,'perUserStars'));},
1415
1420
  'starGift':function(w,v){w.uint(825922887);var flags=0;var _availabilityRemains=v.availabilityRemains!==undefined;var _availabilityTotal=v.availabilityTotal!==undefined;var _flags_0=v.limited===true||_availabilityRemains||_availabilityTotal;if(_flags_0)flags|=1;var _firstSaleDate=v.firstSaleDate!==undefined;var _lastSaleDate=v.lastSaleDate!==undefined;var _flags_1=v.soldOut===true||_firstSaleDate||_lastSaleDate;if(_flags_1)flags|=2;if(v.birthday===true)flags|=4;var _upgradeStars=v.upgradeStars!==undefined;if(_upgradeStars)flags|=8;var _availabilityResale=v.availabilityResale!==undefined;var _resellMinStars=v.resellMinStars!==undefined;var _flags_4=_availabilityResale||_resellMinStars;if(_flags_4)flags|=16;var _title=v.title!==undefined;if(_title)flags|=32;var _releasedBy=v.releasedBy!==undefined;if(_releasedBy)flags|=64;if(v.requirePremium===true)flags|=128;var _perUserTotal=v.perUserTotal!==undefined;var _perUserRemains=v.perUserRemains!==undefined;var _flags_8=v.limitedPerUser===true||_perUserTotal||_perUserRemains;if(_flags_8)flags|=256;var _lockedUntilDate=v.lockedUntilDate!==undefined;if(_lockedUntilDate)flags|=512;if(v.peerColorAvailable===true)flags|=1024;var _auctionSlug=v.auctionSlug!==undefined;var _giftsPerRound=v.giftsPerRound!==undefined;var _auctionStartDate=v.auctionStartDate!==undefined;var _flags_11=v.auction===true||_auctionSlug||_giftsPerRound||_auctionStartDate;if(_flags_11)flags|=2048;var _upgradeVariants=v.upgradeVariants!==undefined;if(_upgradeVariants)flags|=4096;var _background=v.background!==undefined;if(_background)flags|=8192;w.uint(flags);w.long(h(v,'id'));w.object(h(v,'sticker'));w.long(h(v,'stars'));if(_flags_0)w.int(v.availabilityRemains);if(_flags_0)w.int(v.availabilityTotal);if(_flags_4)w.long(v.availabilityResale);w.long(h(v,'convertStars'));if(_flags_1)w.int(v.firstSaleDate);if(_flags_1)w.int(v.lastSaleDate);if(_upgradeStars)w.long(v.upgradeStars);if(_flags_4)w.long(v.resellMinStars);if(_title)w.string(v.title);if(_releasedBy)w.object(v.releasedBy);if(_flags_8)w.int(v.perUserTotal);if(_flags_8)w.int(v.perUserRemains);if(_lockedUntilDate)w.int(v.lockedUntilDate);if(_flags_11)w.string(v.auctionSlug);if(_flags_11)w.int(v.giftsPerRound);if(_flags_11)w.int(v.auctionStartDate);if(_upgradeVariants)w.int(v.upgradeVariants);if(_background)w.object(v.background);},
1416
- 'starGiftUnique':function(w,v){w.uint(1453155529);var flags=0;var _ownerId=v.ownerId!==undefined;if(_ownerId)flags|=1;var _ownerName=v.ownerName!==undefined;if(_ownerName)flags|=2;var _ownerAddress=v.ownerAddress!==undefined;if(_ownerAddress)flags|=4;var _giftAddress=v.giftAddress!==undefined;if(_giftAddress)flags|=8;var _resellAmount=v.resellAmount&&v.resellAmount.length;if(_resellAmount)flags|=16;var _releasedBy=v.releasedBy!==undefined;if(_releasedBy)flags|=32;if(v.requirePremium===true)flags|=64;if(v.resaleTonOnly===true)flags|=128;var _valueAmount=v.valueAmount!==undefined;var _valueCurrency=v.valueCurrency!==undefined;var _valueUsdAmount=v.valueUsdAmount!==undefined;var _flags_8=_valueAmount||_valueCurrency||_valueUsdAmount;if(_flags_8)flags|=256;if(v.themeAvailable===true)flags|=512;var _themePeer=v.themePeer!==undefined;if(_themePeer)flags|=1024;var _peerColor=v.peerColor!==undefined;if(_peerColor)flags|=2048;var _hostId=v.hostId!==undefined;if(_hostId)flags|=4096;var _offerMinStars=v.offerMinStars!==undefined;if(_offerMinStars)flags|=8192;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'giftId'));w.string(h(v,'title'));w.string(h(v,'slug'));w.int(h(v,'num'));if(_ownerId)w.object(v.ownerId);if(_ownerName)w.string(v.ownerName);if(_ownerAddress)w.string(v.ownerAddress);w.vector(w.object,h(v,'attributes'));w.int(h(v,'availabilityIssued'));w.int(h(v,'availabilityTotal'));if(_giftAddress)w.string(v.giftAddress);if(_resellAmount)w.vector(w.object,v.resellAmount);if(_releasedBy)w.object(v.releasedBy);if(_flags_8)w.long(v.valueAmount);if(_flags_8)w.string(v.valueCurrency);if(_flags_8)w.long(v.valueUsdAmount);if(_themePeer)w.object(v.themePeer);if(_peerColor)w.object(v.peerColor);if(_hostId)w.object(v.hostId);if(_offerMinStars)w.int(v.offerMinStars);},
1421
+ 'starGiftUnique':function(w,v){w.uint(2247141837);var flags=0;var _ownerId=v.ownerId!==undefined;if(_ownerId)flags|=1;var _ownerName=v.ownerName!==undefined;if(_ownerName)flags|=2;var _ownerAddress=v.ownerAddress!==undefined;if(_ownerAddress)flags|=4;var _giftAddress=v.giftAddress!==undefined;if(_giftAddress)flags|=8;var _resellAmount=v.resellAmount&&v.resellAmount.length;if(_resellAmount)flags|=16;var _releasedBy=v.releasedBy!==undefined;if(_releasedBy)flags|=32;if(v.requirePremium===true)flags|=64;if(v.resaleTonOnly===true)flags|=128;var _valueAmount=v.valueAmount!==undefined;var _valueCurrency=v.valueCurrency!==undefined;var _valueUsdAmount=v.valueUsdAmount!==undefined;var _flags_8=_valueAmount||_valueCurrency||_valueUsdAmount;if(_flags_8)flags|=256;if(v.themeAvailable===true)flags|=512;var _themePeer=v.themePeer!==undefined;if(_themePeer)flags|=1024;var _peerColor=v.peerColor!==undefined;if(_peerColor)flags|=2048;var _hostId=v.hostId!==undefined;if(_hostId)flags|=4096;var _offerMinStars=v.offerMinStars!==undefined;if(_offerMinStars)flags|=8192;if(v.burned===true)flags|=16384;if(v.crafted===true)flags|=32768;var _craftChancePermille=v.craftChancePermille!==undefined;if(_craftChancePermille)flags|=65536;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'giftId'));w.string(h(v,'title'));w.string(h(v,'slug'));w.int(h(v,'num'));if(_ownerId)w.object(v.ownerId);if(_ownerName)w.string(v.ownerName);if(_ownerAddress)w.string(v.ownerAddress);w.vector(w.object,h(v,'attributes'));w.int(h(v,'availabilityIssued'));w.int(h(v,'availabilityTotal'));if(_giftAddress)w.string(v.giftAddress);if(_resellAmount)w.vector(w.object,v.resellAmount);if(_releasedBy)w.object(v.releasedBy);if(_flags_8)w.long(v.valueAmount);if(_flags_8)w.string(v.valueCurrency);if(_flags_8)w.long(v.valueUsdAmount);if(_themePeer)w.object(v.themePeer);if(_peerColor)w.object(v.peerColor);if(_hostId)w.object(v.hostId);if(_offerMinStars)w.int(v.offerMinStars);if(_craftChancePermille)w.int(v.craftChancePermille);},
1417
1422
  'payments.starGiftsNotModified':function(w){w.uint(2743640936);},
1418
1423
  'payments.starGifts':function(w,v){w.uint(785918357);w.int(h(v,'hash'));w.vector(w.object,h(v,'gifts'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1419
1424
  'messageReportOption':function(w,v){w.uint(2030298073);w.string(h(v,'text'));w.bytes(h(v,'option'));},
@@ -1433,16 +1438,16 @@ var m={
1433
1438
  'messages.foundStickers':function(w,v){w.uint(2194268816);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);if(_nextOffset)w.int(v.nextOffset);w.long(h(v,'hash'));w.vector(w.object,h(v,'stickers'));},
1434
1439
  'botVerifierSettings':function(w,v){w.uint(2966251031);var flags=0;var _customDescription=v.customDescription!==undefined;if(_customDescription)flags|=1;if(v.canModifyCustomDescription===true)flags|=2;w.uint(flags);w.long(h(v,'icon'));w.string(h(v,'company'));if(_customDescription)w.string(v.customDescription);},
1435
1440
  'botVerification':function(w,v){w.uint(4181513308);w.int53(h(v,'botId'));w.long(h(v,'icon'));w.string(h(v,'description'));},
1436
- 'starGiftAttributeModel':function(w,v){w.uint(970559507);w.string(h(v,'name'));w.object(h(v,'document'));w.int(h(v,'rarityPermille'));},
1437
- 'starGiftAttributePattern':function(w,v){w.uint(330104601);w.string(h(v,'name'));w.object(h(v,'document'));w.int(h(v,'rarityPermille'));},
1438
- 'starGiftAttributeBackdrop':function(w,v){w.uint(3644687772);w.string(h(v,'name'));w.int(h(v,'backdropId'));w.int(h(v,'centerColor'));w.int(h(v,'edgeColor'));w.int(h(v,'patternColor'));w.int(h(v,'textColor'));w.int(h(v,'rarityPermille'));},
1441
+ 'starGiftAttributeModel':function(w,v){w.uint(1448235490);var flags=0;if(v.crafted===true)flags|=1;w.uint(flags);w.string(h(v,'name'));w.object(h(v,'document'));w.object(h(v,'rarity'));},
1442
+ 'starGiftAttributePattern':function(w,v){w.uint(1315997162);w.string(h(v,'name'));w.object(h(v,'document'));w.object(h(v,'rarity'));},
1443
+ 'starGiftAttributeBackdrop':function(w,v){w.uint(2670003428);w.string(h(v,'name'));w.int(h(v,'backdropId'));w.int(h(v,'centerColor'));w.int(h(v,'edgeColor'));w.int(h(v,'patternColor'));w.int(h(v,'textColor'));w.object(h(v,'rarity'));},
1439
1444
  'starGiftAttributeOriginalDetails':function(w,v){w.uint(3770675820);var flags=0;var _senderId=v.senderId!==undefined;if(_senderId)flags|=1;var _message=v.message!==undefined;if(_message)flags|=2;w.uint(flags);if(_senderId)w.object(v.senderId);w.object(h(v,'recipientId'));w.int(h(v,'date'));if(_message)w.object(v.message);},
1440
1445
  'payments.starGiftUpgradePreview':function(w,v){w.uint(1038213101);w.vector(w.object,h(v,'sampleAttributes'));w.vector(w.object,h(v,'prices'));w.vector(w.object,h(v,'nextPrices'));},
1441
1446
  'users.users':function(w,v){w.uint(1658259128);w.vector(w.object,h(v,'users'));},
1442
1447
  'users.usersSlice':function(w,v){w.uint(828000628);w.int(h(v,'count'));w.vector(w.object,h(v,'users'));},
1443
1448
  'payments.uniqueStarGift':function(w,v){w.uint(1097619176);w.object(h(v,'gift'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1444
1449
  'messages.webPagePreview':function(w,v){w.uint(2358937772);w.object(h(v,'media'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1445
- 'savedStarGift':function(w,v){w.uint(3939926110);var flags=0;if(v.nameHidden===true)flags|=1;var _fromId=v.fromId!==undefined;if(_fromId)flags|=2;var _message=v.message!==undefined;if(_message)flags|=4;var _msgId=v.msgId!==undefined;if(_msgId)flags|=8;var _convertStars=v.convertStars!==undefined;if(_convertStars)flags|=16;if(v.unsaved===true)flags|=32;var _upgradeStars=v.upgradeStars!==undefined;if(_upgradeStars)flags|=64;var _canExportAt=v.canExportAt!==undefined;if(_canExportAt)flags|=128;var _transferStars=v.transferStars!==undefined;if(_transferStars)flags|=256;if(v.refunded===true)flags|=512;if(v.canUpgrade===true)flags|=1024;var _savedId=v.savedId!==undefined;if(_savedId)flags|=2048;if(v.pinnedToTop===true)flags|=4096;var _canTransferAt=v.canTransferAt!==undefined;if(_canTransferAt)flags|=8192;var _canResellAt=v.canResellAt!==undefined;if(_canResellAt)flags|=16384;var _collectionId=v.collectionId&&v.collectionId.length;if(_collectionId)flags|=32768;var _prepaidUpgradeHash=v.prepaidUpgradeHash!==undefined;if(_prepaidUpgradeHash)flags|=65536;if(v.upgradeSeparate===true)flags|=131072;var _dropOriginalDetailsStars=v.dropOriginalDetailsStars!==undefined;if(_dropOriginalDetailsStars)flags|=262144;var _giftNum=v.giftNum!==undefined;if(_giftNum)flags|=524288;w.uint(flags);if(_fromId)w.object(v.fromId);w.int(h(v,'date'));w.object(h(v,'gift'));if(_message)w.object(v.message);if(_msgId)w.int(v.msgId);if(_savedId)w.long(v.savedId);if(_convertStars)w.long(v.convertStars);if(_upgradeStars)w.long(v.upgradeStars);if(_canExportAt)w.int(v.canExportAt);if(_transferStars)w.long(v.transferStars);if(_canTransferAt)w.int(v.canTransferAt);if(_canResellAt)w.int(v.canResellAt);if(_collectionId)w.vector(w.int,v.collectionId);if(_prepaidUpgradeHash)w.string(v.prepaidUpgradeHash);if(_dropOriginalDetailsStars)w.long(v.dropOriginalDetailsStars);if(_giftNum)w.int(v.giftNum);},
1450
+ 'savedStarGift':function(w,v){w.uint(1105150972);var flags=0;if(v.nameHidden===true)flags|=1;var _fromId=v.fromId!==undefined;if(_fromId)flags|=2;var _message=v.message!==undefined;if(_message)flags|=4;var _msgId=v.msgId!==undefined;if(_msgId)flags|=8;var _convertStars=v.convertStars!==undefined;if(_convertStars)flags|=16;if(v.unsaved===true)flags|=32;var _upgradeStars=v.upgradeStars!==undefined;if(_upgradeStars)flags|=64;var _canExportAt=v.canExportAt!==undefined;if(_canExportAt)flags|=128;var _transferStars=v.transferStars!==undefined;if(_transferStars)flags|=256;if(v.refunded===true)flags|=512;if(v.canUpgrade===true)flags|=1024;var _savedId=v.savedId!==undefined;if(_savedId)flags|=2048;if(v.pinnedToTop===true)flags|=4096;var _canTransferAt=v.canTransferAt!==undefined;if(_canTransferAt)flags|=8192;var _canResellAt=v.canResellAt!==undefined;if(_canResellAt)flags|=16384;var _collectionId=v.collectionId&&v.collectionId.length;if(_collectionId)flags|=32768;var _prepaidUpgradeHash=v.prepaidUpgradeHash!==undefined;if(_prepaidUpgradeHash)flags|=65536;if(v.upgradeSeparate===true)flags|=131072;var _dropOriginalDetailsStars=v.dropOriginalDetailsStars!==undefined;if(_dropOriginalDetailsStars)flags|=262144;var _giftNum=v.giftNum!==undefined;if(_giftNum)flags|=524288;var _canCraftAt=v.canCraftAt!==undefined;if(_canCraftAt)flags|=1048576;w.uint(flags);if(_fromId)w.object(v.fromId);w.int(h(v,'date'));w.object(h(v,'gift'));if(_message)w.object(v.message);if(_msgId)w.int(v.msgId);if(_savedId)w.long(v.savedId);if(_convertStars)w.long(v.convertStars);if(_upgradeStars)w.long(v.upgradeStars);if(_canExportAt)w.int(v.canExportAt);if(_transferStars)w.long(v.transferStars);if(_canTransferAt)w.int(v.canTransferAt);if(_canResellAt)w.int(v.canResellAt);if(_collectionId)w.vector(w.int,v.collectionId);if(_prepaidUpgradeHash)w.string(v.prepaidUpgradeHash);if(_dropOriginalDetailsStars)w.long(v.dropOriginalDetailsStars);if(_giftNum)w.int(v.giftNum);if(_canCraftAt)w.int(v.canCraftAt);},
1446
1451
  'payments.savedStarGifts':function(w,v){w.uint(2515765681);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;var _chatNotificationsEnabled=v.chatNotificationsEnabled!==undefined;if(_chatNotificationsEnabled)flags|=2;w.uint(flags);w.int(h(v,'count'));if(_chatNotificationsEnabled)w.boolean(v.chatNotificationsEnabled);w.vector(w.object,h(v,'gifts'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1447
1452
  'inputSavedStarGiftUser':function(w,v){w.uint(1764202389);w.int(h(v,'msgId'));},
1448
1453
  'inputSavedStarGiftChat':function(w,v){w.uint(4043418239);w.object(h(v,'peer'));w.long(h(v,'savedId'));},
@@ -1522,16 +1527,20 @@ var m={
1522
1527
  'inputPasskeyResponseRegister':function(w,v){w.uint(1046713180);w.object(h(v,'clientData'));w.bytes(h(v,'attestationData'));},
1523
1528
  'inputPasskeyResponseLogin':function(w,v){w.uint(3273638218);w.object(h(v,'clientData'));w.bytes(h(v,'authenticatorData'));w.bytes(h(v,'signature'));w.string(h(v,'userHandle'));},
1524
1529
  'inputPasskeyCredentialPublicKey':function(w,v){w.uint(1009235855);w.string(h(v,'id'));w.string(h(v,'rawId'));w.object(h(v,'response'));},
1530
+ 'inputPasskeyCredentialFirebasePNV':function(w,v){w.uint(1528613672);w.string(h(v,'pnvToken'));},
1525
1531
  'starGiftBackground':function(w,v){w.uint(2952094616);w.int(h(v,'centerColor'));w.int(h(v,'edgeColor'));w.int(h(v,'textColor'));},
1526
1532
  'starGiftAuctionRound':function(w,v){w.uint(984483112);w.int(h(v,'num'));w.int(h(v,'duration'));},
1527
1533
  'starGiftAuctionRoundExtendable':function(w,v){w.uint(178266597);w.int(h(v,'num'));w.int(h(v,'duration'));w.int(h(v,'extendTop'));w.int(h(v,'extendWindow'));},
1528
1534
  'payments.starGiftUpgradeAttributes':function(w,v){w.uint(1187439471);w.vector(w.object,h(v,'attributes'));},
1529
- 'inputMediaStakeDice':function(w,v){w.uint(4087948362);w.string(h(v,'gameHash'));w.long(h(v,'tonAmount'));w.bytes(h(v,'clientSeed'));},
1530
- 'updateEmojiGameInfo':function(w,v){w.uint(4221326458);w.object(h(v,'info'));},
1531
- 'inputPasskeyCredentialFirebasePNV':function(w,v){w.uint(1528613672);w.string(h(v,'pnvToken'));},
1532
1535
  'messages.emojiGameOutcome':function(w,v){w.uint(3660240455);w.bytes(h(v,'seed'));w.long(h(v,'stakeTonAmount'));w.long(h(v,'tonAmount'));},
1533
1536
  'messages.emojiGameUnavailable':function(w){w.uint(1508266805);},
1534
1537
  'messages.emojiGameDiceInfo':function(w,v){w.uint(1155883043);var flags=0;var _playsLeft=v.playsLeft!==undefined;if(_playsLeft)flags|=1;w.uint(flags);w.string(h(v,'gameHash'));w.long(h(v,'prevStake'));w.int(h(v,'currentStreak'));w.vector(w.int,h(v,'params'));if(_playsLeft)w.int(v.playsLeft);},
1538
+ 'starGiftAttributeRarity':function(w,v){w.uint(910391095);w.int(h(v,'permille'));},
1539
+ 'starGiftAttributeRarityUncommon':function(w){w.uint(3687736201);},
1540
+ 'starGiftAttributeRarityRare':function(w){w.uint(4035793259);},
1541
+ 'starGiftAttributeRarityEpic':function(w){w.uint(2029777832);},
1542
+ 'starGiftAttributeRarityLegendary':function(w){w.uint(3472353192);},
1543
+ 'keyboardButtonStyle':function(w,v){w.uint(1339896880);var flags=0;if(v.bgPrimary===true)flags|=1;if(v.bgDanger===true)flags|=2;if(v.bgSuccess===true)flags|=4;var _icon=v.icon!==undefined;if(_icon)flags|=8;w.uint(flags);if(_icon)w.long(v.icon);},
1535
1544
  'updateChannelPinnedTopic':function(w,v){w.uint(422509539);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.int(h(v,'topicId'));},
1536
1545
  'updateChannelPinnedTopics':function(w,v){w.uint(4263085570);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_order)w.vector(w.int,v.order);},
1537
1546
  'invokeAfterMsg':function(w,v){w.uint(3416209197);w.long(h(v,'msgId'));w.object(h(v,'query'));},
@@ -1837,7 +1846,7 @@ var m={
1837
1846
  'messages.getEmojiURL':function(w,v){w.uint(3585149990);w.string(h(v,'langCode'));},
1838
1847
  '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'));},
1839
1848
  'messages.requestUrlAuth':function(w,v){w.uint(428848198);var flags=0;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;w.uint(flags);if(_flags_1)w.object(v.peer);if(_flags_1)w.int(v.msgId);if(_flags_1)w.int(v.buttonId);if(_url)w.string(v.url);},
1840
- 'messages.acceptUrlAuth':function(w,v){w.uint(2972479781);var flags=0;if(v.writeAllowed===true)flags|=1;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;w.uint(flags);if(_flags_1)w.object(v.peer);if(_flags_1)w.int(v.msgId);if(_flags_1)w.int(v.buttonId);if(_url)w.string(v.url);},
1849
+ 'messages.acceptUrlAuth':function(w,v){w.uint(2972479781);var flags=0;if(v.writeAllowed===true)flags|=1;var _peer=v.peer!==undefined;var _msgId=v.msgId!==undefined;var _buttonId=v.buttonId!==undefined;var _flags_1=_peer||_msgId||_buttonId;if(_flags_1)flags|=2;var _url=v.url!==undefined;if(_url)flags|=4;if(v.sharePhoneNumber===true)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);},
1841
1850
  'messages.hidePeerSettingsBar':function(w,v){w.uint(1336717624);w.object(h(v,'peer'));},
1842
1851
  'messages.getScheduledHistory':function(w,v){w.uint(4111889931);w.object(h(v,'peer'));w.long(h(v,'hash'));},
1843
1852
  'messages.getScheduledMessages':function(w,v){w.uint(3183150180);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
@@ -1966,6 +1975,8 @@ var m={
1966
1975
  'messages.reorderPinnedForumTopics':function(w,v){w.uint(242762224);var flags=0;if(v.force===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.vector(w.int,h(v,'order'));},
1967
1976
  'messages.createForumTopic':function(w,v){w.uint(798540757);var flags=0;var _iconColor=v.iconColor!==undefined;if(_iconColor)flags|=1;var _sendAs=v.sendAs!==undefined;if(_sendAs)flags|=4;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=8;if(v.titleMissing===true)flags|=16;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'title'));if(_iconColor)w.int(v.iconColor);if(_iconEmojiId)w.long(v.iconEmojiId);w.long(h(v,'randomId'));if(_sendAs)w.object(v.sendAs);},
1968
1977
  'messages.deleteTopicHistory':function(w,v){w.uint(3531697936);w.object(h(v,'peer'));w.int(h(v,'topMsgId'));},
1978
+ 'messages.getEmojiGameInfo':function(w){w.uint(4219374759);},
1979
+ '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);},
1969
1980
  'updates.getState':function(w){w.uint(3990128682);},
1970
1981
  '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);},
1971
1982
  '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'));},
@@ -2066,6 +2077,7 @@ var m={
2066
2077
  'channels.getMessageAuthor':function(w,v){w.uint(3974275302);w.object(h(v,'channel'));w.int(h(v,'id'));},
2067
2078
  '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);},
2068
2079
  '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'));},
2069
2081
  'bots.sendCustomRequest':function(w,v){w.uint(2854709741);w.string(h(v,'customMethod'));w.object(h(v,'params'));},
2070
2082
  'bots.answerWebhookJSONQuery':function(w,v){w.uint(3860938573);w.long(h(v,'queryId'));w.object(h(v,'data'));},
2071
2083
  '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'));},
@@ -2144,7 +2156,7 @@ var m={
2144
2156
  'payments.toggleChatStarGiftNotifications':function(w,v){w.uint(1626009505);var flags=0;if(v.enabled===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
2145
2157
  'payments.toggleStarGiftsPinnedToTop':function(w,v){w.uint(353626032);w.object(h(v,'peer'));w.vector(w.object,h(v,'stargift'));},
2146
2158
  'payments.canPurchaseStore':function(w,v){w.uint(1339842215);w.object(h(v,'purpose'));},
2147
- 'payments.getResaleStarGifts':function(w,v){w.uint(2053087798);var flags=0;var _attributesHash=v.attributesHash!==undefined;if(_attributesHash)flags|=1;if(v.sortByPrice===true)flags|=2;if(v.sortByNum===true)flags|=4;var _attributes=v.attributes&&v.attributes.length;if(_attributes)flags|=8;w.uint(flags);if(_attributesHash)w.long(v.attributesHash);w.long(h(v,'giftId'));if(_attributes)w.vector(w.object,v.attributes);w.string(h(v,'offset'));w.int(h(v,'limit'));},
2159
+ 'payments.getResaleStarGifts':function(w,v){w.uint(2053087798);var flags=0;var _attributesHash=v.attributesHash!==undefined;if(_attributesHash)flags|=1;if(v.sortByPrice===true)flags|=2;if(v.sortByNum===true)flags|=4;var _attributes=v.attributes&&v.attributes.length;if(_attributes)flags|=8;if(v.forCraft===true)flags|=16;w.uint(flags);if(_attributesHash)w.long(v.attributesHash);w.long(h(v,'giftId'));if(_attributes)w.vector(w.object,v.attributes);w.string(h(v,'offset'));w.int(h(v,'limit'));},
2148
2160
  'payments.updateStarGiftPrice':function(w,v){w.uint(3988679883);w.object(h(v,'stargift'));w.object(h(v,'resellAmount'));},
2149
2161
  'payments.createStarGiftCollection':function(w,v){w.uint(524947079);w.object(h(v,'peer'));w.string(h(v,'title'));w.vector(w.object,h(v,'stargift'));},
2150
2162
  'payments.updateStarGiftCollection':function(w,v){w.uint(1339932391);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _deleteStargift=v.deleteStargift&&v.deleteStargift.length;if(_deleteStargift)flags|=2;var _addStargift=v.addStargift&&v.addStargift.length;if(_addStargift)flags|=4;var _order=v.order&&v.order.length;if(_order)flags|=8;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'collectionId'));if(_title)w.string(v.title);if(_deleteStargift)w.vector(w.object,v.deleteStargift);if(_addStargift)w.vector(w.object,v.addStargift);if(_order)w.vector(w.object,v.order);},
@@ -2159,6 +2171,8 @@ var m={
2159
2171
  'payments.resolveStarGiftOffer':function(w,v){w.uint(3922622492);var flags=0;if(v.decline===true)flags|=1;w.uint(flags);w.int(h(v,'offerMsgId'));},
2160
2172
  'payments.sendStarGiftOffer':function(w,v){w.uint(2411227969);var flags=0;var _allowPaidStars=v.allowPaidStars!==undefined;if(_allowPaidStars)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'slug'));w.object(h(v,'price'));w.int(h(v,'duration'));w.long(h(v,'randomId'));if(_allowPaidStars)w.long(v.allowPaidStars);},
2161
2173
  'payments.getStarGiftUpgradeAttributes':function(w,v){w.uint(1828948824);w.long(h(v,'giftId'));},
2174
+ 'payments.getCraftStarGifts':function(w,v){w.uint(4245019904);w.long(h(v,'giftId'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
2175
+ 'payments.craftStarGift':function(w,v){w.uint(2969135183);w.vector(w.object,h(v,'stargift'));},
2162
2176
  'stickers.createStickerSet':function(w,v){w.uint(2418125671);var flags=0;if(v.masks===true)flags|=1;var _thumb=v.thumb!==undefined;if(_thumb)flags|=4;var _software=v.software!==undefined;if(_software)flags|=8;if(v.emojis===true)flags|=32;if(v.textColor===true)flags|=64;w.uint(flags);w.object(h(v,'userId'));w.string(h(v,'title'));w.string(h(v,'shortName'));if(_thumb)w.object(v.thumb);w.vector(w.object,h(v,'stickers'));if(_software)w.string(v.software);},
2163
2177
  'stickers.removeStickerFromSet':function(w,v){w.uint(4151709521);w.object(h(v,'sticker'));},
2164
2178
  'stickers.changeStickerPosition':function(w,v){w.uint(4290172106);w.object(h(v,'sticker'));w.int(h(v,'position'));},
@@ -2283,8 +2297,6 @@ var m={
2283
2297
  'smsjobs.getSmsJob':function(w,v){w.uint(2005766191);w.string(h(v,'jobId'));},
2284
2298
  '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);},
2285
2299
  'fragment.getCollectibleInfo':function(w,v){w.uint(3189671354);w.object(h(v,'collectible'));},
2286
- 'messages.getEmojiGameInfo':function(w){w.uint(4219374759);},
2287
- '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);},
2288
2300
  '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);},
2289
2301
  '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'));},
2290
2302
  'channels.getForumTopicsByID':function(w,v){w.uint(2961383097);w.object(h(v,'channel'));w.vector(w.int,h(v,'topics'));},
@@ -2399,6 +2411,8 @@ _staticSize:{
2399
2411
  'messageActionPaidMessagesRefunded':16,
2400
2412
  'messageActionPaidMessagesPrice':16,
2401
2413
  'messageActionSuggestedPostRefund':8,
2414
+ 'messageActionNewCreatorPending':12,
2415
+ 'messageActionChangeCreator':12,
2402
2416
  'photoEmpty':12,
2403
2417
  'geoPointEmpty':4,
2404
2418
  'inputNotifyUsers':4,
@@ -2482,6 +2496,7 @@ _staticSize:{
2482
2496
  'updateReadMonoForumOutbox':28,
2483
2497
  'updateMonoForumNoPaidException':28,
2484
2498
  'updatePinnedForumTopic':24,
2499
+ 'updateStarGiftCraftFail':4,
2485
2500
  'updates.state':24,
2486
2501
  'updates.differenceEmpty':12,
2487
2502
  'updates.differenceTooLong':8,
@@ -2873,6 +2888,11 @@ _staticSize:{
2873
2888
  'starGiftAuctionRound':12,
2874
2889
  'starGiftAuctionRoundExtendable':20,
2875
2890
  'messages.emojiGameUnavailable':4,
2891
+ 'starGiftAttributeRarity':8,
2892
+ 'starGiftAttributeRarityUncommon':4,
2893
+ 'starGiftAttributeRarityRare':4,
2894
+ 'starGiftAttributeRarityEpic':4,
2895
+ 'starGiftAttributeRarityLegendary':4,
2876
2896
  'updateChannelPinnedTopic':20,
2877
2897
  'auth.logOut':4,
2878
2898
  'auth.resetAuthorizations':4,
@@ -2985,6 +3005,7 @@ _staticSize:{
2985
3005
  'messages.getEmojiStickerGroups':8,
2986
3006
  'messages.getAvailableEffects':8,
2987
3007
  'messages.getPaidReactionPrivacy':4,
3008
+ 'messages.getEmojiGameInfo':4,
2988
3009
  'updates.getState':4,
2989
3010
  'help.getConfig':4,
2990
3011
  'help.getNearestDc':4,
@@ -3035,7 +3056,6 @@ _staticSize:{
3035
3056
  'smsjobs.leave':4,
3036
3057
  'smsjobs.updateSettings':8,
3037
3058
  'smsjobs.getStatus':4,
3038
- 'messages.getEmojiGameInfo':4,
3039
3059
  'mt_dh_gen_ok':52,
3040
3060
  'mt_dh_gen_retry':52,
3041
3061
  'mt_dh_gen_fail':52,