@mtcute/tl 166.0.0 → 167.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
  'inputMediaPoll':function(w,v){w.uint(261416433);var flags=0;var _correctAnswers=v.correctAnswers&&v.correctAnswers.length;if(_correctAnswers)flags|=1;var _solution=v.solution!==undefined;var _solutionEntities=v.solutionEntities&&v.solutionEntities.length;var _flags_1=_solution||_solutionEntities;if(_flags_1)flags|=2;w.uint(flags);w.object(h(v,'poll'));if(_correctAnswers)w.vector(w.bytes,v.correctAnswers);if(_flags_1)w.string(v.solution);if(_flags_1)w.vector(w.object,v.solutionEntities);},
41
41
  'inputMediaDice':function(w,v){w.uint(3866083195);w.string(h(v,'emoticon'));},
42
42
  'inputMediaStory':function(w,v){w.uint(2315114360);w.object(h(v,'peer'));w.int(h(v,'id'));},
43
+ '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'));},
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(3948949285);var flags=0;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=1;var _firstName=v.firstName!==undefined;if(_firstName)flags|=2;var _lastName=v.lastName!==undefined;if(_lastName)flags|=4;var _username=v.username!==undefined;if(_username)flags|=8;var _phone=v.phone!==undefined;if(_phone)flags|=16;var _photo=v.photo!==undefined;if(_photo)flags|=32;var _status=v.status!==undefined;if(_status)flags|=64;if(v.self===true)flags|=1024;if(v.contact===true)flags|=2048;if(v.mutualContact===true)flags|=4096;if(v.deleted===true)flags|=8192;var _botInfoVersion=v.botInfoVersion!==undefined;var _flags_14=v.bot===true||_botInfoVersion;if(_flags_14)flags|=16384;if(v.botChatHistory===true)flags|=32768;if(v.botNochats===true)flags|=65536;if(v.verified===true)flags|=131072;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_18=v.restricted===true||_restrictionReason;if(_flags_18)flags|=262144;var _botInlinePlaceholder=v.botInlinePlaceholder!==undefined;if(_botInlinePlaceholder)flags|=524288;if(v.min===true)flags|=1048576;if(v.botInlineGeo===true)flags|=2097152;var _langCode=v.langCode!==undefined;if(_langCode)flags|=4194304;if(v.support===true)flags|=8388608;if(v.scam===true)flags|=16777216;if(v.applyMinPhoto===true)flags|=33554432;if(v.fake===true)flags|=67108864;if(v.botAttachMenu===true)flags|=134217728;if(v.premium===true)flags|=268435456;if(v.attachMenuEnabled===true)flags|=536870912;var _emojiStatus=v.emojiStatus!==undefined;if(_emojiStatus)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.botCanEdit===true)flags2|=2;if(v.closeFriend===true)flags2|=4;if(v.storiesHidden===true)flags2|=8;if(v.storiesUnavailable===true)flags2|=16;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=32;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags2|=64;var _color=v.color!==undefined;if(_color)flags2|=128;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);if(_firstName)w.string(v.firstName);if(_lastName)w.string(v.lastName);if(_username)w.string(v.username);if(_phone)w.string(v.phone);if(_photo)w.object(v.photo);if(_status)w.object(v.status);if(_flags_14)w.int(v.botInfoVersion);if(_flags_18)w.vector(w.object,v.restrictionReason);if(_botInlinePlaceholder)w.string(v.botInlinePlaceholder);if(_langCode)w.string(v.langCode);if(_emojiStatus)w.object(v.emojiStatus);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.int(v.storiesMaxId);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
75
+ 'user':function(w,v){w.uint(559694904);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;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);if(_firstName)w.string(v.firstName);if(_lastName)w.string(v.lastName);if(_username)w.string(v.username);if(_phone)w.string(v.phone);if(_photo)w.object(v.photo);if(_status)w.object(v.status);if(_flags_14)w.int(v.botInfoVersion);if(_flags_18)w.vector(w.object,v.restrictionReason);if(_botInlinePlaceholder)w.string(v.botInlinePlaceholder);if(_langCode)w.string(v.langCode);if(_emojiStatus)w.object(v.emojiStatus);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.int(v.storiesMaxId);if(_color)w.object(v.color);if(_profileColor)w.object(v.profileColor);},
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);},
@@ -83,10 +84,10 @@ var m={
83
84
  'chatEmpty':function(w,v){w.uint(693512293);w.int53(h(v,'id'));},
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
- 'channel':function(w,v){w.uint(427944574);var flags=0;if(v.creator===true)flags|=1;if(v.left===true)flags|=4;if(v.broadcast===true)flags|=32;var _username=v.username!==undefined;if(_username)flags|=64;if(v.verified===true)flags|=128;if(v.megagroup===true)flags|=256;var _restrictionReason=v.restrictionReason&&v.restrictionReason.length;var _flags_9=v.restricted===true||_restrictionReason;if(_flags_9)flags|=512;if(v.signatures===true)flags|=2048;if(v.min===true)flags|=4096;var _accessHash=v.accessHash!==undefined;if(_accessHash)flags|=8192;var _adminRights=v.adminRights!==undefined;if(_adminRights)flags|=16384;var _bannedRights=v.bannedRights!==undefined;if(_bannedRights)flags|=32768;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=131072;var _defaultBannedRights=v.defaultBannedRights!==undefined;if(_defaultBannedRights)flags|=262144;if(v.scam===true)flags|=524288;if(v.hasLink===true)flags|=1048576;if(v.hasGeo===true)flags|=2097152;if(v.slowmodeEnabled===true)flags|=4194304;if(v.callActive===true)flags|=8388608;if(v.callNotEmpty===true)flags|=16777216;if(v.fake===true)flags|=33554432;if(v.gigagroup===true)flags|=67108864;if(v.noforwards===true)flags|=134217728;if(v.joinToSend===true)flags|=268435456;if(v.joinRequest===true)flags|=536870912;if(v.forum===true)flags|=1073741824;w.uint(flags);var flags2=0;var _usernames=v.usernames&&v.usernames.length;if(_usernames)flags2|=1;if(v.storiesHidden===true)flags2|=2;if(v.storiesHiddenMin===true)flags2|=4;if(v.storiesUnavailable===true)flags2|=8;var _storiesMaxId=v.storiesMaxId!==undefined;if(_storiesMaxId)flags2|=16;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags2|=32;var _color=v.color!==undefined;if(_color)flags2|=64;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);w.string(h(v,'title'));if(_username)w.string(v.username);w.object(h(v,'photo'));w.int(h(v,'date'));if(_flags_9)w.vector(w.object,v.restrictionReason);if(_adminRights)w.object(v.adminRights);if(_bannedRights)w.object(v.bannedRights);if(_defaultBannedRights)w.object(v.defaultBannedRights);if(_participantsCount)w.int(v.participantsCount);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.int(v.storiesMaxId);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
87
+ 'channel':function(w,v){w.uint(2391264472);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;w.uint(flags2);w.int53(h(v,'id'));if(_accessHash)w.long(v.accessHash);w.string(h(v,'title'));if(_username)w.string(v.username);w.object(h(v,'photo'));w.int(h(v,'date'));if(_flags_9)w.vector(w.object,v.restrictionReason);if(_adminRights)w.object(v.adminRights);if(_bannedRights)w.object(v.bannedRights);if(_defaultBannedRights)w.object(v.defaultBannedRights);if(_participantsCount)w.int(v.participantsCount);if(_usernames)w.vector(w.object,v.usernames);if(_storiesMaxId)w.int(v.storiesMaxId);if(_color)w.object(v.color);},
87
88
  '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
89
  'chatFull':function(w,v){w.uint(3386052920);var flags=0;var _chatPhoto=v.chatPhoto!==undefined;if(_chatPhoto)flags|=4;var _botInfo=v.botInfo&&v.botInfo.length;if(_botInfo)flags|=8;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canSetUsername===true)flags|=128;if(v.hasScheduled===true)flags|=256;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _call=v.call!==undefined;if(_call)flags|=4096;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=32768;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=65536;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_17=_requestsPending||_recentRequesters;if(_flags_17)flags|=131072;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=262144;if(v.translationsDisabled===true)flags|=524288;w.uint(flags);w.int53(h(v,'id'));w.string(h(v,'about'));w.object(h(v,'participants'));if(_chatPhoto)w.object(v.chatPhoto);w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);if(_botInfo)w.vector(w.object,v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_folderId)w.int(v.folderId);if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_17)w.int(v.requestsPending);if(_flags_17)w.vector(w.long,v.recentRequesters);if(_availableReactions)w.object(v.availableReactions);},
89
- 'channelFull':function(w,v){w.uint(1915758525);var flags=0;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=1;var _adminsCount=v.adminsCount!==undefined;if(_adminsCount)flags|=2;var _kickedCount=v.kickedCount!==undefined;var _bannedCount=v.bannedCount!==undefined;var _flags_2=_kickedCount||_bannedCount;if(_flags_2)flags|=4;if(v.canViewParticipants===true)flags|=8;var _migratedFromChatId=v.migratedFromChatId!==undefined;var _migratedFromMaxId=v.migratedFromMaxId!==undefined;var _flags_4=_migratedFromChatId||_migratedFromMaxId;if(_flags_4)flags|=16;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=32;if(v.canSetUsername===true)flags|=64;if(v.canSetStickers===true)flags|=128;var _stickerset=v.stickerset!==undefined;if(_stickerset)flags|=256;var _availableMinId=v.availableMinId!==undefined;if(_availableMinId)flags|=512;if(v.hiddenPrehistory===true)flags|=1024;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _statsDc=v.statsDc!==undefined;if(_statsDc)flags|=4096;var _onlineCount=v.onlineCount!==undefined;if(_onlineCount)flags|=8192;var _linkedChatId=v.linkedChatId!==undefined;if(_linkedChatId)flags|=16384;var _location=v.location!==undefined;if(_location)flags|=32768;if(v.canSetLocation===true)flags|=65536;var _slowmodeSeconds=v.slowmodeSeconds!==undefined;if(_slowmodeSeconds)flags|=131072;var _slowmodeNextSendDate=v.slowmodeNextSendDate!==undefined;if(_slowmodeNextSendDate)flags|=262144;if(v.hasScheduled===true)flags|=524288;if(v.canViewStats===true)flags|=1048576;var _call=v.call!==undefined;if(_call)flags|=2097152;if(v.blocked===true)flags|=4194304;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8388608;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16777216;var _pendingSuggestions=v.pendingSuggestions&&v.pendingSuggestions.length;if(_pendingSuggestions)flags|=33554432;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=67108864;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=134217728;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_28=_requestsPending||_recentRequesters;if(_flags_28)flags|=268435456;var _defaultSendAs=v.defaultSendAs!==undefined;if(_defaultSendAs)flags|=536870912;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=1073741824;w.uint(flags);var flags2=0;if(v.canDeleteChannel===true)flags2|=1;if(v.antispam===true)flags2|=2;if(v.participantsHidden===true)flags2|=4;if(v.translationsDisabled===true)flags2|=8;var _stories=v.stories!==undefined;if(_stories)flags2|=16;if(v.storiesPinnedAvailable===true)flags2|=32;w.uint(flags2);w.int53(h(v,'id'));w.string(h(v,'about'));if(_participantsCount)w.int(v.participantsCount);if(_adminsCount)w.int(v.adminsCount);if(_flags_2)w.int(v.kickedCount);if(_flags_2)w.int(v.bannedCount);if(_onlineCount)w.int(v.onlineCount);w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.object(h(v,'chatPhoto'));w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);w.vector(w.object,h(v,'botInfo'));if(_flags_4)w.long(v.migratedFromChatId);if(_flags_4)w.int(v.migratedFromMaxId);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_stickerset)w.object(v.stickerset);if(_availableMinId)w.int(v.availableMinId);if(_folderId)w.int(v.folderId);if(_linkedChatId)w.int53(v.linkedChatId);if(_location)w.object(v.location);if(_slowmodeSeconds)w.int(v.slowmodeSeconds);if(_slowmodeNextSendDate)w.int(v.slowmodeNextSendDate);if(_statsDc)w.int(v.statsDc);w.int(h(v,'pts'));if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_pendingSuggestions)w.vector(w.string,v.pendingSuggestions);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_28)w.int(v.requestsPending);if(_flags_28)w.vector(w.long,v.recentRequesters);if(_defaultSendAs)w.object(v.defaultSendAs);if(_availableReactions)w.object(v.availableReactions);if(_stories)w.object(v.stories);},
90
+ 'channelFull':function(w,v){w.uint(1915758525);var flags=0;var _participantsCount=v.participantsCount!==undefined;if(_participantsCount)flags|=1;var _adminsCount=v.adminsCount!==undefined;if(_adminsCount)flags|=2;var _kickedCount=v.kickedCount!==undefined;var _bannedCount=v.bannedCount!==undefined;var _flags_2=_kickedCount||_bannedCount;if(_flags_2)flags|=4;if(v.canViewParticipants===true)flags|=8;var _migratedFromChatId=v.migratedFromChatId!==undefined;var _migratedFromMaxId=v.migratedFromMaxId!==undefined;var _flags_4=_migratedFromChatId||_migratedFromMaxId;if(_flags_4)flags|=16;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=32;if(v.canSetUsername===true)flags|=64;if(v.canSetStickers===true)flags|=128;var _stickerset=v.stickerset!==undefined;if(_stickerset)flags|=256;var _availableMinId=v.availableMinId!==undefined;if(_availableMinId)flags|=512;if(v.hiddenPrehistory===true)flags|=1024;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;var _statsDc=v.statsDc!==undefined;if(_statsDc)flags|=4096;var _onlineCount=v.onlineCount!==undefined;if(_onlineCount)flags|=8192;var _linkedChatId=v.linkedChatId!==undefined;if(_linkedChatId)flags|=16384;var _location=v.location!==undefined;if(_location)flags|=32768;if(v.canSetLocation===true)flags|=65536;var _slowmodeSeconds=v.slowmodeSeconds!==undefined;if(_slowmodeSeconds)flags|=131072;var _slowmodeNextSendDate=v.slowmodeNextSendDate!==undefined;if(_slowmodeNextSendDate)flags|=262144;if(v.hasScheduled===true)flags|=524288;if(v.canViewStats===true)flags|=1048576;var _call=v.call!==undefined;if(_call)flags|=2097152;if(v.blocked===true)flags|=4194304;var _exportedInvite=v.exportedInvite!==undefined;if(_exportedInvite)flags|=8388608;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16777216;var _pendingSuggestions=v.pendingSuggestions&&v.pendingSuggestions.length;if(_pendingSuggestions)flags|=33554432;var _groupcallDefaultJoinAs=v.groupcallDefaultJoinAs!==undefined;if(_groupcallDefaultJoinAs)flags|=67108864;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=134217728;var _requestsPending=v.requestsPending!==undefined;var _recentRequesters=v.recentRequesters&&v.recentRequesters.length;var _flags_28=_requestsPending||_recentRequesters;if(_flags_28)flags|=268435456;var _defaultSendAs=v.defaultSendAs!==undefined;if(_defaultSendAs)flags|=536870912;var _availableReactions=v.availableReactions!==undefined;if(_availableReactions)flags|=1073741824;w.uint(flags);var flags2=0;if(v.canDeleteChannel===true)flags2|=1;if(v.antispam===true)flags2|=2;if(v.participantsHidden===true)flags2|=4;if(v.translationsDisabled===true)flags2|=8;var _stories=v.stories!==undefined;if(_stories)flags2|=16;if(v.storiesPinnedAvailable===true)flags2|=32;if(v.viewForumAsMessages===true)flags2|=64;w.uint(flags2);w.int53(h(v,'id'));w.string(h(v,'about'));if(_participantsCount)w.int(v.participantsCount);if(_adminsCount)w.int(v.adminsCount);if(_flags_2)w.int(v.kickedCount);if(_flags_2)w.int(v.bannedCount);if(_onlineCount)w.int(v.onlineCount);w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.object(h(v,'chatPhoto'));w.object(h(v,'notifySettings'));if(_exportedInvite)w.object(v.exportedInvite);w.vector(w.object,h(v,'botInfo'));if(_flags_4)w.long(v.migratedFromChatId);if(_flags_4)w.int(v.migratedFromMaxId);if(_pinnedMsgId)w.int(v.pinnedMsgId);if(_stickerset)w.object(v.stickerset);if(_availableMinId)w.int(v.availableMinId);if(_folderId)w.int(v.folderId);if(_linkedChatId)w.int53(v.linkedChatId);if(_location)w.object(v.location);if(_slowmodeSeconds)w.int(v.slowmodeSeconds);if(_slowmodeNextSendDate)w.int(v.slowmodeNextSendDate);if(_statsDc)w.int(v.statsDc);w.int(h(v,'pts'));if(_call)w.object(v.call);if(_ttlPeriod)w.int(v.ttlPeriod);if(_pendingSuggestions)w.vector(w.string,v.pendingSuggestions);if(_groupcallDefaultJoinAs)w.object(v.groupcallDefaultJoinAs);if(_themeEmoticon)w.string(v.themeEmoticon);if(_flags_28)w.int(v.requestsPending);if(_flags_28)w.vector(w.long,v.recentRequesters);if(_defaultSendAs)w.object(v.defaultSendAs);if(_availableReactions)w.object(v.availableReactions);if(_stories)w.object(v.stories);},
90
91
  'chatParticipant':function(w,v){w.uint(3224190983);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));},
91
92
  'chatParticipantCreator':function(w,v){w.uint(3832270564);w.int53(h(v,'userId'));},
92
93
  'chatParticipantAdmin':function(w,v){w.uint(2694004571);w.int53(h(v,'userId'));w.int53(h(v,'inviterId'));w.int(h(v,'date'));},
@@ -111,6 +112,7 @@ var m={
111
112
  'messageMediaPoll':function(w,v){w.uint(1272375192);w.object(h(v,'poll'));w.object(h(v,'results'));},
112
113
  'messageMediaDice':function(w,v){w.uint(1065280907);w.int(h(v,'value'));w.string(h(v,'emoticon'));},
113
114
  'messageMediaStory':function(w,v){w.uint(1758159491);var flags=0;var _story=v.story!==undefined;if(_story)flags|=1;if(v.viaMention===true)flags|=2;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_story)w.object(v.story);},
115
+ 'messageMediaGiveaway':function(w,v){w.uint(1478887012);var flags=0;if(v.onlyNewSubscribers===true)flags|=1;var _countriesIso2=v.countriesIso2&&v.countriesIso2.length;if(_countriesIso2)flags|=2;w.uint(flags);w.vector(w.int53,h(v,'channels'));if(_countriesIso2)w.vector(w.string,v.countriesIso2);w.int(h(v,'quantity'));w.int(h(v,'months'));w.int(h(v,'untilDate'));},
114
116
  'messageActionEmpty':function(w){w.uint(3064919984);},
115
117
  'messageActionChatCreate':function(w,v){w.uint(3175599021);w.string(h(v,'title'));w.vector(w.int53,h(v,'users'));},
116
118
  'messageActionChatEditTitle':function(w,v){w.uint(3047280218);w.string(h(v,'title'));},
@@ -148,9 +150,11 @@ var m={
148
150
  'messageActionTopicEdit':function(w,v){w.uint(3230943264);var flags=0;var _title=v.title!==undefined;if(_title)flags|=1;var _iconEmojiId=v.iconEmojiId!==undefined;if(_iconEmojiId)flags|=2;var _closed=v.closed!==undefined;if(_closed)flags|=4;var _hidden=v.hidden!==undefined;if(_hidden)flags|=8;w.uint(flags);if(_title)w.string(v.title);if(_iconEmojiId)w.long(v.iconEmojiId);if(_closed)w.boolean(v.closed);if(_hidden)w.boolean(v.hidden);},
149
151
  'messageActionSuggestProfilePhoto':function(w,v){w.uint(1474192222);w.object(h(v,'photo'));},
150
152
  'messageActionRequestedPeer':function(w,v){w.uint(4269225053);w.int(h(v,'buttonId'));w.object(h(v,'peer'));},
151
- 'messageActionSetChatWallPaper':function(w,v){w.uint(3158616359);w.object(h(v,'wallpaper'));},
153
+ 'messageActionSetChatWallPaper':function(w,v){w.uint(1348510708);var flags=0;if(v.same===true)flags|=1;if(v.forBoth===true)flags|=2;w.uint(flags);w.object(h(v,'wallpaper'));},
152
154
  'messageActionSetSameChatWallPaper':function(w,v){w.uint(3229121901);w.object(h(v,'wallpaper'));},
153
- 'dialog':function(w,v){w.uint(3582593222);var flags=0;var _pts=v.pts!==undefined;if(_pts)flags|=1;var _draft=v.draft!==undefined;if(_draft)flags|=2;if(v.pinned===true)flags|=4;if(v.unreadMark===true)flags|=8;var _folderId=v.folderId!==undefined;if(_folderId)flags|=16;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=32;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'readInboxMaxId'));w.int(h(v,'readOutboxMaxId'));w.int(h(v,'unreadCount'));w.int(h(v,'unreadMentionsCount'));w.int(h(v,'unreadReactionsCount'));w.object(h(v,'notifySettings'));if(_pts)w.int(v.pts);if(_draft)w.object(v.draft);if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);},
155
+ 'messageActionGiftCode':function(w,v){w.uint(3536837390);var flags=0;if(v.viaGiveaway===true)flags|=1;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=2;if(v.unclaimed===true)flags|=4;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);w.int(h(v,'months'));w.string(h(v,'slug'));},
156
+ 'messageActionGiveawayLaunch':function(w){w.uint(858499565);},
157
+ '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);},
154
158
  'dialogFolder':function(w,v){w.uint(1908216652);var flags=0;if(v.pinned===true)flags|=4;w.uint(flags);w.object(h(v,'folder'));w.object(h(v,'peer'));w.int(h(v,'topMessage'));w.int(h(v,'unreadMutedPeersCount'));w.int(h(v,'unreadUnmutedPeersCount'));w.int(h(v,'unreadMutedMessagesCount'));w.int(h(v,'unreadUnmutedMessagesCount'));},
155
159
  'photoEmpty':function(w,v){w.uint(590459437);w.long(h(v,'id'));},
156
160
  'photo':function(w,v){w.uint(4212750949);var flags=0;if(v.hasStickers===true)flags|=1;var _videoSizes=v.videoSizes&&v.videoSizes.length;if(_videoSizes)flags|=2;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.bytes(h(v,'fileReference'));w.int(h(v,'date'));w.vector(w.object,h(v,'sizes'));if(_videoSizes)w.vector(w.object,v.videoSizes);w.int(h(v,'dcId'));},
@@ -187,7 +191,7 @@ var m={
187
191
  'inputReportReasonFake':function(w){w.uint(4124956391);},
188
192
  'inputReportReasonIllegalDrugs':function(w){w.uint(177124030);},
189
193
  'inputReportReasonPersonalDetails':function(w){w.uint(2663876157);},
190
- 'userFull':function(w,v){w.uint(3115396204);var flags=0;if(v.blocked===true)flags|=1;var _about=v.about!==undefined;if(_about)flags|=2;var _profilePhoto=v.profilePhoto!==undefined;if(_profilePhoto)flags|=4;var _botInfo=v.botInfo!==undefined;if(_botInfo)flags|=8;if(v.phoneCallsAvailable===true)flags|=16;if(v.phoneCallsPrivate===true)flags|=32;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canPinMessage===true)flags|=128;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;if(v.hasScheduled===true)flags|=4096;if(v.videoCallsAvailable===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=32768;var _privateForwardName=v.privateForwardName!==undefined;if(_privateForwardName)flags|=65536;var _botGroupAdminRights=v.botGroupAdminRights!==undefined;if(_botGroupAdminRights)flags|=131072;var _botBroadcastAdminRights=v.botBroadcastAdminRights!==undefined;if(_botBroadcastAdminRights)flags|=262144;var _premiumGifts=v.premiumGifts&&v.premiumGifts.length;if(_premiumGifts)flags|=524288;if(v.voiceMessagesForbidden===true)flags|=1048576;var _personalPhoto=v.personalPhoto!==undefined;if(_personalPhoto)flags|=2097152;var _fallbackPhoto=v.fallbackPhoto!==undefined;if(_fallbackPhoto)flags|=4194304;if(v.translationsDisabled===true)flags|=8388608;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=16777216;var _stories=v.stories!==undefined;if(_stories)flags|=33554432;if(v.storiesPinnedAvailable===true)flags|=67108864;if(v.blockedMyStoriesFrom===true)flags|=134217728;w.uint(flags);w.int53(h(v,'id'));if(_about)w.string(v.about);w.object(h(v,'settings'));if(_personalPhoto)w.object(v.personalPhoto);if(_profilePhoto)w.object(v.profilePhoto);if(_fallbackPhoto)w.object(v.fallbackPhoto);w.object(h(v,'notifySettings'));if(_botInfo)w.object(v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);w.int(h(v,'commonChatsCount'));if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);if(_themeEmoticon)w.string(v.themeEmoticon);if(_privateForwardName)w.string(v.privateForwardName);if(_botGroupAdminRights)w.object(v.botGroupAdminRights);if(_botBroadcastAdminRights)w.object(v.botBroadcastAdminRights);if(_premiumGifts)w.vector(w.object,v.premiumGifts);if(_wallpaper)w.object(v.wallpaper);if(_stories)w.object(v.stories);},
194
+ 'userFull':function(w,v){w.uint(3115396204);var flags=0;if(v.blocked===true)flags|=1;var _about=v.about!==undefined;if(_about)flags|=2;var _profilePhoto=v.profilePhoto!==undefined;if(_profilePhoto)flags|=4;var _botInfo=v.botInfo!==undefined;if(_botInfo)flags|=8;if(v.phoneCallsAvailable===true)flags|=16;if(v.phoneCallsPrivate===true)flags|=32;var _pinnedMsgId=v.pinnedMsgId!==undefined;if(_pinnedMsgId)flags|=64;if(v.canPinMessage===true)flags|=128;var _folderId=v.folderId!==undefined;if(_folderId)flags|=2048;if(v.hasScheduled===true)flags|=4096;if(v.videoCallsAvailable===true)flags|=8192;var _ttlPeriod=v.ttlPeriod!==undefined;if(_ttlPeriod)flags|=16384;var _themeEmoticon=v.themeEmoticon!==undefined;if(_themeEmoticon)flags|=32768;var _privateForwardName=v.privateForwardName!==undefined;if(_privateForwardName)flags|=65536;var _botGroupAdminRights=v.botGroupAdminRights!==undefined;if(_botGroupAdminRights)flags|=131072;var _botBroadcastAdminRights=v.botBroadcastAdminRights!==undefined;if(_botBroadcastAdminRights)flags|=262144;var _premiumGifts=v.premiumGifts&&v.premiumGifts.length;if(_premiumGifts)flags|=524288;if(v.voiceMessagesForbidden===true)flags|=1048576;var _personalPhoto=v.personalPhoto!==undefined;if(_personalPhoto)flags|=2097152;var _fallbackPhoto=v.fallbackPhoto!==undefined;if(_fallbackPhoto)flags|=4194304;if(v.translationsDisabled===true)flags|=8388608;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=16777216;var _stories=v.stories!==undefined;if(_stories)flags|=33554432;if(v.storiesPinnedAvailable===true)flags|=67108864;if(v.blockedMyStoriesFrom===true)flags|=134217728;if(v.wallpaperOverridden===true)flags|=268435456;w.uint(flags);w.int53(h(v,'id'));if(_about)w.string(v.about);w.object(h(v,'settings'));if(_personalPhoto)w.object(v.personalPhoto);if(_profilePhoto)w.object(v.profilePhoto);if(_fallbackPhoto)w.object(v.fallbackPhoto);w.object(h(v,'notifySettings'));if(_botInfo)w.object(v.botInfo);if(_pinnedMsgId)w.int(v.pinnedMsgId);w.int(h(v,'commonChatsCount'));if(_folderId)w.int(v.folderId);if(_ttlPeriod)w.int(v.ttlPeriod);if(_themeEmoticon)w.string(v.themeEmoticon);if(_privateForwardName)w.string(v.privateForwardName);if(_botGroupAdminRights)w.object(v.botGroupAdminRights);if(_botBroadcastAdminRights)w.object(v.botBroadcastAdminRights);if(_premiumGifts)w.vector(w.object,v.premiumGifts);if(_wallpaper)w.object(v.wallpaper);if(_stories)w.object(v.stories);},
191
195
  'contact':function(w,v){w.uint(341499403);w.int53(h(v,'userId'));w.boolean(h(v,'mutual'));},
192
196
  'importedContact':function(w,v){w.uint(3242081360);w.int53(h(v,'userId'));w.long(h(v,'clientId'));},
193
197
  'contactStatus':function(w,v){w.uint(383348795);w.int53(h(v,'userId'));w.object(h(v,'status'));},
@@ -333,14 +337,15 @@ var m={
333
337
  'updateMessageExtendedMedia':function(w,v){w.uint(1517529484);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.object(h(v,'extendedMedia'));},
334
338
  'updateChannelPinnedTopic':function(w,v){w.uint(422509539);var flags=0;if(v.pinned===true)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));w.int(h(v,'topicId'));},
335
339
  'updateChannelPinnedTopics':function(w,v){w.uint(4263085570);var flags=0;var _order=v.order&&v.order.length;if(_order)flags|=1;w.uint(flags);w.int53(h(v,'channelId'));if(_order)w.vector(w.int,v.order);},
336
- 'updateUser':function(w,v){w.uint(542282808);w.long(h(v,'userId'));},
340
+ 'updateUser':function(w,v){w.uint(542282808);w.int53(h(v,'userId'));},
337
341
  'updateAutoSaveSettings':function(w){w.uint(3959795863);},
338
- 'updateGroupInvitePrivacyForbidden':function(w,v){w.uint(3438316246);w.long(h(v,'userId'));},
342
+ 'updateGroupInvitePrivacyForbidden':function(w,v){w.uint(3438316246);w.int53(h(v,'userId'));},
339
343
  'updateStory':function(w,v){w.uint(1974712216);w.object(h(v,'peer'));w.object(h(v,'story'));},
340
344
  'updateReadStories':function(w,v){w.uint(4149121835);w.object(h(v,'peer'));w.int(h(v,'maxId'));},
341
345
  'updateStoryID':function(w,v){w.uint(468923833);w.int(h(v,'id'));w.long(h(v,'randomId'));},
342
346
  'updateStoriesStealthMode':function(w,v){w.uint(738741697);w.object(h(v,'stealthMode'));},
343
347
  'updateSentStoryReaction':function(w,v){w.uint(2103604867);w.object(h(v,'peer'));w.int(h(v,'storyId'));w.object(h(v,'reaction'));},
348
+ 'updateBotChatBoost':function(w,v){w.uint(2421019804);w.object(h(v,'peer'));w.object(h(v,'boost'));w.int(h(v,'qts'));},
344
349
  'updates.state':function(w,v){w.uint(2775329342);w.int(h(v,'pts'));w.int(h(v,'qts'));w.int(h(v,'date'));w.int(h(v,'seq'));w.int(h(v,'unreadCount'));},
345
350
  'updates.differenceEmpty':function(w,v){w.uint(1567990072);w.int(h(v,'date'));w.int(h(v,'seq'));},
346
351
  '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'));},
@@ -534,10 +539,10 @@ var m={
534
539
  'messageEntityCashtag':function(w,v){w.uint(1280209983);w.int(h(v,'offset'));w.int(h(v,'length'));},
535
540
  'messageEntityUnderline':function(w,v){w.uint(2622389899);w.int(h(v,'offset'));w.int(h(v,'length'));},
536
541
  'messageEntityStrike':function(w,v){w.uint(3204879316);w.int(h(v,'offset'));w.int(h(v,'length'));},
537
- 'messageEntityBlockquote':function(w,v){w.uint(34469328);w.int(h(v,'offset'));w.int(h(v,'length'));},
538
542
  'messageEntityBankCard':function(w,v){w.uint(1981704948);w.int(h(v,'offset'));w.int(h(v,'length'));},
539
543
  'messageEntitySpoiler':function(w,v){w.uint(852137487);w.int(h(v,'offset'));w.int(h(v,'length'));},
540
544
  'messageEntityCustomEmoji':function(w,v){w.uint(3369010680);w.int(h(v,'offset'));w.int(h(v,'length'));w.long(h(v,'documentId'));},
545
+ 'messageEntityBlockquote':function(w,v){w.uint(34469328);w.int(h(v,'offset'));w.int(h(v,'length'));},
541
546
  'inputChannelEmpty':function(w){w.uint(4002160262);},
542
547
  'inputChannel':function(w,v){w.uint(4082822184);w.int53(h(v,'channelId'));w.long(h(v,'accessHash'));},
543
548
  'inputChannelFromMessage':function(w,v){w.uint(1536380829);w.object(h(v,'peer'));w.int(h(v,'msgId'));w.int53(h(v,'channelId'));},
@@ -575,6 +580,7 @@ var m={
575
580
  'inputBotInlineMessageMediaContact':function(w,v){w.uint(2800599037);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'vcard'));if(_replyMarkup)w.object(v.replyMarkup);},
576
581
  'inputBotInlineMessageGame':function(w,v){w.uint(1262639204);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);if(_replyMarkup)w.object(v.replyMarkup);},
577
582
  'inputBotInlineMessageMediaInvoice':function(w,v){w.uint(3622273573);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.object(h(v,'invoice'));w.bytes(h(v,'payload'));w.string(h(v,'provider'));w.object(h(v,'providerData'));if(_replyMarkup)w.object(v.replyMarkup);},
583
+ 'inputBotInlineMessageMediaWebPage':function(w,v){w.uint(3185362192);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;if(v.forceLargeMedia===true)flags|=16;if(v.forceSmallMedia===true)flags|=32;if(v.optional===true)flags|=64;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);w.string(h(v,'url'));if(_replyMarkup)w.object(v.replyMarkup);},
578
584
  'inputBotInlineResult':function(w,v){w.uint(2294256409);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _description=v.description!==undefined;if(_description)flags|=4;var _url=v.url!==undefined;if(_url)flags|=8;var _thumb=v.thumb!==undefined;if(_thumb)flags|=16;var _content=v.content!==undefined;if(_content)flags|=32;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_url)w.string(v.url);if(_thumb)w.object(v.thumb);if(_content)w.object(v.content);w.object(h(v,'sendMessage'));},
579
585
  'inputBotInlineResultPhoto':function(w,v){w.uint(2832753831);w.string(h(v,'id'));w.string(h(v,'type'));w.object(h(v,'photo'));w.object(h(v,'sendMessage'));},
580
586
  'inputBotInlineResultDocument':function(w,v){w.uint(4294507972);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _description=v.description!==undefined;if(_description)flags|=4;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_title)w.string(v.title);if(_description)w.string(v.description);w.object(h(v,'document'));w.object(h(v,'sendMessage'));},
@@ -585,6 +591,7 @@ var m={
585
591
  'botInlineMessageMediaVenue':function(w,v){w.uint(2324063644);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.object(h(v,'geo'));w.string(h(v,'title'));w.string(h(v,'address'));w.string(h(v,'provider'));w.string(h(v,'venueId'));w.string(h(v,'venueType'));if(_replyMarkup)w.object(v.replyMarkup);},
586
592
  'botInlineMessageMediaContact':function(w,v){w.uint(416402882);var flags=0;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;w.uint(flags);w.string(h(v,'phoneNumber'));w.string(h(v,'firstName'));w.string(h(v,'lastName'));w.string(h(v,'vcard'));if(_replyMarkup)w.object(v.replyMarkup);},
587
593
  'botInlineMessageMediaInvoice':function(w,v){w.uint(894081801);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;if(v.shippingAddressRequested===true)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.test===true)flags|=8;w.uint(flags);w.string(h(v,'title'));w.string(h(v,'description'));if(_photo)w.object(v.photo);w.string(h(v,'currency'));w.long(h(v,'totalAmount'));if(_replyMarkup)w.object(v.replyMarkup);},
594
+ 'botInlineMessageMediaWebPage':function(w,v){w.uint(2157631910);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;if(v.forceLargeMedia===true)flags|=16;if(v.forceSmallMedia===true)flags|=32;if(v.manual===true)flags|=128;if(v.safe===true)flags|=256;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);w.string(h(v,'url'));if(_replyMarkup)w.object(v.replyMarkup);},
588
595
  'botInlineResult':function(w,v){w.uint(295067450);var flags=0;var _title=v.title!==undefined;if(_title)flags|=2;var _description=v.description!==undefined;if(_description)flags|=4;var _url=v.url!==undefined;if(_url)flags|=8;var _thumb=v.thumb!==undefined;if(_thumb)flags|=16;var _content=v.content!==undefined;if(_content)flags|=32;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_title)w.string(v.title);if(_description)w.string(v.description);if(_url)w.string(v.url);if(_thumb)w.object(v.thumb);if(_content)w.object(v.content);w.object(h(v,'sendMessage'));},
589
596
  'botInlineMediaResult':function(w,v){w.uint(400266251);var flags=0;var _photo=v.photo!==undefined;if(_photo)flags|=1;var _document=v.document!==undefined;if(_document)flags|=2;var _title=v.title!==undefined;if(_title)flags|=4;var _description=v.description!==undefined;if(_description)flags|=8;w.uint(flags);w.string(h(v,'id'));w.string(h(v,'type'));if(_photo)w.object(v.photo);if(_document)w.object(v.document);if(_title)w.string(v.title);if(_description)w.string(v.description);w.object(h(v,'sendMessage'));},
590
597
  'messages.botResults':function(w,v){w.uint(3760321270);var flags=0;if(v.gallery===true)flags|=1;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=2;var _switchPm=v.switchPm!==undefined;if(_switchPm)flags|=4;var _switchWebview=v.switchWebview!==undefined;if(_switchWebview)flags|=8;w.uint(flags);w.long(h(v,'queryId'));if(_nextOffset)w.string(v.nextOffset);if(_switchPm)w.object(v.switchPm);if(_switchWebview)w.object(v.switchWebview);w.vector(w.object,h(v,'results'));w.int(h(v,'cacheTime'));w.vector(w.object,h(v,'users'));},
@@ -783,6 +790,8 @@ var m={
783
790
  'channelAdminLogEventActionDeleteTopic':function(w,v){w.uint(2920712457);w.object(h(v,'topic'));},
784
791
  'channelAdminLogEventActionPinTopic':function(w,v){w.uint(1569535291);var flags=0;var _prevTopic=v.prevTopic!==undefined;if(_prevTopic)flags|=1;var _newTopic=v.newTopic!==undefined;if(_newTopic)flags|=2;w.uint(flags);if(_prevTopic)w.object(v.prevTopic);if(_newTopic)w.object(v.newTopic);},
785
792
  'channelAdminLogEventActionToggleAntiSpam':function(w,v){w.uint(1693675004);w.boolean(h(v,'newValue'));},
793
+ 'channelAdminLogEventActionChangeColor':function(w,v){w.uint(1009460347);w.int(h(v,'prevValue'));w.int(h(v,'newValue'));},
794
+ 'channelAdminLogEventActionChangeBackgroundEmoji':function(w,v){w.uint(1147126836);w.long(h(v,'prevValue'));w.long(h(v,'newValue'));},
786
795
  'channelAdminLogEvent':function(w,v){w.uint(531458253);w.long(h(v,'id'));w.int(h(v,'date'));w.int53(h(v,'userId'));w.object(h(v,'action'));},
787
796
  'channels.adminLogResults':function(w,v){w.uint(3985307469);w.vector(w.object,h(v,'events'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
788
797
  'channelAdminLogEventsFilter':function(w,v){w.uint(3926948580);var flags=0;if(v.join===true)flags|=1;if(v.leave===true)flags|=2;if(v.invite===true)flags|=4;if(v.ban===true)flags|=8;if(v.unban===true)flags|=16;if(v.kick===true)flags|=32;if(v.unkick===true)flags|=64;if(v.promote===true)flags|=128;if(v.demote===true)flags|=256;if(v.info===true)flags|=512;if(v.settings===true)flags|=1024;if(v.pinned===true)flags|=2048;if(v.edit===true)flags|=4096;if(v.delete===true)flags|=8192;if(v.groupCall===true)flags|=16384;if(v.invites===true)flags|=32768;if(v.send===true)flags|=65536;if(v.forums===true)flags|=131072;w.uint(flags);},
@@ -950,7 +959,7 @@ var m={
950
959
  'statsGraphError':function(w,v){w.uint(3202127906);w.string(h(v,'error'));},
951
960
  'statsGraph':function(w,v){w.uint(2393138358);var flags=0;var _zoomToken=v.zoomToken!==undefined;if(_zoomToken)flags|=1;w.uint(flags);w.object(h(v,'json'));if(_zoomToken)w.string(v.zoomToken);},
952
961
  'messageInteractionCounters':function(w,v){w.uint(2907687357);w.int(h(v,'msgId'));w.int(h(v,'views'));w.int(h(v,'forwards'));},
953
- 'stats.broadcastStats':function(w,v){w.uint(3187114900);w.object(h(v,'period'));w.object(h(v,'followers'));w.object(h(v,'viewsPerPost'));w.object(h(v,'sharesPerPost'));w.object(h(v,'enabledNotifications'));w.object(h(v,'growthGraph'));w.object(h(v,'followersGraph'));w.object(h(v,'muteGraph'));w.object(h(v,'topHoursGraph'));w.object(h(v,'interactionsGraph'));w.object(h(v,'ivInteractionsGraph'));w.object(h(v,'viewsBySourceGraph'));w.object(h(v,'newFollowersBySourceGraph'));w.object(h(v,'languagesGraph'));w.vector(w.object,h(v,'recentMessageInteractions'));},
962
+ 'stats.broadcastStats':function(w,v){w.uint(963421692);w.object(h(v,'period'));w.object(h(v,'followers'));w.object(h(v,'viewsPerPost'));w.object(h(v,'sharesPerPost'));w.object(h(v,'reactionsPerPost'));w.object(h(v,'viewsPerStory'));w.object(h(v,'sharesPerStory'));w.object(h(v,'reactionsPerStory'));w.object(h(v,'enabledNotifications'));w.object(h(v,'growthGraph'));w.object(h(v,'followersGraph'));w.object(h(v,'muteGraph'));w.object(h(v,'topHoursGraph'));w.object(h(v,'interactionsGraph'));w.object(h(v,'ivInteractionsGraph'));w.object(h(v,'viewsBySourceGraph'));w.object(h(v,'newFollowersBySourceGraph'));w.object(h(v,'languagesGraph'));w.object(h(v,'reactionsByEmotionGraph'));w.object(h(v,'storyInteractionsGraph'));w.object(h(v,'storyReactionsByEmotionGraph'));w.vector(w.object,h(v,'recentPostsInteractions'));},
954
963
  'help.promoDataEmpty':function(w,v){w.uint(2566302837);w.int(h(v,'expires'));},
955
964
  'help.promoData':function(w,v){w.uint(2352576831);var flags=0;if(v.proxy===true)flags|=1;var _psaType=v.psaType!==undefined;if(_psaType)flags|=2;var _psaMessage=v.psaMessage!==undefined;if(_psaMessage)flags|=4;w.uint(flags);w.int(h(v,'expires'));w.object(h(v,'peer'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));if(_psaType)w.string(v.psaType);if(_psaMessage)w.string(v.psaMessage);},
956
965
  'videoSize':function(w,v){w.uint(3727929492);var flags=0;var _videoStartTs=v.videoStartTs!==undefined;if(_videoStartTs)flags|=1;w.uint(flags);w.string(h(v,'type'));w.int(h(v,'w'));w.int(h(v,'h'));w.int(h(v,'size'));if(_videoStartTs)w.double(v.videoStartTs);},
@@ -968,11 +977,11 @@ var m={
968
977
  'messageViews':function(w,v){w.uint(1163625789);var flags=0;var _views=v.views!==undefined;if(_views)flags|=1;var _forwards=v.forwards!==undefined;if(_forwards)flags|=2;var _replies=v.replies!==undefined;if(_replies)flags|=4;w.uint(flags);if(_views)w.int(v.views);if(_forwards)w.int(v.forwards);if(_replies)w.object(v.replies);},
969
978
  'messages.messageViews':function(w,v){w.uint(3066361155);w.vector(w.object,h(v,'views'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
970
979
  'messages.discussionMessage':function(w,v){w.uint(2788431746);var flags=0;var _maxId=v.maxId!==undefined;if(_maxId)flags|=1;var _readInboxMaxId=v.readInboxMaxId!==undefined;if(_readInboxMaxId)flags|=2;var _readOutboxMaxId=v.readOutboxMaxId!==undefined;if(_readOutboxMaxId)flags|=4;w.uint(flags);w.vector(w.object,h(v,'messages'));if(_maxId)w.int(v.maxId);if(_readInboxMaxId)w.int(v.readInboxMaxId);if(_readOutboxMaxId)w.int(v.readOutboxMaxId);w.int(h(v,'unreadCount'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
971
- 'messageReplyHeader':function(w,v){w.uint(1860946621);var flags=0;var _replyToPeerId=v.replyToPeerId!==undefined;if(_replyToPeerId)flags|=1;var _replyToTopId=v.replyToTopId!==undefined;if(_replyToTopId)flags|=2;if(v.replyToScheduled===true)flags|=4;if(v.forumTopic===true)flags|=8;var _replyToMsgId=v.replyToMsgId!==undefined;if(_replyToMsgId)flags|=16;var _replyFrom=v.replyFrom!==undefined;if(_replyFrom)flags|=32;var _quoteText=v.quoteText!==undefined;if(_quoteText)flags|=64;var _quoteEntities=v.quoteEntities&&v.quoteEntities.length;if(_quoteEntities)flags|=128;var _replyMedia=v.replyMedia!==undefined;if(_replyMedia)flags|=256;if(v.quote===true)flags|=512;w.uint(flags);if(_replyToMsgId)w.int(v.replyToMsgId);if(_replyToPeerId)w.object(v.replyToPeerId);if(_replyFrom)w.object(v.replyFrom);if(_replyMedia)w.object(v.replyMedia);if(_replyToTopId)w.int(v.replyToTopId);if(_quoteText)w.string(v.quoteText);if(_quoteEntities)w.vector(w.object,v.quoteEntities);},
980
+ 'messageReplyHeader':function(w,v){w.uint(2948336091);var flags=0;var _replyToPeerId=v.replyToPeerId!==undefined;if(_replyToPeerId)flags|=1;var _replyToTopId=v.replyToTopId!==undefined;if(_replyToTopId)flags|=2;if(v.replyToScheduled===true)flags|=4;if(v.forumTopic===true)flags|=8;var _replyToMsgId=v.replyToMsgId!==undefined;if(_replyToMsgId)flags|=16;var _replyFrom=v.replyFrom!==undefined;if(_replyFrom)flags|=32;var _quoteText=v.quoteText!==undefined;if(_quoteText)flags|=64;var _quoteEntities=v.quoteEntities&&v.quoteEntities.length;if(_quoteEntities)flags|=128;var _replyMedia=v.replyMedia!==undefined;if(_replyMedia)flags|=256;if(v.quote===true)flags|=512;var _quoteOffset=v.quoteOffset!==undefined;if(_quoteOffset)flags|=1024;w.uint(flags);if(_replyToMsgId)w.int(v.replyToMsgId);if(_replyToPeerId)w.object(v.replyToPeerId);if(_replyFrom)w.object(v.replyFrom);if(_replyMedia)w.object(v.replyMedia);if(_replyToTopId)w.int(v.replyToTopId);if(_quoteText)w.string(v.quoteText);if(_quoteEntities)w.vector(w.object,v.quoteEntities);if(_quoteOffset)w.int(v.quoteOffset);},
972
981
  'messageReplyStoryHeader':function(w,v){w.uint(2627256257);w.int53(h(v,'userId'));w.int(h(v,'storyId'));},
973
982
  'messageReplies':function(w,v){w.uint(2211844034);var flags=0;var _channelId=v.channelId!==undefined;var _flags_0=v.comments===true||_channelId;if(_flags_0)flags|=1;var _recentRepliers=v.recentRepliers&&v.recentRepliers.length;if(_recentRepliers)flags|=2;var _maxId=v.maxId!==undefined;if(_maxId)flags|=4;var _readMaxId=v.readMaxId!==undefined;if(_readMaxId)flags|=8;w.uint(flags);w.int(h(v,'replies'));w.int(h(v,'repliesPts'));if(_recentRepliers)w.vector(w.object,v.recentRepliers);if(_flags_0)w.int53(v.channelId);if(_maxId)w.int(v.maxId);if(_readMaxId)w.int(v.readMaxId);},
974
983
  'peerBlocked':function(w,v){w.uint(3908927508);w.object(h(v,'peerId'));w.int(h(v,'date'));},
975
- 'stats.messageStats':function(w,v){w.uint(2308567701);w.object(h(v,'viewsGraph'));},
984
+ 'stats.messageStats':function(w,v){w.uint(2145983508);w.object(h(v,'viewsGraph'));w.object(h(v,'reactionsByEmotionGraph'));},
976
985
  'groupCallDiscarded':function(w,v){w.uint(2004925620);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'duration'));},
977
986
  'groupCall':function(w,v){w.uint(3583468812);var flags=0;if(v.joinMuted===true)flags|=2;if(v.canChangeJoinMuted===true)flags|=4;var _title=v.title!==undefined;if(_title)flags|=8;var _streamDcId=v.streamDcId!==undefined;if(_streamDcId)flags|=16;var _recordStartDate=v.recordStartDate!==undefined;if(_recordStartDate)flags|=32;if(v.joinDateAsc===true)flags|=64;var _scheduleDate=v.scheduleDate!==undefined;if(_scheduleDate)flags|=128;if(v.scheduleStartSubscribed===true)flags|=256;if(v.canStartVideo===true)flags|=512;var _unmutedVideoCount=v.unmutedVideoCount!==undefined;if(_unmutedVideoCount)flags|=1024;if(v.recordVideoActive===true)flags|=2048;if(v.rtmpStream===true)flags|=4096;if(v.listenersHidden===true)flags|=8192;w.uint(flags);w.long(h(v,'id'));w.long(h(v,'accessHash'));w.int(h(v,'participantsCount'));if(_title)w.string(v.title);if(_streamDcId)w.int(v.streamDcId);if(_recordStartDate)w.int(v.recordStartDate);if(_scheduleDate)w.int(v.scheduleDate);if(_unmutedVideoCount)w.int(v.unmutedVideoCount);w.int(h(v,'unmutedVideoLimit'));w.int(h(v,'version'));},
978
987
  'inputGroupCall':function(w,v){w.uint(3635053583);w.long(h(v,'id'));w.long(h(v,'accessHash'));},
@@ -1011,7 +1020,7 @@ var m={
1011
1020
  'account.resetPasswordFailedWait':function(w,v){w.uint(3816265825);w.int(h(v,'retryDate'));},
1012
1021
  'account.resetPasswordRequestedWait':function(w,v){w.uint(3924819069);w.int(h(v,'untilDate'));},
1013
1022
  'account.resetPasswordOk':function(w){w.uint(3911636542);},
1014
- 'sponsoredMessage':function(w,v){w.uint(3668967275);var flags=0;var _startParam=v.startParam!==undefined;if(_startParam)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _channelPost=v.channelPost!==undefined;if(_channelPost)flags|=4;var _fromId=v.fromId!==undefined;if(_fromId)flags|=8;var _chatInvite=v.chatInvite!==undefined;var _chatInviteHash=v.chatInviteHash!==undefined;var _flags_4=_chatInvite||_chatInviteHash;if(_flags_4)flags|=16;if(v.recommended===true)flags|=32;if(v.showPeerPhoto===true)flags|=64;var _sponsorInfo=v.sponsorInfo!==undefined;if(_sponsorInfo)flags|=128;var _additionalInfo=v.additionalInfo!==undefined;if(_additionalInfo)flags|=256;var _webpage=v.webpage!==undefined;if(_webpage)flags|=512;w.uint(flags);w.bytes(h(v,'randomId'));if(_fromId)w.object(v.fromId);if(_flags_4)w.object(v.chatInvite);if(_flags_4)w.string(v.chatInviteHash);if(_channelPost)w.int(v.channelPost);if(_startParam)w.string(v.startParam);if(_webpage)w.object(v.webpage);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_sponsorInfo)w.string(v.sponsorInfo);if(_additionalInfo)w.string(v.additionalInfo);},
1023
+ 'sponsoredMessage':function(w,v){w.uint(3981673463);var flags=0;var _startParam=v.startParam!==undefined;if(_startParam)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _channelPost=v.channelPost!==undefined;if(_channelPost)flags|=4;var _fromId=v.fromId!==undefined;if(_fromId)flags|=8;var _chatInvite=v.chatInvite!==undefined;var _chatInviteHash=v.chatInviteHash!==undefined;var _flags_4=_chatInvite||_chatInviteHash;if(_flags_4)flags|=16;if(v.recommended===true)flags|=32;if(v.showPeerPhoto===true)flags|=64;var _sponsorInfo=v.sponsorInfo!==undefined;if(_sponsorInfo)flags|=128;var _additionalInfo=v.additionalInfo!==undefined;if(_additionalInfo)flags|=256;var _webpage=v.webpage!==undefined;if(_webpage)flags|=512;var _app=v.app!==undefined;if(_app)flags|=1024;var _buttonText=v.buttonText!==undefined;if(_buttonText)flags|=2048;w.uint(flags);w.bytes(h(v,'randomId'));if(_fromId)w.object(v.fromId);if(_flags_4)w.object(v.chatInvite);if(_flags_4)w.string(v.chatInviteHash);if(_channelPost)w.int(v.channelPost);if(_startParam)w.string(v.startParam);if(_webpage)w.object(v.webpage);if(_app)w.object(v.app);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);if(_buttonText)w.string(v.buttonText);if(_sponsorInfo)w.string(v.sponsorInfo);if(_additionalInfo)w.string(v.additionalInfo);},
1015
1024
  'messages.sponsoredMessages':function(w,v){w.uint(3387825543);var flags=0;var _postsBetween=v.postsBetween!==undefined;if(_postsBetween)flags|=1;w.uint(flags);if(_postsBetween)w.int(v.postsBetween);w.vector(w.object,h(v,'messages'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1016
1025
  'messages.sponsoredMessagesEmpty':function(w){w.uint(406407439);},
1017
1026
  'searchResultsCalendarPeriod':function(w,v){w.uint(3383776159);w.int(h(v,'date'));w.int(h(v,'minMsgId'));w.int(h(v,'maxMsgId'));w.int(h(v,'count'));},
@@ -1059,11 +1068,14 @@ var m={
1059
1068
  'attachMenuPeerTypeBroadcast':function(w){w.uint(2080104188);},
1060
1069
  'inputInvoiceMessage':function(w,v){w.uint(3317000281);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
1061
1070
  'inputInvoiceSlug':function(w,v){w.uint(3274099439);w.string(h(v,'slug'));},
1071
+ 'inputInvoicePremiumGiftCode':function(w,v){w.uint(2560125965);w.object(h(v,'purpose'));w.object(h(v,'option'));},
1062
1072
  'payments.exportedInvoice':function(w,v){w.uint(2932919257);w.string(h(v,'url'));},
1063
- 'messages.transcribedAudio':function(w,v){w.uint(2473929810);var flags=0;if(v.pending===true)flags|=1;w.uint(flags);w.long(h(v,'transcriptionId'));w.string(h(v,'text'));},
1073
+ 'messages.transcribedAudio':function(w,v){w.uint(3485063511);var flags=0;if(v.pending===true)flags|=1;var _trialRemainsNum=v.trialRemainsNum!==undefined;var _trialRemainsUntilDate=v.trialRemainsUntilDate!==undefined;var _flags_1=_trialRemainsNum||_trialRemainsUntilDate;if(_flags_1)flags|=2;w.uint(flags);w.long(h(v,'transcriptionId'));w.string(h(v,'text'));if(_flags_1)w.int(v.trialRemainsNum);if(_flags_1)w.int(v.trialRemainsUntilDate);},
1064
1074
  'help.premiumPromo':function(w,v){w.uint(1395946908);w.string(h(v,'statusText'));w.vector(w.object,h(v,'statusEntities'));w.vector(w.string,h(v,'videoSections'));w.vector(w.object,h(v,'videos'));w.vector(w.object,h(v,'periodOptions'));w.vector(w.object,h(v,'users'));},
1065
1075
  'inputStorePaymentPremiumSubscription':function(w,v){w.uint(2792693350);var flags=0;if(v.restore===true)flags|=1;if(v.upgrade===true)flags|=2;w.uint(flags);},
1066
1076
  'inputStorePaymentGiftPremium':function(w,v){w.uint(1634697192);w.object(h(v,'userId'));w.string(h(v,'currency'));w.long(h(v,'amount'));},
1077
+ 'inputStorePaymentPremiumGiftCode':function(w,v){w.uint(2743099199);var flags=0;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=1;w.uint(flags);w.vector(w.object,h(v,'users'));if(_boostPeer)w.object(v.boostPeer);w.string(h(v,'currency'));w.long(h(v,'amount'));},
1078
+ 'inputStorePaymentPremiumGiveaway':function(w,v){w.uint(2090038758);var flags=0;if(v.onlyNewSubscribers===true)flags|=1;var _additionalPeers=v.additionalPeers&&v.additionalPeers.length;if(_additionalPeers)flags|=2;var _countriesIso2=v.countriesIso2&&v.countriesIso2.length;if(_countriesIso2)flags|=4;w.uint(flags);w.object(h(v,'boostPeer'));if(_additionalPeers)w.vector(w.object,v.additionalPeers);if(_countriesIso2)w.vector(w.string,v.countriesIso2);w.long(h(v,'randomId'));w.int(h(v,'untilDate'));w.string(h(v,'currency'));w.long(h(v,'amount'));},
1067
1079
  'premiumGiftOption':function(w,v){w.uint(1958953753);var flags=0;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=1;w.uint(flags);w.int(h(v,'months'));w.string(h(v,'currency'));w.long(h(v,'amount'));w.string(h(v,'botUrl'));if(_storeProduct)w.string(v.storeProduct);},
1068
1080
  'paymentFormMethod':function(w,v){w.uint(2298016283);w.string(h(v,'url'));w.string(h(v,'title'));},
1069
1081
  'emojiStatusEmpty':function(w){w.uint(769727150);},
@@ -1136,14 +1148,14 @@ var m={
1136
1148
  'storyViews':function(w,v){w.uint(2371443926);var flags=0;var _recentViewers=v.recentViewers&&v.recentViewers.length;if(_recentViewers)flags|=1;if(v.hasViewers===true)flags|=2;var _forwardsCount=v.forwardsCount!==undefined;if(_forwardsCount)flags|=4;var _reactions=v.reactions&&v.reactions.length;if(_reactions)flags|=8;var _reactionsCount=v.reactionsCount!==undefined;if(_reactionsCount)flags|=16;w.uint(flags);w.int(h(v,'viewsCount'));if(_forwardsCount)w.int(v.forwardsCount);if(_reactions)w.vector(w.object,v.reactions);if(_reactionsCount)w.int(v.reactionsCount);if(_recentViewers)w.vector(w.int53,v.recentViewers);},
1137
1149
  'storyItemDeleted':function(w,v){w.uint(1374088783);w.int(h(v,'id'));},
1138
1150
  'storyItemSkipped':function(w,v){w.uint(4289579283);var flags=0;if(v.closeFriends===true)flags|=256;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));w.int(h(v,'expireDate'));},
1139
- 'storyItem':function(w,v){w.uint(1153718222);var flags=0;var _caption=v.caption!==undefined;if(_caption)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _privacy=v.privacy&&v.privacy.length;if(_privacy)flags|=4;var _views=v.views!==undefined;if(_views)flags|=8;if(v.pinned===true)flags|=32;if(v.public===true)flags|=128;if(v.closeFriends===true)flags|=256;if(v.min===true)flags|=512;if(v.noforwards===true)flags|=1024;if(v.edited===true)flags|=2048;if(v.contacts===true)flags|=4096;if(v.selectedContacts===true)flags|=8192;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=16384;var _sentReaction=v.sentReaction!==undefined;if(_sentReaction)flags|=32768;if(v.out===true)flags|=65536;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));w.int(h(v,'expireDate'));if(_caption)w.string(v.caption);if(_entities)w.vector(w.object,v.entities);w.object(h(v,'media'));if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_privacy)w.vector(w.object,v.privacy);if(_views)w.object(v.views);if(_sentReaction)w.object(v.sentReaction);},
1151
+ 'storyItem':function(w,v){w.uint(2942526881);var flags=0;var _caption=v.caption!==undefined;if(_caption)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _privacy=v.privacy&&v.privacy.length;if(_privacy)flags|=4;var _views=v.views!==undefined;if(_views)flags|=8;if(v.pinned===true)flags|=32;if(v.public===true)flags|=128;if(v.closeFriends===true)flags|=256;if(v.min===true)flags|=512;if(v.noforwards===true)flags|=1024;if(v.edited===true)flags|=2048;if(v.contacts===true)flags|=4096;if(v.selectedContacts===true)flags|=8192;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=16384;var _sentReaction=v.sentReaction!==undefined;if(_sentReaction)flags|=32768;if(v.out===true)flags|=65536;var _fwdFrom=v.fwdFrom!==undefined;if(_fwdFrom)flags|=131072;w.uint(flags);w.int(h(v,'id'));w.int(h(v,'date'));if(_fwdFrom)w.object(v.fwdFrom);w.int(h(v,'expireDate'));if(_caption)w.string(v.caption);if(_entities)w.vector(w.object,v.entities);w.object(h(v,'media'));if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_privacy)w.vector(w.object,v.privacy);if(_views)w.object(v.views);if(_sentReaction)w.object(v.sentReaction);},
1140
1152
  'stories.allStoriesNotModified':function(w,v){w.uint(291044926);var flags=0;w.uint(flags);w.string(h(v,'state'));w.object(h(v,'stealthMode'));},
1141
1153
  'stories.allStories':function(w,v){w.uint(1862033025);var flags=0;if(v.hasMore===true)flags|=1;w.uint(flags);w.int(h(v,'count'));w.string(h(v,'state'));w.vector(w.object,h(v,'peerStories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));w.object(h(v,'stealthMode'));},
1142
1154
  'stories.stories':function(w,v){w.uint(1574486984);w.int(h(v,'count'));w.vector(w.object,h(v,'stories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1143
1155
  'storyView':function(w,v){w.uint(2965236421);var flags=0;if(v.blocked===true)flags|=1;if(v.blockedMyStoriesFrom===true)flags|=2;var _reaction=v.reaction!==undefined;if(_reaction)flags|=4;w.uint(flags);w.int53(h(v,'userId'));w.int(h(v,'date'));if(_reaction)w.object(v.reaction);},
1144
1156
  'stories.storyViewsList':function(w,v){w.uint(1189722604);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.int(h(v,'reactionsCount'));w.vector(w.object,h(v,'views'));w.vector(w.object,h(v,'users'));if(_nextOffset)w.string(v.nextOffset);},
1145
1157
  'stories.storyViews':function(w,v){w.uint(3734957341);w.vector(w.object,h(v,'views'));w.vector(w.object,h(v,'users'));},
1146
- 'inputReplyToMessage':function(w,v){w.uint(121554949);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;var _replyToPeerId=v.replyToPeerId!==undefined;if(_replyToPeerId)flags|=2;var _quoteText=v.quoteText!==undefined;if(_quoteText)flags|=4;var _quoteEntities=v.quoteEntities&&v.quoteEntities.length;if(_quoteEntities)flags|=8;w.uint(flags);w.int(h(v,'replyToMsgId'));if(_topMsgId)w.int(v.topMsgId);if(_replyToPeerId)w.object(v.replyToPeerId);if(_quoteText)w.string(v.quoteText);if(_quoteEntities)w.vector(w.object,v.quoteEntities);},
1158
+ 'inputReplyToMessage':function(w,v){w.uint(583071445);var flags=0;var _topMsgId=v.topMsgId!==undefined;if(_topMsgId)flags|=1;var _replyToPeerId=v.replyToPeerId!==undefined;if(_replyToPeerId)flags|=2;var _quoteText=v.quoteText!==undefined;if(_quoteText)flags|=4;var _quoteEntities=v.quoteEntities&&v.quoteEntities.length;if(_quoteEntities)flags|=8;var _quoteOffset=v.quoteOffset!==undefined;if(_quoteOffset)flags|=16;w.uint(flags);w.int(h(v,'replyToMsgId'));if(_topMsgId)w.int(v.topMsgId);if(_replyToPeerId)w.object(v.replyToPeerId);if(_quoteText)w.string(v.quoteText);if(_quoteEntities)w.vector(w.object,v.quoteEntities);if(_quoteOffset)w.int(v.quoteOffset);},
1147
1159
  'inputReplyToStory':function(w,v){w.uint(363917955);w.object(h(v,'userId'));w.int(h(v,'storyId'));},
1148
1160
  'exportedStoryLink':function(w,v){w.uint(1070138683);w.string(h(v,'link'));},
1149
1161
  'storiesStealthMode':function(w,v){w.uint(1898850301);var flags=0;var _activeUntilDate=v.activeUntilDate!==undefined;if(_activeUntilDate)flags|=1;var _cooldownUntilDate=v.cooldownUntilDate!==undefined;if(_cooldownUntilDate)flags|=2;w.uint(flags);if(_activeUntilDate)w.int(v.activeUntilDate);if(_cooldownUntilDate)w.int(v.cooldownUntilDate);},
@@ -1154,23 +1166,7 @@ var m={
1154
1166
  'mediaAreaSuggestedReaction':function(w,v){w.uint(340088945);var flags=0;if(v.dark===true)flags|=1;if(v.flipped===true)flags|=2;w.uint(flags);w.object(h(v,'coordinates'));w.object(h(v,'reaction'));},
1155
1167
  'peerStories':function(w,v){w.uint(2587224473);var flags=0;var _maxReadId=v.maxReadId!==undefined;if(_maxReadId)flags|=1;w.uint(flags);w.object(h(v,'peer'));if(_maxReadId)w.int(v.maxReadId);w.vector(w.object,h(v,'stories'));},
1156
1168
  'stories.peerStories':function(w,v){w.uint(3404105576);w.object(h(v,'stories'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1157
- 'stories.boostsStatus':function(w,v){w.uint(3854674524);var flags=0;var _nextLevelBoosts=v.nextLevelBoosts!==undefined;if(_nextLevelBoosts)flags|=1;var _premiumAudience=v.premiumAudience!==undefined;if(_premiumAudience)flags|=2;if(v.myBoost===true)flags|=4;w.uint(flags);w.int(h(v,'level'));w.int(h(v,'currentLevelBoosts'));w.int(h(v,'boosts'));if(_nextLevelBoosts)w.int(v.nextLevelBoosts);if(_premiumAudience)w.object(v.premiumAudience);w.string(h(v,'boostUrl'));},
1158
- 'stories.canApplyBoostOk':function(w){w.uint(3273078151);},
1159
- 'stories.canApplyBoostReplace':function(w,v){w.uint(1898726997);w.object(h(v,'currentBoost'));w.vector(w.object,h(v,'chats'));},
1160
- 'booster':function(w,v){w.uint(245261184);w.int53(h(v,'userId'));w.int(h(v,'expires'));},
1161
- 'stories.boostersList':function(w,v){w.uint(4091362589);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.vector(w.object,h(v,'boosters'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'users'));},
1162
1169
  'messages.webPage':function(w,v){w.uint(4250800829);w.object(h(v,'webpage'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1163
- 'inputMediaWebPage':function(w,v){w.uint(3256584265);var flags=0;if(v.forceLargeMedia===true)flags|=1;if(v.forceSmallMedia===true)flags|=2;if(v.optional===true)flags|=4;w.uint(flags);w.string(h(v,'url'));},
1164
- 'messageMediaGiveaway':function(w,v){w.uint(1478887012);var flags=0;if(v.onlyNewSubscribers===true)flags|=1;var _countriesIso2=v.countriesIso2&&v.countriesIso2.length;if(_countriesIso2)flags|=2;w.uint(flags);w.vector(w.long,h(v,'channels'));if(_countriesIso2)w.vector(w.string,v.countriesIso2);w.int(h(v,'quantity'));w.int(h(v,'months'));w.int(h(v,'untilDate'));},
1165
- 'messageActionGiftCode':function(w,v){w.uint(3536837390);var flags=0;if(v.viaGiveaway===true)flags|=1;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=2;if(v.unclaimed===true)flags|=4;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);w.int(h(v,'months'));w.string(h(v,'slug'));},
1166
- 'messageActionGiveawayLaunch':function(w){w.uint(858499565);},
1167
- 'inputBotInlineMessageMediaWebPage':function(w,v){w.uint(3185362192);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;if(v.forceLargeMedia===true)flags|=16;if(v.forceSmallMedia===true)flags|=32;if(v.optional===true)flags|=64;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);w.string(h(v,'url'));if(_replyMarkup)w.object(v.replyMarkup);},
1168
- 'botInlineMessageMediaWebPage':function(w,v){w.uint(2157631910);var flags=0;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;var _replyMarkup=v.replyMarkup!==undefined;if(_replyMarkup)flags|=4;if(v.invertMedia===true)flags|=8;if(v.forceLargeMedia===true)flags|=16;if(v.forceSmallMedia===true)flags|=32;if(v.manual===true)flags|=128;if(v.safe===true)flags|=256;w.uint(flags);w.string(h(v,'message'));if(_entities)w.vector(w.object,v.entities);w.string(h(v,'url'));if(_replyMarkup)w.object(v.replyMarkup);},
1169
- 'channelAdminLogEventActionChangeColor':function(w,v){w.uint(1009460347);w.int(h(v,'prevValue'));w.int(h(v,'newValue'));},
1170
- 'channelAdminLogEventActionChangeBackgroundEmoji':function(w,v){w.uint(1147126836);w.long(h(v,'prevValue'));w.long(h(v,'newValue'));},
1171
- 'inputInvoicePremiumGiftCode':function(w,v){w.uint(2560125965);w.object(h(v,'purpose'));w.object(h(v,'option'));},
1172
- 'inputStorePaymentPremiumGiftCode':function(w,v){w.uint(2743099199);var flags=0;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=1;w.uint(flags);w.vector(w.object,h(v,'users'));if(_boostPeer)w.object(v.boostPeer);w.string(h(v,'currency'));w.long(h(v,'amount'));},
1173
- 'inputStorePaymentPremiumGiveaway':function(w,v){w.uint(2090038758);var flags=0;if(v.onlyNewSubscribers===true)flags|=1;var _additionalPeers=v.additionalPeers&&v.additionalPeers.length;if(_additionalPeers)flags|=2;var _countriesIso2=v.countriesIso2&&v.countriesIso2.length;if(_countriesIso2)flags|=4;w.uint(flags);w.object(h(v,'boostPeer'));if(_additionalPeers)w.vector(w.object,v.additionalPeers);if(_countriesIso2)w.vector(w.string,v.countriesIso2);w.long(h(v,'randomId'));w.int(h(v,'untilDate'));w.string(h(v,'currency'));w.long(h(v,'amount'));},
1174
1170
  'premiumGiftCodeOption':function(w,v){w.uint(629052971);var flags=0;var _storeProduct=v.storeProduct!==undefined;if(_storeProduct)flags|=1;var _storeQuantity=v.storeQuantity!==undefined;if(_storeQuantity)flags|=2;w.uint(flags);w.int(h(v,'users'));w.int(h(v,'months'));if(_storeProduct)w.string(v.storeProduct);if(_storeQuantity)w.int(v.storeQuantity);w.string(h(v,'currency'));w.long(h(v,'amount'));},
1175
1171
  'payments.checkedGiftCode':function(w,v){w.uint(3072520536);var flags=0;var _toId=v.toId!==undefined;if(_toId)flags|=1;var _usedDate=v.usedDate!==undefined;if(_usedDate)flags|=2;if(v.viaGiveaway===true)flags|=4;var _giveawayMsgId=v.giveawayMsgId!==undefined;if(_giveawayMsgId)flags|=8;w.uint(flags);w.object(h(v,'fromId'));if(_giveawayMsgId)w.int(v.giveawayMsgId);if(_toId)w.long(v.toId);w.int(h(v,'date'));w.int(h(v,'months'));if(_usedDate)w.int(v.usedDate);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1176
1172
  'payments.giveawayInfo':function(w,v){w.uint(1130879648);var flags=0;if(v.participating===true)flags|=1;var _joinedTooEarlyDate=v.joinedTooEarlyDate!==undefined;if(_joinedTooEarlyDate)flags|=2;var _adminDisallowedChatId=v.adminDisallowedChatId!==undefined;if(_adminDisallowedChatId)flags|=4;if(v.preparingResults===true)flags|=8;var _disallowedCountry=v.disallowedCountry!==undefined;if(_disallowedCountry)flags|=16;w.uint(flags);w.int(h(v,'startDate'));if(_joinedTooEarlyDate)w.int(v.joinedTooEarlyDate);if(_adminDisallowedChatId)w.long(v.adminDisallowedChatId);if(_disallowedCountry)w.string(v.disallowedCountry);},
@@ -1181,10 +1177,30 @@ var m={
1181
1177
  'myBoost':function(w,v){w.uint(3293069660);var flags=0;var _peer=v.peer!==undefined;if(_peer)flags|=1;var _cooldownUntilDate=v.cooldownUntilDate!==undefined;if(_cooldownUntilDate)flags|=2;w.uint(flags);w.int(h(v,'slot'));if(_peer)w.object(v.peer);w.int(h(v,'date'));w.int(h(v,'expires'));if(_cooldownUntilDate)w.int(v.cooldownUntilDate);},
1182
1178
  'premium.myBoosts':function(w,v){w.uint(2598512866);w.vector(w.object,h(v,'myBoosts'));w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1183
1179
  'premium.boostsStatus':function(w,v){w.uint(1230586490);var flags=0;var _nextLevelBoosts=v.nextLevelBoosts!==undefined;if(_nextLevelBoosts)flags|=1;var _premiumAudience=v.premiumAudience!==undefined;if(_premiumAudience)flags|=2;var _myBoostSlots=v.myBoostSlots&&v.myBoostSlots.length;var _flags_2=v.myBoost===true||_myBoostSlots;if(_flags_2)flags|=4;var _prepaidGiveaways=v.prepaidGiveaways&&v.prepaidGiveaways.length;if(_prepaidGiveaways)flags|=8;var _giftBoosts=v.giftBoosts!==undefined;if(_giftBoosts)flags|=16;w.uint(flags);w.int(h(v,'level'));w.int(h(v,'currentLevelBoosts'));w.int(h(v,'boosts'));if(_giftBoosts)w.int(v.giftBoosts);if(_nextLevelBoosts)w.int(v.nextLevelBoosts);if(_premiumAudience)w.object(v.premiumAudience);w.string(h(v,'boostUrl'));if(_prepaidGiveaways)w.vector(w.object,v.prepaidGiveaways);if(_flags_2)w.vector(w.int,v.myBoostSlots);},
1180
+ 'messageActionGiveawayResults':function(w,v){w.uint(715107781);w.int(h(v,'winnersCount'));w.int(h(v,'unclaimedCount'));},
1181
+ 'updateChannelViewForumAsMessages':function(w,v){w.uint(129403168);w.int53(h(v,'channelId'));w.boolean(h(v,'enabled'));},
1182
+ 'updatePeerWallpaper':function(w,v){w.uint(2923368477);var flags=0;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=1;if(v.wallpaperOverridden===true)flags|=2;w.uint(flags);w.object(h(v,'peer'));if(_wallpaper)w.object(v.wallpaper);},
1183
+ 'storyFwdHeader':function(w,v){w.uint(3089555792);var flags=0;var _from=v.from!==undefined;if(_from)flags|=1;var _fromName=v.fromName!==undefined;if(_fromName)flags|=2;var _storyId=v.storyId!==undefined;if(_storyId)flags|=4;if(v.modified===true)flags|=8;w.uint(flags);if(_from)w.object(v.from);if(_fromName)w.string(v.fromName);if(_storyId)w.int(v.storyId);},
1184
+ 'postInteractionCountersMessage':function(w,v){w.uint(3875901055);w.int(h(v,'msgId'));w.int(h(v,'views'));w.int(h(v,'forwards'));w.int(h(v,'reactions'));},
1185
+ 'postInteractionCountersStory':function(w,v){w.uint(2319978023);w.int(h(v,'storyId'));w.int(h(v,'views'));w.int(h(v,'forwards'));w.int(h(v,'reactions'));},
1186
+ 'stats.storyStats':function(w,v){w.uint(1355613820);w.object(h(v,'viewsGraph'));w.object(h(v,'reactionsByEmotionGraph'));},
1187
+ 'publicForwardMessage':function(w,v){w.uint(32685898);w.object(h(v,'message'));},
1188
+ 'publicForwardStory':function(w,v){w.uint(3992169936);w.object(h(v,'peer'));w.object(h(v,'story'));},
1189
+ 'stats.publicForwards':function(w,v){w.uint(2466479648);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.vector(w.object,h(v,'forwards'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'chats'));w.vector(w.object,h(v,'users'));},
1190
+ 'peerColor':function(w,v){w.uint(3041614543);var flags=0;var _color=v.color!==undefined;if(_color)flags|=1;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=2;w.uint(flags);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
1191
+ 'help.peerColorSet':function(w,v){w.uint(639736408);w.vector(w.int,h(v,'colors'));},
1192
+ 'help.peerColorProfileSet':function(w,v){w.uint(1987928555);w.vector(w.int,h(v,'paletteColors'));w.vector(w.int,h(v,'bgColors'));w.vector(w.int,h(v,'storyColors'));},
1193
+ 'help.peerColorOption':function(w,v){w.uint(324785199);var flags=0;if(v.hidden===true)flags|=1;var _colors=v.colors!==undefined;if(_colors)flags|=2;var _darkColors=v.darkColors!==undefined;if(_darkColors)flags|=4;w.uint(flags);w.int(h(v,'colorId'));if(_colors)w.object(v.colors);if(_darkColors)w.object(v.darkColors);},
1194
+ 'help.peerColorsNotModified':function(w){w.uint(732034510);},
1195
+ 'help.peerColors':function(w,v){w.uint(16313608);w.int(h(v,'hash'));w.vector(w.object,h(v,'colors'));},
1184
1196
  'messageUserVote':function(w,v){w.uint(886196148);w.int53(h(v,'userId'));w.bytes(h(v,'option'));w.int(h(v,'date'));},
1185
1197
  'messageUserVoteInputOption':function(w,v){w.uint(1017491692);w.int53(h(v,'userId'));w.int(h(v,'date'));},
1186
1198
  'messageUserVoteMultiple':function(w,v){w.uint(2321933655);w.int53(h(v,'userId'));w.vector(w.bytes,h(v,'options'));w.int(h(v,'date'));},
1187
- 'dummyUpdate':function(w,v){w.uint(2952448754);w.int(h(v,'pts'));w.int(h(v,'ptsCount'));w.int53(h(v,'channelId'));},
1199
+ 'stories.boostsStatus':function(w,v){w.uint(1726619631);var flags=0;var _nextLevelBoosts=v.nextLevelBoosts!==undefined;if(_nextLevelBoosts)flags|=1;var _premiumAudience=v.premiumAudience!==undefined;if(_premiumAudience)flags|=2;if(v.myBoost===true)flags|=4;w.uint(flags);w.int(h(v,'level'));w.int(h(v,'currentLevelBoosts'));w.int(h(v,'boosts'));if(_nextLevelBoosts)w.int(v.nextLevelBoosts);if(_premiumAudience)w.object(v.premiumAudience);},
1200
+ 'stories.canApplyBoostOk':function(w){w.uint(3273078151);},
1201
+ 'stories.canApplyBoostReplace':function(w,v){w.uint(1898726997);w.object(h(v,'currentBoost'));w.vector(w.object,h(v,'chats'));},
1202
+ 'booster':function(w,v){w.uint(245261184);w.int53(h(v,'userId'));w.int(h(v,'expires'));},
1203
+ 'stories.boostersList':function(w,v){w.uint(4091362589);var flags=0;var _nextOffset=v.nextOffset!==undefined;if(_nextOffset)flags|=1;w.uint(flags);w.int(h(v,'count'));w.vector(w.object,h(v,'boosters'));if(_nextOffset)w.string(v.nextOffset);w.vector(w.object,h(v,'users'));},
1188
1204
  'test.useError':function(w){w.uint(4000689921);},
1189
1205
  'test.useConfigSimple':function(w){w.uint(4189565501);},
1190
1206
  'test.parseInputAppEvent':function(w){w.uint(3138226161);},
@@ -1305,6 +1321,8 @@ var m={
1305
1321
  'account.saveAutoSaveSettings':function(w,v){w.uint(3600515937);var flags=0;if(v.users===true)flags|=1;if(v.chats===true)flags|=2;if(v.broadcasts===true)flags|=4;var _peer=v.peer!==undefined;if(_peer)flags|=8;w.uint(flags);if(_peer)w.object(v.peer);w.object(h(v,'settings'));},
1306
1322
  'account.deleteAutoSaveExceptions':function(w){w.uint(1404829728);},
1307
1323
  'account.invalidateSignInCodes':function(w,v){w.uint(3398101178);w.vector(w.string,h(v,'codes'));},
1324
+ 'account.updateColor':function(w,v){w.uint(2096079197);var flags=0;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=1;if(v.forProfile===true)flags|=2;var _color=v.color!==undefined;if(_color)flags|=4;w.uint(flags);if(_color)w.int(v.color);if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
1325
+ 'account.getDefaultBackgroundEmojis':function(w,v){w.uint(2785720782);w.long(h(v,'hash'));},
1308
1326
  'users.getUsers':function(w,v){w.uint(227648840);w.vector(w.object,h(v,'id'));},
1309
1327
  'users.getFullUser':function(w,v){w.uint(3054459160);w.object(h(v,'id'));},
1310
1328
  'users.setSecureValueErrors':function(w,v){w.uint(2429064373);w.object(h(v,'id'));w.vector(w.object,h(v,'errors'));},
@@ -1519,7 +1537,7 @@ var m={
1519
1537
  'messages.togglePeerTranslations':function(w,v){w.uint(3833378169);var flags=0;if(v.disabled===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));},
1520
1538
  'messages.getBotApp':function(w,v){w.uint(889046467);w.object(h(v,'app'));w.long(h(v,'hash'));},
1521
1539
  'messages.requestAppWebView':function(w,v){w.uint(2354723644);var flags=0;if(v.writeAllowed===true)flags|=1;var _startParam=v.startParam!==undefined;if(_startParam)flags|=2;var _themeParams=v.themeParams!==undefined;if(_themeParams)flags|=4;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'app'));if(_startParam)w.string(v.startParam);if(_themeParams)w.object(v.themeParams);w.string(h(v,'platform'));},
1522
- 'messages.setChatWallPaper':function(w,v){w.uint(2415577825);var flags=0;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=1;var _id=v.id!==undefined;if(_id)flags|=2;var _settings=v.settings!==undefined;if(_settings)flags|=4;w.uint(flags);w.object(h(v,'peer'));if(_wallpaper)w.object(v.wallpaper);if(_settings)w.object(v.settings);if(_id)w.int(v.id);},
1540
+ 'messages.setChatWallPaper':function(w,v){w.uint(2415577825);var flags=0;var _wallpaper=v.wallpaper!==undefined;if(_wallpaper)flags|=1;var _id=v.id!==undefined;if(_id)flags|=2;var _settings=v.settings!==undefined;if(_settings)flags|=4;if(v.forBoth===true)flags|=8;if(v.revert===true)flags|=16;w.uint(flags);w.object(h(v,'peer'));if(_wallpaper)w.object(v.wallpaper);if(_settings)w.object(v.settings);if(_id)w.int(v.id);},
1523
1541
  'updates.getState':function(w){w.uint(3990128682);},
1524
1542
  'updates.getDifference':function(w,v){w.uint(432207715);var flags=0;var _ptsTotalLimit=v.ptsTotalLimit!==undefined;if(_ptsTotalLimit)flags|=1;var _ptsLimit=v.ptsLimit!==undefined;if(_ptsLimit)flags|=2;var _qtsLimit=v.qtsLimit!==undefined;if(_qtsLimit)flags|=4;w.uint(flags);w.int(h(v,'pts'));if(_ptsLimit)w.int(v.ptsLimit);if(_ptsTotalLimit)w.int(v.ptsTotalLimit);w.int(h(v,'date'));w.int(h(v,'qts'));if(_qtsLimit)w.int(v.qtsLimit);},
1525
1543
  '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'));},
@@ -1615,6 +1633,7 @@ var m={
1615
1633
  'channels.reportAntiSpamFalsePositive':function(w,v){w.uint(2823857811);w.object(h(v,'channel'));w.int(h(v,'msgId'));},
1616
1634
  'channels.toggleParticipantsHidden':function(w,v){w.uint(1785624660);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
1617
1635
  'channels.clickSponsoredMessage':function(w,v){w.uint(414170259);w.object(h(v,'channel'));w.bytes(h(v,'randomId'));},
1636
+ 'channels.updateColor':function(w,v){w.uint(1645879327);var flags=0;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'color'));if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
1618
1637
  'bots.sendCustomRequest':function(w,v){w.uint(2854709741);w.string(h(v,'customMethod'));w.object(h(v,'params'));},
1619
1638
  'bots.answerWebhookJSONQuery':function(w,v){w.uint(3860938573);w.long(h(v,'queryId'));w.object(h(v,'data'));},
1620
1639
  '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'));},
@@ -1642,6 +1661,11 @@ var m={
1642
1661
  'payments.assignAppStoreTransaction':function(w,v){w.uint(2163045501);w.bytes(h(v,'receipt'));w.object(h(v,'purpose'));},
1643
1662
  'payments.assignPlayMarketTransaction':function(w,v){w.uint(3757920467);w.object(h(v,'receipt'));w.object(h(v,'purpose'));},
1644
1663
  'payments.canPurchasePremium':function(w,v){w.uint(2680266422);w.object(h(v,'purpose'));},
1664
+ 'payments.getPremiumGiftCodeOptions':function(w,v){w.uint(660060756);var flags=0;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=1;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);},
1665
+ 'payments.checkGiftCode':function(w,v){w.uint(2387719361);w.string(h(v,'slug'));},
1666
+ 'payments.applyGiftCode':function(w,v){w.uint(4142032980);w.string(h(v,'slug'));},
1667
+ 'payments.getGiveawayInfo':function(w,v){w.uint(4095972389);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
1668
+ 'payments.launchPrepaidGiveaway':function(w,v){w.uint(1609928480);w.object(h(v,'peer'));w.long(h(v,'giveawayId'));w.object(h(v,'purpose'));},
1645
1669
  'stickers.createStickerSet':function(w,v){w.uint(2418125671);var flags=0;if(v.masks===true)flags|=1;if(v.animated===true)flags|=2;var _thumb=v.thumb!==undefined;if(_thumb)flags|=4;var _software=v.software!==undefined;if(_software)flags|=8;if(v.videos===true)flags|=16;if(v.emojis===true)flags|=32;if(v.textColor===true)flags|=64;w.uint(flags);w.object(h(v,'userId'));w.string(h(v,'title'));w.string(h(v,'shortName'));if(_thumb)w.object(v.thumb);w.vector(w.object,h(v,'stickers'));if(_software)w.string(v.software);},
1646
1670
  'stickers.removeStickerFromSet':function(w,v){w.uint(4151709521);w.object(h(v,'sticker'));},
1647
1671
  'stickers.changeStickerPosition':function(w,v){w.uint(4290172106);w.object(h(v,'sticker'));w.int(h(v,'position'));},
@@ -1706,7 +1730,7 @@ var m={
1706
1730
  'chatlists.getLeaveChatlistSuggestions':function(w,v){w.uint(4257011476);w.object(h(v,'chatlist'));},
1707
1731
  'chatlists.leaveChatlist':function(w,v){w.uint(1962598714);w.object(h(v,'chatlist'));w.vector(w.object,h(v,'peers'));},
1708
1732
  'stories.canSendStory':function(w,v){w.uint(3353337821);w.object(h(v,'peer'));},
1709
- 'stories.sendStory':function(w,v){w.uint(3166123588);var flags=0;var _caption=v.caption!==undefined;if(_caption)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;if(v.pinned===true)flags|=4;var _period=v.period!==undefined;if(_period)flags|=8;if(v.noforwards===true)flags|=16;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=32;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'media'));if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_caption)w.string(v.caption);if(_entities)w.vector(w.object,v.entities);w.vector(w.object,h(v,'privacyRules'));w.long(h(v,'randomId'));if(_period)w.int(v.period);},
1733
+ 'stories.sendStory':function(w,v){w.uint(3840305483);var flags=0;var _caption=v.caption!==undefined;if(_caption)flags|=1;var _entities=v.entities&&v.entities.length;if(_entities)flags|=2;if(v.pinned===true)flags|=4;var _period=v.period!==undefined;if(_period)flags|=8;if(v.noforwards===true)flags|=16;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=32;var _fwdFromId=v.fwdFromId!==undefined;var _fwdFromStory=v.fwdFromStory!==undefined;var _flags_6=_fwdFromId||_fwdFromStory;if(_flags_6)flags|=64;if(v.fwdModified===true)flags|=128;w.uint(flags);w.object(h(v,'peer'));w.object(h(v,'media'));if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_caption)w.string(v.caption);if(_entities)w.vector(w.object,v.entities);w.vector(w.object,h(v,'privacyRules'));w.long(h(v,'randomId'));if(_period)w.int(v.period);if(_flags_6)w.object(v.fwdFromId);if(_flags_6)w.int(v.fwdFromStory);},
1710
1734
  'stories.editStory':function(w,v){w.uint(3045308998);var flags=0;var _media=v.media!==undefined;if(_media)flags|=1;var _caption=v.caption!==undefined;var _entities=v.entities&&v.entities.length;var _flags_1=_caption||_entities;if(_flags_1)flags|=2;var _privacyRules=v.privacyRules&&v.privacyRules.length;if(_privacyRules)flags|=4;var _mediaAreas=v.mediaAreas&&v.mediaAreas.length;if(_mediaAreas)flags|=8;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));if(_media)w.object(v.media);if(_mediaAreas)w.vector(w.object,v.mediaAreas);if(_flags_1)w.string(v.caption);if(_flags_1)w.vector(w.object,v.entities);if(_privacyRules)w.vector(w.object,v.privacyRules);},
1711
1735
  'stories.deleteStories':function(w,v){w.uint(2925124447);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));},
1712
1736
  'stories.togglePinned':function(w,v){w.uint(2591400431);w.object(h(v,'peer'));w.vector(w.int,h(v,'id'));w.boolean(h(v,'pinned'));},
@@ -1728,22 +1752,22 @@ var m={
1728
1752
  'stories.getPeerMaxIDs':function(w,v){w.uint(1398375363);w.vector(w.object,h(v,'id'));},
1729
1753
  'stories.getChatsToSend':function(w){w.uint(2775223136);},
1730
1754
  'stories.togglePeerStoriesHidden':function(w,v){w.uint(3171161540);w.object(h(v,'peer'));w.boolean(h(v,'hidden'));},
1731
- 'stories.getBoostsStatus':function(w,v){w.uint(1279562866);w.object(h(v,'peer'));},
1732
- 'stories.getBoostersList':function(w,v){w.uint(863959424);w.object(h(v,'peer'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
1733
- 'stories.canApplyBoost':function(w,v){w.uint(3674587581);w.object(h(v,'peer'));},
1734
- 'stories.applyBoost':function(w,v){w.uint(4070407211);w.object(h(v,'peer'));},
1735
- 'account.updateColor':function(w,v){w.uint(2684472387);var flags=0;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=1;w.uint(flags);w.int(h(v,'color'));if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
1736
- 'account.getDefaultBackgroundEmojis':function(w,v){w.uint(2785720782);w.long(h(v,'hash'));},
1737
- 'channels.updateColor':function(w,v){w.uint(1645879327);var flags=0;var _backgroundEmojiId=v.backgroundEmojiId!==undefined;if(_backgroundEmojiId)flags|=1;w.uint(flags);w.object(h(v,'channel'));w.int(h(v,'color'));if(_backgroundEmojiId)w.long(v.backgroundEmojiId);},
1738
- 'payments.getPremiumGiftCodeOptions':function(w,v){w.uint(660060756);var flags=0;var _boostPeer=v.boostPeer!==undefined;if(_boostPeer)flags|=1;w.uint(flags);if(_boostPeer)w.object(v.boostPeer);},
1739
- 'payments.checkGiftCode':function(w,v){w.uint(2387719361);w.string(h(v,'slug'));},
1740
- 'payments.applyGiftCode':function(w,v){w.uint(4142032980);w.string(h(v,'slug'));},
1741
- 'payments.getGiveawayInfo':function(w,v){w.uint(4095972389);w.object(h(v,'peer'));w.int(h(v,'msgId'));},
1742
- 'payments.launchPrepaidGiveaway':function(w,v){w.uint(1609928480);w.object(h(v,'peer'));w.long(h(v,'giveawayId'));w.object(h(v,'purpose'));},
1743
1755
  'premium.getBoostsList':function(w,v){w.uint(1626764896);var flags=0;if(v.gifts===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
1744
1756
  'premium.getMyBoosts':function(w){w.uint(199719754);},
1745
1757
  'premium.applyBoost':function(w,v){w.uint(1803396934);var flags=0;var _slots=v.slots&&v.slots.length;if(_slots)flags|=1;w.uint(flags);if(_slots)w.vector(w.int,v.slots);w.object(h(v,'peer'));},
1746
1758
  'premium.getBoostsStatus':function(w,v){w.uint(70197089);w.object(h(v,'peer'));},
1759
+ 'premium.getUserBoosts':function(w,v){w.uint(965037343);w.object(h(v,'peer'));w.object(h(v,'userId'));},
1760
+ 'messages.searchEmojiStickerSets':function(w,v){w.uint(2461288780);var flags=0;if(v.excludeFeatured===true)flags|=1;w.uint(flags);w.string(h(v,'q'));w.long(h(v,'hash'));},
1761
+ 'help.getPeerColors':function(w,v){w.uint(3665884207);w.int(h(v,'hash'));},
1762
+ 'help.getPeerProfileColors':function(w,v){w.uint(2882513405);w.int(h(v,'hash'));},
1763
+ 'channels.toggleViewForumAsMessages':function(w,v){w.uint(2537077525);w.object(h(v,'channel'));w.boolean(h(v,'enabled'));},
1764
+ 'channels.getChannelRecommendations':function(w,v){w.uint(2209811863);w.object(h(v,'channel'));},
1765
+ 'stats.getStoryStats':function(w,v){w.uint(927985472);var flags=0;if(v.dark===true)flags|=1;w.uint(flags);w.object(h(v,'peer'));w.int(h(v,'id'));},
1766
+ 'stats.getStoryPublicForwards':function(w,v){w.uint(2789441270);w.object(h(v,'peer'));w.int(h(v,'id'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
1767
+ 'stories.getBoostsStatus':function(w,v){w.uint(1279562866);w.object(h(v,'peer'));},
1768
+ 'stories.getBoostersList':function(w,v){w.uint(863959424);w.object(h(v,'peer'));w.string(h(v,'offset'));w.int(h(v,'limit'));},
1769
+ 'stories.canApplyBoost':function(w,v){w.uint(3674587581);w.object(h(v,'peer'));},
1770
+ 'stories.applyBoost':function(w,v){w.uint(4070407211);w.object(h(v,'peer'));},
1747
1771
  'mt_resPQ':function(w,v){w.uint(85337187);w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.bytes(h(v,'pq'));w.vector(w.long,h(v,'serverPublicKeyFingerprints'));},
1748
1772
  'mt_p_q_inner_data_dc':function(w,v){w.uint(2851430293);w.bytes(h(v,'pq'));w.bytes(h(v,'p'));w.bytes(h(v,'q'));w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int256(h(v,'newNonce'));w.int(h(v,'dc'));},
1749
1773
  'mt_p_q_inner_data_temp_dc':function(w,v){w.uint(1459478408);w.bytes(h(v,'pq'));w.bytes(h(v,'p'));w.bytes(h(v,'q'));w.int128(h(v,'nonce'));w.int128(h(v,'serverNonce'));w.int256(h(v,'newNonce'));w.int(h(v,'dc'));w.int(h(v,'expiresIn'));},
@@ -1847,6 +1871,7 @@ _staticSize:{
1847
1871
  'messageActionGeoProximityReached':32,
1848
1872
  'messageActionChatJoinedByRequest':4,
1849
1873
  'messageActionRequestedPeer':20,
1874
+ 'messageActionGiveawayLaunch':4,
1850
1875
  'photoEmpty':12,
1851
1876
  'geoPointEmpty':4,
1852
1877
  'inputNotifyUsers':4,
@@ -2026,10 +2051,10 @@ _staticSize:{
2026
2051
  'messageEntityCashtag':12,
2027
2052
  'messageEntityUnderline':12,
2028
2053
  'messageEntityStrike':12,
2029
- 'messageEntityBlockquote':12,
2030
2054
  'messageEntityBankCard':12,
2031
2055
  'messageEntitySpoiler':12,
2032
2056
  'messageEntityCustomEmoji':20,
2057
+ 'messageEntityBlockquote':12,
2033
2058
  'inputChannelEmpty':4,
2034
2059
  'inputChannel':20,
2035
2060
  'messageRange':12,
@@ -2093,6 +2118,8 @@ _staticSize:{
2093
2118
  'channelAdminLogEventActionToggleNoForwards':8,
2094
2119
  'channelAdminLogEventActionToggleForum':8,
2095
2120
  'channelAdminLogEventActionToggleAntiSpam':8,
2121
+ 'channelAdminLogEventActionChangeColor':12,
2122
+ 'channelAdminLogEventActionChangeBackgroundEmoji':20,
2096
2123
  'channelAdminLogEventsFilter':8,
2097
2124
  'popularContact':16,
2098
2125
  'messages.favedStickersNotModified':4,
@@ -2226,14 +2253,15 @@ _staticSize:{
2226
2253
  'storyItemDeleted':8,
2227
2254
  'storyItemSkipped':20,
2228
2255
  'mediaAreaCoordinates':44,
2229
- 'stories.canApplyBoostOk':4,
2230
- 'booster':16,
2231
- 'messageActionGiveawayLaunch':4,
2232
- 'channelAdminLogEventActionChangeColor':12,
2233
- 'channelAdminLogEventActionChangeBackgroundEmoji':20,
2234
2256
  'prepaidGiveaway':24,
2257
+ 'messageActionGiveawayResults':12,
2258
+ 'updateChannelViewForumAsMessages':16,
2259
+ 'postInteractionCountersMessage':20,
2260
+ 'postInteractionCountersStory':20,
2261
+ 'help.peerColorsNotModified':4,
2235
2262
  'messageUserVoteInputOption':16,
2236
- 'dummyUpdate':20,
2263
+ 'stories.canApplyBoostOk':4,
2264
+ 'booster':16,
2237
2265
  'test.useError':4,
2238
2266
  'test.useConfigSimple':4,
2239
2267
  'test.parseInputAppEvent':4,
@@ -2279,6 +2307,7 @@ _staticSize:{
2279
2307
  'account.getDefaultGroupPhotoEmojis':12,
2280
2308
  'account.getAutoSaveSettings':4,
2281
2309
  'account.deleteAutoSaveExceptions':4,
2310
+ 'account.getDefaultBackgroundEmojis':12,
2282
2311
  'contacts.getContactIDs':12,
2283
2312
  'contacts.getStatuses':4,
2284
2313
  'contacts.getContacts':12,
@@ -2367,8 +2396,9 @@ _staticSize:{
2367
2396
  'stories.activateStealthMode':8,
2368
2397
  'stories.getAllReadPeerStories':4,
2369
2398
  'stories.getChatsToSend':4,
2370
- 'account.getDefaultBackgroundEmojis':12,
2371
2399
  'premium.getMyBoosts':4,
2400
+ 'help.getPeerColors':8,
2401
+ 'help.getPeerProfileColors':8,
2372
2402
  'mt_dh_gen_ok':52,
2373
2403
  'mt_dh_gen_retry':52,
2374
2404
  'mt_dh_gen_fail':52,