WTelegramClient/src/TL.Table.cs
2023-04-02 00:06:26 +02:00

1209 lines
59 KiB
C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
namespace TL
{
public static class Layer
{
public const int Version = 156; // fetched 26/03/2023 17:25:51
internal const int SecretChats = 144;
internal const int MTProto2 = 73;
internal const uint VectorCtor = 0x1CB5C415;
internal const uint NullCtor = 0x56730BCC;
internal const uint RpcResultCtor = 0xF35C6D01;
internal const uint RpcErrorCtor = 0x2144CA19;
internal const uint MsgContainerCtor = 0x73F1F8DC;
internal const uint BadMsgCtor = 0xA7EFF811;
internal const uint GZipedCtor = 0x3072CFA1;
[EditorBrowsable(EditorBrowsableState.Never)]
public readonly static Dictionary<uint, Type> Table = new()
{
[0xF35C6D01] = typeof(RpcResult),
[0x5BB8E511] = typeof(_Message),
[0x73F1F8DC] = typeof(MsgContainer),
[0xE06046B2] = typeof(MsgCopy),
[0x3072CFA1] = typeof(GzipPacked),
[0xFEFEFEFE] = typeof(WTelegram.SecretChats.SecretChat),
// from TL.MTProto:
[0x05162463] = typeof(ResPQ),
[0x83C95AEC] = typeof(PQInnerData),
[0xA9F55F95] = typeof(PQInnerDataDc),
[0x3C6A84D4] = typeof(PQInnerDataTemp),
[0x56FDDF88] = typeof(PQInnerDataTempDc),
[0x75A3F765] = typeof(BindAuthKeyInner),
[0x79CB045D] = typeof(ServerDHParamsFail),
[0xD0E8075C] = typeof(ServerDHParamsOk),
[0xB5890DBA] = typeof(ServerDHInnerData),
[0x6643B654] = typeof(ClientDHInnerData),
[0x3BCBF734] = typeof(DhGenOk),
[0x46DC1FB9] = typeof(DhGenRetry),
[0xA69DAE02] = typeof(DhGenFail),
[0x7ABE77EC] = typeof(Methods.Ping),
[0x62D6B459] = typeof(MsgsAck),
[0xA7EFF811] = typeof(BadMsgNotification),
[0xEDAB447B] = typeof(BadServerSalt),
[0xDA69FB52] = typeof(MsgsStateReq),
[0x04DEB57D] = typeof(MsgsStateInfo),
[0x8CC0D131] = typeof(MsgsAllInfo),
[0x276D3EC6] = typeof(MsgDetailedInfo),
[0x809DB6DF] = typeof(MsgNewDetailedInfo),
[0x7D861A08] = typeof(MsgResendReq),
[0x2144CA19] = typeof(RpcError),
[0x5E2AD36E] = typeof(RpcAnswerUnknown),
[0xCD78E586] = typeof(RpcAnswerDroppedRunning),
[0xA43AD8B7] = typeof(RpcAnswerDropped),
[0x0949D9DC] = typeof(FutureSalt),
[0xAE500895] = typeof(FutureSalts),
[0x347773C5] = typeof(Pong),
[0xE22045FC] = typeof(DestroySessionOk),
[0x62D350C9] = typeof(DestroySessionNone),
[0x9EC20908] = typeof(NewSessionCreated),
[0x9299359F] = typeof(HttpWait),
[0xD433AD73] = typeof(IpPort),
[0x37982646] = typeof(IpPortSecret),
[0x4679B65F] = typeof(AccessPointRule),
[0x5A592A6C] = typeof(Help_ConfigSimple),
// from TL.SchemaExtensions:
[0x3FEDD339] = typeof(True),
[0xC4B9F9BB] = typeof(Error),
[0x56730BCC] = null,//Null
[0x7F3B18EA] = null,//InputPeerEmpty
[0x7DA07EC9] = typeof(InputPeerSelf),
[0x35A95CB9] = typeof(InputPeerChat),
[0xDDE8A54C] = typeof(InputPeerUser),
[0x27BCBBFC] = typeof(InputPeerChannel),
[0xA87B0A1C] = typeof(InputPeerUserFromMessage),
[0xBD2A0840] = typeof(InputPeerChannelFromMessage),
[0xB98886CF] = null,//InputUserEmpty
[0xF7C1B13F] = typeof(InputUserSelf),
[0xF21158C6] = typeof(InputUser),
[0x1DA448E2] = typeof(InputUserFromMessage),
[0xF392B7F4] = typeof(InputPhoneContact),
[0xF52FF27F] = typeof(InputFile),
[0xFA4F0BB5] = typeof(InputFileBig),
[0x9664F57F] = null,//InputMediaEmpty
[0x1E287D04] = typeof(InputMediaUploadedPhoto),
[0xB3BA0635] = typeof(InputMediaPhoto),
[0xF9C44144] = typeof(InputMediaGeoPoint),
[0xF8AB7DFB] = typeof(InputMediaContact),
[0x5B38C6C1] = typeof(InputMediaUploadedDocument),
[0x33473058] = typeof(InputMediaDocument),
[0xC13D1C11] = typeof(InputMediaVenue),
[0xE5BBFE1A] = typeof(InputMediaPhotoExternal),
[0xFB52DC99] = typeof(InputMediaDocumentExternal),
[0xD33F43F3] = typeof(InputMediaGame),
[0x8EB5A6D5] = typeof(InputMediaInvoice),
[0x971FA843] = typeof(InputMediaGeoLive),
[0x0F94E5F1] = typeof(InputMediaPoll),
[0xE66FBF7B] = typeof(InputMediaDice),
[0x1CA48F57] = null,//InputChatPhotoEmpty
[0xBDCDAEC0] = typeof(InputChatUploadedPhoto),
[0x8953AD37] = typeof(InputChatPhoto),
[0xE4C123D6] = null,//InputGeoPointEmpty
[0x48222FAF] = typeof(InputGeoPoint),
[0x1CD7BF0D] = null,//InputPhotoEmpty
[0x3BB3B94A] = typeof(InputPhoto),
[0xDFDAABE1] = typeof(InputFileLocation),
[0xF5235D55] = typeof(InputEncryptedFileLocation),
[0xBAD07584] = typeof(InputDocumentFileLocation),
[0xCBC7EE28] = typeof(InputSecureFileLocation),
[0x29BE5899] = typeof(InputTakeoutFileLocation),
[0x40181FFE] = typeof(InputPhotoFileLocation),
[0xD83466F3] = typeof(InputPhotoLegacyFileLocation),
[0x37257E99] = typeof(InputPeerPhotoFileLocation),
[0x9D84F3DB] = typeof(InputStickerSetThumb),
[0x0598A92A] = typeof(InputGroupCallStream),
[0x59511722] = typeof(PeerUser),
[0x36C6019A] = typeof(PeerChat),
[0xA2A5371E] = typeof(PeerChannel),
[0xD3BC4B7A] = typeof(UserEmpty),
[0x8F97C628] = typeof(User),
[0x4F11BAE1] = null,//UserProfilePhotoEmpty
[0x82D1F706] = typeof(UserProfilePhoto),
[0x09D05049] = null,//UserStatusEmpty
[0xEDB93949] = typeof(UserStatusOnline),
[0x008C703F] = typeof(UserStatusOffline),
[0xE26F42F1] = typeof(UserStatusRecently),
[0x07BF09FC] = typeof(UserStatusLastWeek),
[0x77EBC742] = typeof(UserStatusLastMonth),
[0x29562865] = typeof(ChatEmpty),
[0x41CBF256] = typeof(Chat),
[0x6592A1A7] = typeof(ChatForbidden),
[0x83259464] = typeof(Channel),
[0x17D493D5] = typeof(ChannelForbidden),
[0xC9D31138] = typeof(ChatFull),
[0xF2355507] = typeof(ChannelFull),
[0xC02D4007] = typeof(ChatParticipant),
[0xE46BCEE4] = typeof(ChatParticipantCreator),
[0xA0933F5B] = typeof(ChatParticipantAdmin),
[0x8763D3E1] = typeof(ChatParticipantsForbidden),
[0x3CBC93F8] = typeof(ChatParticipants),
[0x37C1011C] = null,//ChatPhotoEmpty
[0x1C6E1C11] = typeof(ChatPhoto),
[0x90A6CA84] = typeof(MessageEmpty),
[0x38116EE0] = typeof(Message),
[0x2B085862] = typeof(MessageService),
[0x3DED6320] = null,//MessageMediaEmpty
[0x695150D7] = typeof(MessageMediaPhoto),
[0x56E0D474] = typeof(MessageMediaGeo),
[0x70322949] = typeof(MessageMediaContact),
[0x9F84F49E] = typeof(MessageMediaUnsupported),
[0x9CB070D7] = typeof(MessageMediaDocument),
[0xA32DD600] = typeof(MessageMediaWebPage),
[0x2EC0533F] = typeof(MessageMediaVenue),
[0xFDB19008] = typeof(MessageMediaGame),
[0xF6A548D3] = typeof(MessageMediaInvoice),
[0xB940C666] = typeof(MessageMediaGeoLive),
[0x4BD6E798] = typeof(MessageMediaPoll),
[0x3F7EE58B] = typeof(MessageMediaDice),
[0xB6AEF7B0] = null,//MessageActionEmpty
[0xBD47CBAD] = typeof(MessageActionChatCreate),
[0xB5A1CE5A] = typeof(MessageActionChatEditTitle),
[0x7FCB13A8] = typeof(MessageActionChatEditPhoto),
[0x95E3FBEF] = typeof(MessageActionChatDeletePhoto),
[0x15CEFD00] = typeof(MessageActionChatAddUser),
[0xA43F30CC] = typeof(MessageActionChatDeleteUser),
[0x031224C3] = typeof(MessageActionChatJoinedByLink),
[0x95D2AC92] = typeof(MessageActionChannelCreate),
[0xE1037F92] = typeof(MessageActionChatMigrateTo),
[0xEA3948E9] = typeof(MessageActionChannelMigrateFrom),
[0x94BD38ED] = typeof(MessageActionPinMessage),
[0x9FBAB604] = typeof(MessageActionHistoryClear),
[0x92A72876] = typeof(MessageActionGameScore),
[0x8F31B327] = typeof(MessageActionPaymentSentMe),
[0x96163F56] = typeof(MessageActionPaymentSent),
[0x80E11A7F] = typeof(MessageActionPhoneCall),
[0x4792929B] = typeof(MessageActionScreenshotTaken),
[0xFAE69F56] = typeof(MessageActionCustomAction),
[0xC516D679] = typeof(MessageActionBotAllowed),
[0x1B287353] = typeof(MessageActionSecureValuesSentMe),
[0xD95C6154] = typeof(MessageActionSecureValuesSent),
[0xF3F25F76] = typeof(MessageActionContactSignUp),
[0x98E0D697] = typeof(MessageActionGeoProximityReached),
[0x7A0D7F42] = typeof(MessageActionGroupCall),
[0x502F92F7] = typeof(MessageActionInviteToGroupCall),
[0x3C134D7B] = typeof(MessageActionSetMessagesTTL),
[0xB3A07661] = typeof(MessageActionGroupCallScheduled),
[0xAA786345] = typeof(MessageActionSetChatTheme),
[0xEBBCA3CB] = typeof(MessageActionChatJoinedByRequest),
[0x47DD8079] = typeof(MessageActionWebViewDataSentMe),
[0xB4C38CB5] = typeof(MessageActionWebViewDataSent),
[0xABA0F5C6] = typeof(MessageActionGiftPremium),
[0x0D999256] = typeof(MessageActionTopicCreate),
[0xC0944820] = typeof(MessageActionTopicEdit),
[0x57DE635E] = typeof(MessageActionSuggestProfilePhoto),
[0xFE77345D] = typeof(MessageActionRequestedPeer),
[0xD58A08C6] = typeof(Dialog),
[0x71BD134C] = typeof(DialogFolder),
[0x2331B22D] = typeof(PhotoEmpty),
[0xFB197A65] = typeof(Photo),
[0x0E17E23C] = typeof(PhotoSizeEmpty),
[0x75C78E60] = typeof(PhotoSize),
[0x021E1AD6] = typeof(PhotoCachedSize),
[0xE0B0BC2E] = typeof(PhotoStrippedSize),
[0xFA3EFB95] = typeof(PhotoSizeProgressive),
[0xD8214D41] = typeof(PhotoPathSize),
[0x1117DD5F] = null,//GeoPointEmpty
[0xB2A2F663] = typeof(GeoPoint),
[0x5E002502] = typeof(Auth_SentCode),
[0x2390FE44] = typeof(Auth_SentCodeSuccess),
[0x2EA2C0D4] = typeof(Auth_Authorization),
[0x44747E9A] = typeof(Auth_AuthorizationSignUpRequired),
[0xB434E2B8] = typeof(Auth_ExportedAuthorization),
[0xB8BC5B0C] = typeof(InputNotifyPeer),
[0x193B4417] = typeof(InputNotifyUsers),
[0x4A95E84E] = typeof(InputNotifyChats),
[0xB1DB7C7E] = typeof(InputNotifyBroadcasts),
[0x5C467992] = typeof(InputNotifyForumTopic),
[0xDF1F002B] = typeof(InputPeerNotifySettings),
[0xA83B0426] = typeof(PeerNotifySettings),
[0xA518110D] = typeof(PeerSettings),
[0xA437C3ED] = typeof(WallPaper),
[0xE0804116] = typeof(WallPaperNoFile),
[0xF8D32AED] = typeof(UserFull),
[0x145ADE0B] = typeof(Contact),
[0xC13E3C50] = typeof(ImportedContact),
[0x16D9703B] = typeof(ContactStatus),
[0xB74BA9D2] = null,//Contacts_ContactsNotModified
[0xEAE87E42] = typeof(Contacts_Contacts),
[0x77D01C3B] = typeof(Contacts_ImportedContacts),
[0x0ADE1591] = typeof(Contacts_Blocked),
[0xE1664194] = typeof(Contacts_BlockedSlice),
[0x15BA6C40] = typeof(Messages_Dialogs),
[0x71E094F3] = typeof(Messages_DialogsSlice),
[0xF0E3E596] = typeof(Messages_DialogsNotModified),
[0x8C718E87] = typeof(Messages_Messages),
[0x3A54685E] = typeof(Messages_MessagesSlice),
[0xC776BA4E] = typeof(Messages_ChannelMessages),
[0x74535F21] = typeof(Messages_MessagesNotModified),
[0x64FF9FD5] = typeof(Messages_Chats),
[0x9CD81144] = typeof(Messages_ChatsSlice),
[0xE5D7D19C] = typeof(Messages_ChatFull),
[0xB45C69D1] = typeof(Messages_AffectedHistory),
[0x57E2F66C] = null,//InputMessagesFilterEmpty
[0x9609A51C] = typeof(InputMessagesFilterPhotos),
[0x9FC00E65] = typeof(InputMessagesFilterVideo),
[0x56E9F0E4] = typeof(InputMessagesFilterPhotoVideo),
[0x9EDDF188] = typeof(InputMessagesFilterDocument),
[0x7EF0DD87] = typeof(InputMessagesFilterUrl),
[0xFFC86587] = typeof(InputMessagesFilterGif),
[0x50F5C392] = typeof(InputMessagesFilterVoice),
[0x3751B49E] = typeof(InputMessagesFilterMusic),
[0x3A20ECB8] = typeof(InputMessagesFilterChatPhotos),
[0x80C99768] = typeof(InputMessagesFilterPhoneCalls),
[0x7A7C17A4] = typeof(InputMessagesFilterRoundVoice),
[0xB549DA53] = typeof(InputMessagesFilterRoundVideo),
[0xC1F8E69A] = typeof(InputMessagesFilterMyMentions),
[0xE7026D0D] = typeof(InputMessagesFilterGeo),
[0xE062DB83] = typeof(InputMessagesFilterContacts),
[0x1BB00451] = typeof(InputMessagesFilterPinned),
[0x1F2B0AFD] = typeof(UpdateNewMessage),
[0x4E90BFD6] = typeof(UpdateMessageID),
[0xA20DB0E5] = typeof(UpdateDeleteMessages),
[0xC01E857F] = typeof(UpdateUserTyping),
[0x83487AF0] = typeof(UpdateChatUserTyping),
[0x07761198] = typeof(UpdateChatParticipants),
[0xE5BDF8DE] = typeof(UpdateUserStatus),
[0xA7848924] = typeof(UpdateUserName),
[0x12BCBD9A] = typeof(UpdateNewEncryptedMessage),
[0x1710F156] = typeof(UpdateEncryptedChatTyping),
[0xB4A2E88D] = typeof(UpdateEncryption),
[0x38FE25B7] = typeof(UpdateEncryptedMessagesRead),
[0x3DDA5451] = typeof(UpdateChatParticipantAdd),
[0xE32F3D77] = typeof(UpdateChatParticipantDelete),
[0x8E5E9873] = typeof(UpdateDcOptions),
[0xBEC268EF] = typeof(UpdateNotifySettings),
[0xEBE46819] = typeof(UpdateServiceNotification),
[0xEE3B272A] = typeof(UpdatePrivacy),
[0x05492A13] = typeof(UpdateUserPhone),
[0x9C974FDF] = typeof(UpdateReadHistoryInbox),
[0x2F2F21BF] = typeof(UpdateReadHistoryOutbox),
[0x7F891213] = typeof(UpdateWebPage),
[0x68C13933] = typeof(UpdateReadMessagesContents),
[0x108D941F] = typeof(UpdateChannelTooLong),
[0x635B4C09] = typeof(UpdateChannel),
[0x62BA04D9] = typeof(UpdateNewChannelMessage),
[0x922E6E10] = typeof(UpdateReadChannelInbox),
[0xC32D5B12] = typeof(UpdateDeleteChannelMessages),
[0xF226AC08] = typeof(UpdateChannelMessageViews),
[0xD7CA61A2] = typeof(UpdateChatParticipantAdmin),
[0x688A30AA] = typeof(UpdateNewStickerSet),
[0x0BB2D201] = typeof(UpdateStickerSetsOrder),
[0x31C24808] = typeof(UpdateStickerSets),
[0x9375341E] = typeof(UpdateSavedGifs),
[0x496F379C] = typeof(UpdateBotInlineQuery),
[0x12F12A07] = typeof(UpdateBotInlineSend),
[0x1B3F4DF7] = typeof(UpdateEditChannelMessage),
[0xB9CFC48D] = typeof(UpdateBotCallbackQuery),
[0xE40370A3] = typeof(UpdateEditMessage),
[0x691E9052] = typeof(UpdateInlineBotCallbackQuery),
[0xB75F99A9] = typeof(UpdateReadChannelOutbox),
[0x1B49EC6D] = typeof(UpdateDraftMessage),
[0x571D2742] = typeof(UpdateReadFeaturedStickers),
[0x9A422C20] = typeof(UpdateRecentStickers),
[0xA229DD06] = typeof(UpdateConfig),
[0x3354678F] = typeof(UpdatePtsChanged),
[0x2F2BA99F] = typeof(UpdateChannelWebPage),
[0x6E6FE51C] = typeof(UpdateDialogPinned),
[0xFA0F3CA2] = typeof(UpdatePinnedDialogs),
[0x8317C0C3] = typeof(UpdateBotWebhookJSON),
[0x9B9240A6] = typeof(UpdateBotWebhookJSONQuery),
[0xB5AEFD7D] = typeof(UpdateBotShippingQuery),
[0x8CAA9A96] = typeof(UpdateBotPrecheckoutQuery),
[0xAB0F6B1E] = typeof(UpdatePhoneCall),
[0x46560264] = typeof(UpdateLangPackTooLong),
[0x56022F4D] = typeof(UpdateLangPack),
[0xE511996D] = typeof(UpdateFavedStickers),
[0xEA29055D] = typeof(UpdateChannelReadMessagesContents),
[0x7084A7BE] = typeof(UpdateContactsReset),
[0xB23FC698] = typeof(UpdateChannelAvailableMessages),
[0xE16459C3] = typeof(UpdateDialogUnreadMark),
[0xACA1657B] = typeof(UpdateMessagePoll),
[0x54C01850] = typeof(UpdateChatDefaultBannedRights),
[0x19360DC0] = typeof(UpdateFolderPeers),
[0x6A7E7366] = typeof(UpdatePeerSettings),
[0xB4AFCFB0] = typeof(UpdatePeerLocated),
[0x39A51DFB] = typeof(UpdateNewScheduledMessage),
[0x90866CEE] = typeof(UpdateDeleteScheduledMessages),
[0x8216FBA3] = typeof(UpdateTheme),
[0x871FB939] = typeof(UpdateGeoLiveViewed),
[0x564FE691] = typeof(UpdateLoginToken),
[0x106395C9] = typeof(UpdateMessagePollVote),
[0x26FFDE7D] = typeof(UpdateDialogFilter),
[0xA5D72105] = typeof(UpdateDialogFilterOrder),
[0x3504914F] = typeof(UpdateDialogFilters),
[0x2661BF09] = typeof(UpdatePhoneCallSignalingData),
[0xD29A27F4] = typeof(UpdateChannelMessageForwards),
[0xD6B19546] = typeof(UpdateReadChannelDiscussionInbox),
[0x695C9E7C] = typeof(UpdateReadChannelDiscussionOutbox),
[0x246A4B22] = typeof(UpdatePeerBlocked),
[0x8C88C923] = typeof(UpdateChannelUserTyping),
[0xED85EAB5] = typeof(UpdatePinnedMessages),
[0x5BB98608] = typeof(UpdatePinnedChannelMessages),
[0xF89A6A4E] = typeof(UpdateChat),
[0xF2EBDB4E] = typeof(UpdateGroupCallParticipants),
[0x14B24500] = typeof(UpdateGroupCall),
[0xBB9BB9A5] = typeof(UpdatePeerHistoryTTL),
[0xD087663A] = typeof(UpdateChatParticipant),
[0x985D3ABB] = typeof(UpdateChannelParticipant),
[0xC4870A49] = typeof(UpdateBotStopped),
[0x0B783982] = typeof(UpdateGroupCallConnection),
[0x4D712F2E] = typeof(UpdateBotCommands),
[0x7063C3DB] = typeof(UpdatePendingJoinRequests),
[0x11DFA986] = typeof(UpdateBotChatInviteRequester),
[0x5E1B3CB8] = typeof(UpdateMessageReactions),
[0x17B7A20B] = typeof(UpdateAttachMenuBots),
[0x1592B79D] = typeof(UpdateWebViewResultSent),
[0x14B85813] = typeof(UpdateBotMenuButton),
[0x74D8BE99] = typeof(UpdateSavedRingtones),
[0x0084CD5A] = typeof(UpdateTranscribedAudio),
[0xFB4C496C] = typeof(UpdateReadFeaturedEmojiStickers),
[0x28373599] = typeof(UpdateUserEmojiStatus),
[0x30F443DB] = typeof(UpdateRecentEmojiStatuses),
[0x6F7863F4] = typeof(UpdateRecentReactions),
[0x86FCCF85] = typeof(UpdateMoveStickerSetToTop),
[0x5A73A98C] = typeof(UpdateMessageExtendedMedia),
[0x192EFBE3] = typeof(UpdateChannelPinnedTopic),
[0xFE198602] = typeof(UpdateChannelPinnedTopics),
[0x20529438] = typeof(UpdateUser),
[0xEC05B097] = typeof(UpdateAutoSaveSettings),
[0xCCF08AD6] = typeof(UpdateGroupInvitePrivacyForbidden),
[0xA56C2A3E] = typeof(Updates_State),
[0x5D75A138] = typeof(Updates_DifferenceEmpty),
[0x00F49CA0] = typeof(Updates_Difference),
[0xA8FB1981] = typeof(Updates_DifferenceSlice),
[0x4AFE8F6D] = typeof(Updates_DifferenceTooLong),
[0xE317AF7E] = typeof(UpdatesTooLong),
[0x313BC7F8] = typeof(UpdateShortMessage),
[0x4D6DEEA5] = typeof(UpdateShortChatMessage),
[0x78D4DEC1] = typeof(UpdateShort),
[0x725B04C3] = typeof(UpdatesCombined),
[0x74AE4240] = typeof(Updates),
[0x9015E101] = typeof(UpdateShortSentMessage),
[0x8DCA6AA5] = typeof(Photos_Photos),
[0x15051F54] = typeof(Photos_PhotosSlice),
[0x20212CA8] = typeof(Photos_Photo),
[0x096A18D5] = typeof(Upload_File),
[0xF18CDA44] = typeof(Upload_FileCdnRedirect),
[0x18B7A10D] = typeof(DcOption),
[0xCC1A241E] = typeof(Config),
[0x8E1A1775] = typeof(NearestDc),
[0xCCBBCE30] = typeof(Help_AppUpdate),
[0xC45A6536] = null,//Help_NoAppUpdate
[0x18CB9F78] = typeof(Help_InviteText),
[0xAB7EC0A0] = typeof(EncryptedChatEmpty),
[0x66B25953] = typeof(EncryptedChatWaiting),
[0x48F1D94C] = typeof(EncryptedChatRequested),
[0x61F0D4C7] = typeof(EncryptedChat),
[0x1E1C7C45] = typeof(EncryptedChatDiscarded),
[0xF141B5E1] = typeof(InputEncryptedChat),
[0xC21F497E] = null,//EncryptedFileEmpty
[0xA8008CD8] = typeof(EncryptedFile),
[0x1837C364] = null,//InputEncryptedFileEmpty
[0x64BD0306] = typeof(InputEncryptedFileUploaded),
[0x5A17B5E5] = typeof(InputEncryptedFile),
[0x2DC173C8] = typeof(InputEncryptedFileBigUploaded),
[0xED18C118] = typeof(EncryptedMessage),
[0x23734B06] = typeof(EncryptedMessageService),
[0xC0E24635] = typeof(Messages_DhConfigNotModified),
[0x2C221EDD] = typeof(Messages_DhConfig),
[0x560F8935] = typeof(Messages_SentEncryptedMessage),
[0x9493FF32] = typeof(Messages_SentEncryptedFile),
[0x72F0EAAE] = null,//InputDocumentEmpty
[0x1ABFB575] = typeof(InputDocument),
[0x36F8C871] = typeof(DocumentEmpty),
[0x8FD4C4D8] = typeof(Document),
[0x17C6B5F6] = typeof(Help_Support),
[0x9FD40BD8] = typeof(NotifyPeer),
[0xB4C83B4C] = typeof(NotifyUsers),
[0xC007CEC3] = typeof(NotifyChats),
[0xD612E8EF] = typeof(NotifyBroadcasts),
[0x226E6308] = typeof(NotifyForumTopic),
[0x16BF744E] = typeof(SendMessageTypingAction),
[0xFD5EC8F5] = typeof(SendMessageCancelAction),
[0xA187D66F] = typeof(SendMessageRecordVideoAction),
[0xE9763AEC] = typeof(SendMessageUploadVideoAction),
[0xD52F73F7] = typeof(SendMessageRecordAudioAction),
[0xF351D7AB] = typeof(SendMessageUploadAudioAction),
[0xD1D34A26] = typeof(SendMessageUploadPhotoAction),
[0xAA0CD9E4] = typeof(SendMessageUploadDocumentAction),
[0x176F8BA1] = typeof(SendMessageGeoLocationAction),
[0x628CBC6F] = typeof(SendMessageChooseContactAction),
[0xDD6A8F48] = typeof(SendMessageGamePlayAction),
[0x88F27FBC] = typeof(SendMessageRecordRoundAction),
[0x243E1C66] = typeof(SendMessageUploadRoundAction),
[0xD92C2285] = typeof(SpeakingInGroupCallAction),
[0xDBDA9246] = typeof(SendMessageHistoryImportAction),
[0xB05AC6B1] = typeof(SendMessageChooseStickerAction),
[0x25972BCB] = typeof(SendMessageEmojiInteraction),
[0xB665902E] = typeof(SendMessageEmojiInteractionSeen),
[0xB3134D9D] = typeof(Contacts_Found),
[0x0D09E07B] = typeof(InputPrivacyValueAllowContacts),
[0x184B35CE] = typeof(InputPrivacyValueAllowAll),
[0x131CC67F] = typeof(InputPrivacyValueAllowUsers),
[0x0BA52007] = typeof(InputPrivacyValueDisallowContacts),
[0xD66B66C9] = typeof(InputPrivacyValueDisallowAll),
[0x90110467] = typeof(InputPrivacyValueDisallowUsers),
[0x840649CF] = typeof(InputPrivacyValueAllowChatParticipants),
[0xE94F0F86] = typeof(InputPrivacyValueDisallowChatParticipants),
[0xFFFE1BAC] = typeof(PrivacyValueAllowContacts),
[0x65427B82] = typeof(PrivacyValueAllowAll),
[0xB8905FB2] = typeof(PrivacyValueAllowUsers),
[0xF888FA1A] = typeof(PrivacyValueDisallowContacts),
[0x8B73E763] = typeof(PrivacyValueDisallowAll),
[0xE4621141] = typeof(PrivacyValueDisallowUsers),
[0x6B134E8E] = typeof(PrivacyValueAllowChatParticipants),
[0x41C87565] = typeof(PrivacyValueDisallowChatParticipants),
[0x50A04E45] = typeof(Account_PrivacyRules),
[0xB8D0AFDF] = typeof(AccountDaysTTL),
[0x6C37C15C] = typeof(DocumentAttributeImageSize),
[0x11B58939] = typeof(DocumentAttributeAnimated),
[0x6319D612] = typeof(DocumentAttributeSticker),
[0x0EF02CE6] = typeof(DocumentAttributeVideo),
[0x9852F9C6] = typeof(DocumentAttributeAudio),
[0x15590068] = typeof(DocumentAttributeFilename),
[0x9801D2F7] = typeof(DocumentAttributeHasStickers),
[0xFD149899] = typeof(DocumentAttributeCustomEmoji),
[0xF1749A22] = null,//Messages_StickersNotModified
[0x30A6EC7E] = typeof(Messages_Stickers),
[0x12B299D4] = typeof(StickerPack),
[0xE86602C3] = null,//Messages_AllStickersNotModified
[0xCDBBCEBB] = typeof(Messages_AllStickers),
[0x84D19185] = typeof(Messages_AffectedMessages),
[0xEB1477E8] = typeof(WebPageEmpty),
[0xC586DA1C] = typeof(WebPagePending),
[0xE89C45B2] = typeof(WebPage),
[0x7311CA11] = typeof(WebPageNotModified),
[0xAD01D61D] = typeof(Authorization),
[0x4BFF8EA0] = typeof(Account_Authorizations),
[0x957B50FB] = typeof(Account_Password),
[0x9A5C33E5] = typeof(Account_PasswordSettings),
[0xC23727C9] = typeof(Account_PasswordInputSettings),
[0x137948A5] = typeof(Auth_PasswordRecovery),
[0xA384B779] = typeof(ReceivedNotifyMessage),
[0x0AB4A819] = typeof(ChatInviteExported),
[0xED107AB7] = typeof(ChatInvitePublicJoinRequests),
[0x5A686D7C] = typeof(ChatInviteAlready),
[0x300C44C1] = typeof(ChatInvite),
[0x61695CB0] = typeof(ChatInvitePeek),
[0xFFB62B95] = null,//InputStickerSetEmpty
[0x9DE7A269] = typeof(InputStickerSetID),
[0x861CC8A0] = typeof(InputStickerSetShortName),
[0x028703C8] = typeof(InputStickerSetAnimatedEmoji),
[0xE67F520E] = typeof(InputStickerSetDice),
[0x0CDE3739] = typeof(InputStickerSetAnimatedEmojiAnimations),
[0xC88B3B02] = typeof(InputStickerSetPremiumGifts),
[0x04C4D4CE] = typeof(InputStickerSetEmojiGenericAnimations),
[0x29D0F5EE] = typeof(InputStickerSetEmojiDefaultStatuses),
[0x44C1F8E9] = typeof(InputStickerSetEmojiDefaultTopicIcons),
[0x2DD14EDC] = typeof(StickerSet),
[0x6E153F16] = typeof(Messages_StickerSet),
[0xD3F924EB] = null,//Messages_StickerSetNotModified
[0xC27AC8C7] = typeof(BotCommand),
[0x8F300B57] = typeof(BotInfo),
[0xA2FA4880] = typeof(KeyboardButton),
[0x258AFF05] = typeof(KeyboardButtonUrl),
[0x35BBDB6B] = typeof(KeyboardButtonCallback),
[0xB16A6C29] = typeof(KeyboardButtonRequestPhone),
[0xFC796B3F] = typeof(KeyboardButtonRequestGeoLocation),
[0x0568A748] = typeof(KeyboardButtonSwitchInline),
[0x50F41CCF] = typeof(KeyboardButtonGame),
[0xAFD93FBB] = typeof(KeyboardButtonBuy),
[0x10B78D29] = typeof(KeyboardButtonUrlAuth),
[0xD02E7FD4] = typeof(InputKeyboardButtonUrlAuth),
[0xBBC7515D] = typeof(KeyboardButtonRequestPoll),
[0xE988037B] = typeof(InputKeyboardButtonUserProfile),
[0x308660C1] = typeof(KeyboardButtonUserProfile),
[0x13767230] = typeof(KeyboardButtonWebView),
[0xA0C0505C] = typeof(KeyboardButtonSimpleWebView),
[0x0D0B468C] = typeof(KeyboardButtonRequestPeer),
[0x77608B83] = typeof(KeyboardButtonRow),
[0xA03E5B85] = typeof(ReplyKeyboardHide),
[0x86B40B08] = typeof(ReplyKeyboardForceReply),
[0x85DD99D1] = typeof(ReplyKeyboardMarkup),
[0x48A30254] = typeof(ReplyInlineMarkup),
[0xBB92BA95] = typeof(MessageEntityUnknown),
[0xFA04579D] = typeof(MessageEntityMention),
[0x6F635B0D] = typeof(MessageEntityHashtag),
[0x6CEF8AC7] = typeof(MessageEntityBotCommand),
[0x6ED02538] = typeof(MessageEntityUrl),
[0x64E475C2] = typeof(MessageEntityEmail),
[0xBD610BC9] = typeof(MessageEntityBold),
[0x826F8B60] = typeof(MessageEntityItalic),
[0x28A20571] = typeof(MessageEntityCode),
[0x73924BE0] = typeof(MessageEntityPre),
[0x76A6D327] = typeof(MessageEntityTextUrl),
[0xDC7B1140] = typeof(MessageEntityMentionName),
[0x208E68C9] = typeof(InputMessageEntityMentionName),
[0x9B69E34B] = typeof(MessageEntityPhone),
[0x4C4E743F] = typeof(MessageEntityCashtag),
[0x9C4E7E8B] = typeof(MessageEntityUnderline),
[0xBF0693D4] = typeof(MessageEntityStrike),
[0x020DF5D0] = typeof(MessageEntityBlockquote),
[0x761E6AF4] = typeof(MessageEntityBankCard),
[0x32CA960F] = typeof(MessageEntitySpoiler),
[0xC8CF05F8] = typeof(MessageEntityCustomEmoji),
[0xEE8C1E86] = null,//InputChannelEmpty
[0xF35AEC28] = typeof(InputChannel),
[0x5B934F9D] = typeof(InputChannelFromMessage),
[0x7F077AD9] = typeof(Contacts_ResolvedPeer),
[0x0AE30253] = typeof(MessageRange),
[0x3E11AFFB] = typeof(Updates_ChannelDifferenceEmpty),
[0xA4BCC6FE] = typeof(Updates_ChannelDifferenceTooLong),
[0x2064674E] = typeof(Updates_ChannelDifference),
[0x94D42EE7] = null,//ChannelMessagesFilterEmpty
[0xCD77D957] = typeof(ChannelMessagesFilter),
[0xC00C07C0] = typeof(ChannelParticipant),
[0x35A8BFA7] = typeof(ChannelParticipantSelf),
[0x2FE601D3] = typeof(ChannelParticipantCreator),
[0x34C3BB53] = typeof(ChannelParticipantAdmin),
[0x6DF8014E] = typeof(ChannelParticipantBanned),
[0x1B03F006] = typeof(ChannelParticipantLeft),
[0xDE3F3C79] = typeof(ChannelParticipantsRecent),
[0xB4608969] = typeof(ChannelParticipantsAdmins),
[0xA3B54985] = typeof(ChannelParticipantsKicked),
[0xB0D1865B] = typeof(ChannelParticipantsBots),
[0x1427A5E1] = typeof(ChannelParticipantsBanned),
[0x0656AC4B] = typeof(ChannelParticipantsSearch),
[0xBB6AE88D] = typeof(ChannelParticipantsContacts),
[0xE04B5CEB] = typeof(ChannelParticipantsMentions),
[0x9AB0FEAF] = typeof(Channels_ChannelParticipants),
[0xF0173FE9] = null,//Channels_ChannelParticipantsNotModified
[0xDFB80317] = typeof(Channels_ChannelParticipant),
[0x780A0310] = typeof(Help_TermsOfService),
[0xE8025CA2] = null,//Messages_SavedGifsNotModified
[0x84A02A0D] = typeof(Messages_SavedGifs),
[0x3380C786] = typeof(InputBotInlineMessageMediaAuto),
[0x3DCD7A87] = typeof(InputBotInlineMessageText),
[0x96929A85] = typeof(InputBotInlineMessageMediaGeo),
[0x417BBF11] = typeof(InputBotInlineMessageMediaVenue),
[0xA6EDBFFD] = typeof(InputBotInlineMessageMediaContact),
[0x4B425864] = typeof(InputBotInlineMessageGame),
[0xD7E78225] = typeof(InputBotInlineMessageMediaInvoice),
[0x88BF9319] = typeof(InputBotInlineResult),
[0xA8D864A7] = typeof(InputBotInlineResultPhoto),
[0xFFF8FDC4] = typeof(InputBotInlineResultDocument),
[0x4FA417F2] = typeof(InputBotInlineResultGame),
[0x764CF810] = typeof(BotInlineMessageMediaAuto),
[0x8C7F65E2] = typeof(BotInlineMessageText),
[0x051846FD] = typeof(BotInlineMessageMediaGeo),
[0x8A86659C] = typeof(BotInlineMessageMediaVenue),
[0x18D1CDC2] = typeof(BotInlineMessageMediaContact),
[0x354A9B09] = typeof(BotInlineMessageMediaInvoice),
[0x11965F3A] = typeof(BotInlineResult),
[0x17DB940B] = typeof(BotInlineMediaResult),
[0xE021F2F6] = typeof(Messages_BotResults),
[0x5DAB1AF4] = typeof(ExportedMessageLink),
[0x5F777DCE] = typeof(MessageFwdHeader),
[0x3DBB5986] = typeof(Auth_SentCodeTypeApp),
[0xC000BBA2] = typeof(Auth_SentCodeTypeSms),
[0x5353E5A7] = typeof(Auth_SentCodeTypeCall),
[0xAB03C6D9] = typeof(Auth_SentCodeTypeFlashCall),
[0x82006484] = typeof(Auth_SentCodeTypeMissedCall),
[0xF450F59B] = typeof(Auth_SentCodeTypeEmailCode),
[0xA5491DEA] = typeof(Auth_SentCodeTypeSetUpEmailRequired),
[0xD9565C39] = typeof(Auth_SentCodeTypeFragmentSms),
[0xE57B1432] = typeof(Auth_SentCodeTypeFirebaseSms),
[0x36585EA4] = typeof(Messages_BotCallbackAnswer),
[0x26B5DDE6] = typeof(Messages_MessageEditData),
[0x890C3D89] = typeof(InputBotInlineMessageID),
[0xB6D915D7] = typeof(InputBotInlineMessageID64),
[0x3C20629F] = typeof(InlineBotSwitchPM),
[0x3371C354] = typeof(Messages_PeerDialogs),
[0xEDCDC05B] = typeof(TopPeer),
[0xFB834291] = typeof(TopPeerCategoryPeers),
[0xDE266EF5] = null,//Contacts_TopPeersNotModified
[0x70B772A8] = typeof(Contacts_TopPeers),
[0xB52C939D] = typeof(Contacts_TopPeersDisabled),
[0x1B0C841A] = typeof(DraftMessageEmpty),
[0xFD8E711F] = typeof(DraftMessage),
[0xC6DC0C66] = typeof(Messages_FeaturedStickersNotModified),
[0xBE382906] = typeof(Messages_FeaturedStickers),
[0x0B17F890] = null,//Messages_RecentStickersNotModified
[0x88D37C56] = typeof(Messages_RecentStickers),
[0x4FCBA9C8] = typeof(Messages_ArchivedStickers),
[0x38641628] = typeof(Messages_StickerSetInstallResultSuccess),
[0x35E410A8] = typeof(Messages_StickerSetInstallResultArchive),
[0x6410A5D2] = typeof(StickerSetCovered),
[0x3407E51B] = typeof(StickerSetMultiCovered),
[0x40D13C0E] = typeof(StickerSetFullCovered),
[0x77B15D1C] = typeof(StickerSetNoCovered),
[0xAED6DBB2] = typeof(MaskCoords),
[0x4A992157] = typeof(InputStickeredMediaPhoto),
[0x0438865B] = typeof(InputStickeredMediaDocument),
[0xBDF9653B] = typeof(Game),
[0x032C3E77] = typeof(InputGameID),
[0xC331E80A] = typeof(InputGameShortName),
[0x73A379EB] = typeof(HighScore),
[0x9A3BFD99] = typeof(Messages_HighScores),
[0xDC3D824F] = null,//TextEmpty
[0x744694E0] = typeof(TextPlain),
[0x6724ABC4] = typeof(TextBold),
[0xD912A59C] = typeof(TextItalic),
[0xC12622C4] = typeof(TextUnderline),
[0x9BF8BB95] = typeof(TextStrike),
[0x6C3F19B9] = typeof(TextFixed),
[0x3C2884C1] = typeof(TextUrl),
[0xDE5A0DD6] = typeof(TextEmail),
[0x7E6260D7] = typeof(TextConcat),
[0xED6A8504] = typeof(TextSubscript),
[0xC7FB5E01] = typeof(TextSuperscript),
[0x034B8621] = typeof(TextMarked),
[0x1CCB966A] = typeof(TextPhone),
[0x081CCF4F] = typeof(TextImage),
[0x35553762] = typeof(TextAnchor),
[0x13567E8A] = typeof(PageBlockUnsupported),
[0x70ABC3FD] = typeof(PageBlockTitle),
[0x8FFA9A1F] = typeof(PageBlockSubtitle),
[0xBAAFE5E0] = typeof(PageBlockAuthorDate),
[0xBFD064EC] = typeof(PageBlockHeader),
[0xF12BB6E1] = typeof(PageBlockSubheader),
[0x467A0766] = typeof(PageBlockParagraph),
[0xC070D93E] = typeof(PageBlockPreformatted),
[0x48870999] = typeof(PageBlockFooter),
[0xDB20B188] = typeof(PageBlockDivider),
[0xCE0D37B0] = typeof(PageBlockAnchor),
[0xE4E88011] = typeof(PageBlockList),
[0x263D7C26] = typeof(PageBlockBlockquote),
[0x4F4456D3] = typeof(PageBlockPullquote),
[0x1759C560] = typeof(PageBlockPhoto),
[0x7C8FE7B6] = typeof(PageBlockVideo),
[0x39F23300] = typeof(PageBlockCover),
[0xA8718DC5] = typeof(PageBlockEmbed),
[0xF259A80B] = typeof(PageBlockEmbedPost),
[0x65A0FA4D] = typeof(PageBlockCollage),
[0x031F9590] = typeof(PageBlockSlideshow),
[0xEF1751B5] = typeof(PageBlockChannel),
[0x804361EA] = typeof(PageBlockAudio),
[0x1E148390] = typeof(PageBlockKicker),
[0xBF4DEA82] = typeof(PageBlockTable),
[0x9A8AE1E1] = typeof(PageBlockOrderedList),
[0x76768BED] = typeof(PageBlockDetails),
[0x16115A96] = typeof(PageBlockRelatedArticles),
[0xA44F3EF6] = typeof(PageBlockMap),
[0x7D748D04] = typeof(DataJSON),
[0xCB296BF8] = typeof(LabeledPrice),
[0x3E85A91B] = typeof(Invoice),
[0xEA02C27E] = typeof(PaymentCharge),
[0x1E8CAAEB] = typeof(PostAddress),
[0x909C3F94] = typeof(PaymentRequestedInfo),
[0xCDC27A1F] = typeof(PaymentSavedCredentialsCard),
[0x1C570ED1] = typeof(WebDocument),
[0xF9C8BCC6] = typeof(WebDocumentNoProxy),
[0x9BED434D] = typeof(InputWebDocument),
[0xC239D686] = typeof(InputWebFileLocation),
[0x9F2221C9] = typeof(InputWebFileGeoPointLocation),
[0xF46FE924] = typeof(InputWebFileAudioAlbumThumbLocation),
[0x21E753BC] = typeof(Upload_WebFile),
[0xA0058751] = typeof(Payments_PaymentForm),
[0xD1451883] = typeof(Payments_ValidatedRequestedInfo),
[0x4E5F810D] = typeof(Payments_PaymentResult),
[0xD8411139] = typeof(Payments_PaymentVerificationNeeded),
[0x70C4FE03] = typeof(Payments_PaymentReceipt),
[0xFB8FE43C] = typeof(Payments_SavedInfo),
[0xC10EB2CF] = typeof(InputPaymentCredentialsSaved),
[0x3417D728] = typeof(InputPaymentCredentials),
[0x0AA1C39F] = typeof(InputPaymentCredentialsApplePay),
[0x8AC32801] = typeof(InputPaymentCredentialsGooglePay),
[0xDB64FD34] = typeof(Account_TmpPassword),
[0xB6213CDF] = typeof(ShippingOption),
[0x32DA9E9C] = typeof(InputStickerSetItem),
[0x1E36FDED] = typeof(InputPhoneCall),
[0x5366C915] = typeof(PhoneCallEmpty),
[0xC5226F17] = typeof(PhoneCallWaiting),
[0x14B0ED0C] = typeof(PhoneCallRequested),
[0x3660C311] = typeof(PhoneCallAccepted),
[0x967F7C67] = typeof(PhoneCall),
[0x50CA4DE1] = typeof(PhoneCallDiscarded),
[0x9CC123C7] = typeof(PhoneConnection),
[0x635FE375] = typeof(PhoneConnectionWebrtc),
[0xFC878FC8] = typeof(PhoneCallProtocol),
[0xEC82E140] = typeof(Phone_PhoneCall),
[0xEEA8E46E] = typeof(Upload_CdnFileReuploadNeeded),
[0xA99FCA4F] = typeof(Upload_CdnFile),
[0xC982EABA] = typeof(CdnPublicKey),
[0x5725E40A] = typeof(CdnConfig),
[0xCAD181F6] = typeof(LangPackString),
[0x6C47AC9F] = typeof(LangPackStringPluralized),
[0x2979EEB2] = typeof(LangPackStringDeleted),
[0xF385C1F6] = typeof(LangPackDifference),
[0xEECA5CE3] = typeof(LangPackLanguage),
[0xE6DFB825] = typeof(ChannelAdminLogEventActionChangeTitle),
[0x55188A2E] = typeof(ChannelAdminLogEventActionChangeAbout),
[0x6A4AFC38] = typeof(ChannelAdminLogEventActionChangeUsername),
[0x434BD2AF] = typeof(ChannelAdminLogEventActionChangePhoto),
[0x1B7907AE] = typeof(ChannelAdminLogEventActionToggleInvites),
[0x26AE0971] = typeof(ChannelAdminLogEventActionToggleSignatures),
[0xE9E82C18] = typeof(ChannelAdminLogEventActionUpdatePinned),
[0x709B2405] = typeof(ChannelAdminLogEventActionEditMessage),
[0x42E047BB] = typeof(ChannelAdminLogEventActionDeleteMessage),
[0x183040D3] = typeof(ChannelAdminLogEventActionParticipantJoin),
[0xF89777F2] = typeof(ChannelAdminLogEventActionParticipantLeave),
[0xE31C34D8] = typeof(ChannelAdminLogEventActionParticipantInvite),
[0xE6D83D7E] = typeof(ChannelAdminLogEventActionParticipantToggleBan),
[0xD5676710] = typeof(ChannelAdminLogEventActionParticipantToggleAdmin),
[0xB1C3CAA7] = typeof(ChannelAdminLogEventActionChangeStickerSet),
[0x5F5C95F1] = typeof(ChannelAdminLogEventActionTogglePreHistoryHidden),
[0x2DF5FC0A] = typeof(ChannelAdminLogEventActionDefaultBannedRights),
[0x8F079643] = typeof(ChannelAdminLogEventActionStopPoll),
[0x050C7AC8] = typeof(ChannelAdminLogEventActionChangeLinkedChat),
[0x0E6B76AE] = typeof(ChannelAdminLogEventActionChangeLocation),
[0x53909779] = typeof(ChannelAdminLogEventActionToggleSlowMode),
[0x23209745] = typeof(ChannelAdminLogEventActionStartGroupCall),
[0xDB9F9140] = typeof(ChannelAdminLogEventActionDiscardGroupCall),
[0xF92424D2] = typeof(ChannelAdminLogEventActionParticipantMute),
[0xE64429C0] = typeof(ChannelAdminLogEventActionParticipantUnmute),
[0x56D6A247] = typeof(ChannelAdminLogEventActionToggleGroupCallSetting),
[0x5CDADA77] = typeof(ChannelAdminLogEventActionParticipantJoinByInvite),
[0x5A50FCA4] = typeof(ChannelAdminLogEventActionExportedInviteDelete),
[0x410A134E] = typeof(ChannelAdminLogEventActionExportedInviteRevoke),
[0xE90EBB59] = typeof(ChannelAdminLogEventActionExportedInviteEdit),
[0x3E7F6847] = typeof(ChannelAdminLogEventActionParticipantVolume),
[0x6E941A38] = typeof(ChannelAdminLogEventActionChangeHistoryTTL),
[0xAFB6144A] = typeof(ChannelAdminLogEventActionParticipantJoinByRequest),
[0xCB2AC766] = typeof(ChannelAdminLogEventActionToggleNoForwards),
[0x278F2868] = typeof(ChannelAdminLogEventActionSendMessage),
[0xBE4E0EF8] = typeof(ChannelAdminLogEventActionChangeAvailableReactions),
[0xF04FB3A9] = typeof(ChannelAdminLogEventActionChangeUsernames),
[0x02CC6383] = typeof(ChannelAdminLogEventActionToggleForum),
[0x58707D28] = typeof(ChannelAdminLogEventActionCreateTopic),
[0xF06FE208] = typeof(ChannelAdminLogEventActionEditTopic),
[0xAE168909] = typeof(ChannelAdminLogEventActionDeleteTopic),
[0x5D8D353B] = typeof(ChannelAdminLogEventActionPinTopic),
[0x64F36DFC] = typeof(ChannelAdminLogEventActionToggleAntiSpam),
[0x1FAD68CD] = typeof(ChannelAdminLogEvent),
[0xED8AF74D] = typeof(Channels_AdminLogResults),
[0xEA107AE4] = typeof(ChannelAdminLogEventsFilter),
[0x5CE14175] = typeof(PopularContact),
[0x9E8FA6D3] = null,//Messages_FavedStickersNotModified
[0x2CB51097] = typeof(Messages_FavedStickers),
[0x46E1D13D] = typeof(RecentMeUrlUnknown),
[0xB92C09E2] = typeof(RecentMeUrlUser),
[0xB2DA71D2] = typeof(RecentMeUrlChat),
[0xEB49081D] = typeof(RecentMeUrlChatInvite),
[0xBC0A57DC] = typeof(RecentMeUrlStickerSet),
[0x0E0310D7] = typeof(Help_RecentMeUrls),
[0x1CC6E91F] = typeof(InputSingleMedia),
[0xA6F8F452] = typeof(WebAuthorization),
[0xED56C9FC] = typeof(Account_WebAuthorizations),
[0xA676A322] = typeof(InputMessageID),
[0xBAD88395] = typeof(InputMessageReplyTo),
[0x86872538] = typeof(InputMessagePinned),
[0xACFA1A7E] = typeof(InputMessageCallbackQuery),
[0xFCAAFEB7] = typeof(InputDialogPeer),
[0x64600527] = typeof(InputDialogPeerFolder),
[0xE56DBF05] = typeof(DialogPeer),
[0x514519E2] = typeof(DialogPeerFolder),
[0x0D54B65D] = null,//Messages_FoundStickerSetsNotModified
[0x8AF09DD2] = typeof(Messages_FoundStickerSets),
[0xF39B035C] = typeof(FileHash),
[0x75588B3F] = typeof(InputClientProxy),
[0xE3309F7F] = typeof(Help_TermsOfServiceUpdateEmpty),
[0x28ECF961] = typeof(Help_TermsOfServiceUpdate),
[0x3334B0F0] = typeof(InputSecureFileUploaded),
[0x5367E5BE] = typeof(InputSecureFile),
[0x64199744] = null,//SecureFileEmpty
[0x7D09C27E] = typeof(SecureFile),
[0x8AEABEC3] = typeof(SecureData),
[0x7D6099DD] = typeof(SecurePlainPhone),
[0x21EC5A5F] = typeof(SecurePlainEmail),
[0x187FA0CA] = typeof(SecureValue),
[0xDB21D0A7] = typeof(InputSecureValue),
[0xED1ECDB0] = typeof(SecureValueHash),
[0xE8A40BD9] = typeof(SecureValueErrorData),
[0x00BE3DFA] = typeof(SecureValueErrorFrontSide),
[0x868A2AA5] = typeof(SecureValueErrorReverseSide),
[0xE537CED6] = typeof(SecureValueErrorSelfie),
[0x7A700873] = typeof(SecureValueErrorFile),
[0x666220E9] = typeof(SecureValueErrorFiles),
[0x869D758F] = typeof(SecureValueError),
[0xA1144770] = typeof(SecureValueErrorTranslationFile),
[0x34636DD8] = typeof(SecureValueErrorTranslationFiles),
[0x33F0EA47] = typeof(SecureCredentialsEncrypted),
[0xAD2E1CD8] = typeof(Account_AuthorizationForm),
[0x811F854F] = typeof(Account_SentEmailCode),
[0x66AFA166] = null,//Help_DeepLinkInfoEmpty
[0x6A4EE832] = typeof(Help_DeepLinkInfo),
[0x1142BD56] = typeof(SavedPhoneContact),
[0x4DBA4501] = typeof(Account_Takeout),
[0xD45AB096] = null,//PasswordKdfAlgoUnknown
[0x3A912D4A] = typeof(PasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow),
[0x004A8537] = null,//SecurePasswordKdfAlgoUnknown
[0xBBF2DDA0] = typeof(SecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000),
[0x86471D92] = typeof(SecurePasswordKdfAlgoSHA512),
[0x1527BCAC] = typeof(SecureSecretSettings),
[0x9880F658] = null,//InputCheckPasswordEmpty
[0xD27FF082] = typeof(InputCheckPasswordSRP),
[0x829D99DA] = typeof(SecureRequiredType),
[0x027477B4] = typeof(SecureRequiredTypeOneOf),
[0xBFB9F457] = null,//Help_PassportConfigNotModified
[0xA098D6AF] = typeof(Help_PassportConfig),
[0x1D1B1245] = typeof(InputAppEvent),
[0xC0DE1BD9] = typeof(JsonObjectValue),
[0x3F6D7B68] = typeof(JsonNull),
[0xC7345E6A] = typeof(JsonBool),
[0x2BE0DFA4] = typeof(JsonNumber),
[0xB71E767A] = typeof(JsonString),
[0xF7444763] = typeof(JsonArray),
[0x99C1D49D] = typeof(JsonObject),
[0x34566B6A] = typeof(PageTableCell),
[0xE0C0C5E5] = typeof(PageTableRow),
[0x6F747657] = typeof(PageCaption),
[0xB92FB6CD] = typeof(PageListItemText),
[0x25E073FC] = typeof(PageListItemBlocks),
[0x5E068047] = typeof(PageListOrderedItemText),
[0x98DD8936] = typeof(PageListOrderedItemBlocks),
[0xB390DC08] = typeof(PageRelatedArticle),
[0x98657F0D] = typeof(Page),
[0x8C05F1C9] = typeof(Help_SupportName),
[0xF3AE2EED] = null,//Help_UserInfoEmpty
[0x01EB3758] = typeof(Help_UserInfo),
[0x6CA9C2E9] = typeof(PollAnswer),
[0x86E18161] = typeof(Poll),
[0x3B6DDAD2] = typeof(PollAnswerVoters),
[0xDCB82EA3] = typeof(PollResults),
[0xF041E250] = typeof(ChatOnlines),
[0x47A971E0] = typeof(StatsURL),
[0x5FB224D5] = typeof(ChatAdminRights),
[0x9F120418] = typeof(ChatBannedRights),
[0xE630B979] = typeof(InputWallPaper),
[0x72091C80] = typeof(InputWallPaperSlug),
[0x967A462E] = typeof(InputWallPaperNoFile),
[0x1C199183] = null,//Account_WallPapersNotModified
[0xCDC3858C] = typeof(Account_WallPapers),
[0xAD253D78] = typeof(CodeSettings),
[0x1DC1BCA4] = typeof(WallPaperSettings),
[0x8EFAB953] = typeof(AutoDownloadSettings),
[0x63CACF26] = typeof(Account_AutoDownloadSettings),
[0xD5B3B9F9] = typeof(EmojiKeyword),
[0x236DF622] = typeof(EmojiKeywordDeleted),
[0x5CC761BD] = typeof(EmojiKeywordsDifference),
[0xA575739D] = typeof(EmojiURL),
[0xB3FB5361] = typeof(EmojiLanguage),
[0xFF544E65] = typeof(Folder),
[0xFBD2C296] = typeof(InputFolderPeer),
[0xE9BAA668] = typeof(FolderPeer),
[0xE844EBFF] = typeof(Messages_SearchCounter),
[0x92D33A0E] = typeof(UrlAuthResultRequest),
[0x8F8C0E4E] = typeof(UrlAuthResultAccepted),
[0xA9D6DB1F] = null,//UrlAuthResultDefault
[0xBFB5AD8B] = null,//ChannelLocationEmpty
[0x209B82DB] = typeof(ChannelLocation),
[0xCA461B5D] = typeof(PeerLocated),
[0xF8EC284B] = typeof(PeerSelfLocated),
[0xD072ACB4] = typeof(RestrictionReason),
[0x3C5693E9] = typeof(InputTheme),
[0xF5890DF1] = typeof(InputThemeSlug),
[0xA00E67D6] = typeof(Theme),
[0xF41EB622] = null,//Account_ThemesNotModified
[0x9A3D8C6D] = typeof(Account_Themes),
[0x629F1980] = typeof(Auth_LoginToken),
[0x068E9916] = typeof(Auth_LoginTokenMigrateTo),
[0x390D5C5E] = typeof(Auth_LoginTokenSuccess),
[0x57E28221] = typeof(Account_ContentSettings),
[0xA927FEC5] = typeof(Messages_InactiveChats),
[0x8FDE504F] = typeof(InputThemeSettings),
[0xFA58B6D4] = typeof(ThemeSettings),
[0x54B56617] = typeof(WebPageAttributeTheme),
[0x34D247B4] = typeof(MessageUserVote),
[0x3CA5B0EC] = typeof(MessageUserVoteInputOption),
[0x8A65E557] = typeof(MessageUserVoteMultiple),
[0x0823F649] = typeof(Messages_VotesList),
[0xF568028A] = typeof(BankCardOpenUrl),
[0x3E24E573] = typeof(Payments_BankCardData),
[0x7438F7E8] = typeof(DialogFilter),
[0x363293AE] = null,//DialogFilterDefault
[0x77744D4A] = typeof(DialogFilterSuggested),
[0xB637EDAF] = typeof(StatsDateRangeDays),
[0xCB43ACDE] = typeof(StatsAbsValueAndPrev),
[0xCBCE2FE0] = typeof(StatsPercentValue),
[0x4A27EB2D] = typeof(StatsGraphAsync),
[0xBEDC9822] = typeof(StatsGraphError),
[0x8EA464B6] = typeof(StatsGraph),
[0xAD4FC9BD] = typeof(MessageInteractionCounters),
[0xBDF78394] = typeof(Stats_BroadcastStats),
[0x98F6AC75] = typeof(Help_PromoDataEmpty),
[0x8C39793F] = typeof(Help_PromoData),
[0xDE33B094] = typeof(VideoSize),
[0xF85C413C] = typeof(VideoSizeEmojiMarkup),
[0x0DA082FE] = typeof(VideoSizeStickerMarkup),
[0x9D04AF9B] = typeof(StatsGroupTopPoster),
[0xD7584C87] = typeof(StatsGroupTopAdmin),
[0x535F779D] = typeof(StatsGroupTopInviter),
[0xEF7FF916] = typeof(Stats_MegagroupStats),
[0xBEA2F424] = typeof(GlobalPrivacySettings),
[0x4203C5EF] = typeof(Help_CountryCode),
[0xC3878E23] = typeof(Help_Country),
[0x93CC1F32] = null,//Help_CountriesListNotModified
[0x87D0759E] = typeof(Help_CountriesList),
[0x455B853D] = typeof(MessageViews),
[0xB6C4F543] = typeof(Messages_MessageViews),
[0xA6341782] = typeof(Messages_DiscussionMessage),
[0xA6D57763] = typeof(MessageReplyHeader),
[0x83D60FC2] = typeof(MessageReplies),
[0xE8FD8014] = typeof(PeerBlocked),
[0x8999F295] = typeof(Stats_MessageStats),
[0x7780BCB4] = typeof(GroupCallDiscarded),
[0xD597650C] = typeof(GroupCall),
[0xD8AA840F] = typeof(InputGroupCall),
[0xEBA636FE] = typeof(GroupCallParticipant),
[0x9E727AAD] = typeof(Phone_GroupCall),
[0xF47751B6] = typeof(Phone_GroupParticipants),
[0x1662AF0B] = typeof(Messages_HistoryImport),
[0x5E0FB7B9] = typeof(Messages_HistoryImportParsed),
[0xEF8D3E6C] = typeof(Messages_AffectedFoundMessages),
[0x8C5ADFD9] = typeof(ChatInviteImporter),
[0xBDC62DCC] = typeof(Messages_ExportedChatInvites),
[0x1871BE50] = typeof(Messages_ExportedChatInvite),
[0x222600EF] = typeof(Messages_ExportedChatInviteReplaced),
[0x81B6B00A] = typeof(Messages_ChatInviteImporters),
[0xF2ECEF23] = typeof(ChatAdminWithInvites),
[0xB69B72D7] = typeof(Messages_ChatAdminsWithInvites),
[0xA24DE717] = typeof(Messages_CheckedHistoryImportPeer),
[0xAFE5623F] = typeof(Phone_JoinAsPeers),
[0x204BD158] = typeof(Phone_ExportedGroupCallInvite),
[0xDCB118B7] = typeof(GroupCallParticipantVideoSourceGroup),
[0x67753AC8] = typeof(GroupCallParticipantVideo),
[0x85FEA03F] = typeof(Stickers_SuggestedShortName),
[0x2F6CB2AB] = null,//BotCommandScopeDefault
[0x3C4F04D8] = typeof(BotCommandScopeUsers),
[0x6FE1A881] = typeof(BotCommandScopeChats),
[0xB9AA606A] = typeof(BotCommandScopeChatAdmins),
[0xDB9D897D] = typeof(BotCommandScopePeer),
[0x3FD863D1] = typeof(BotCommandScopePeerAdmins),
[0x0A1321F3] = typeof(BotCommandScopePeerUser),
[0xE3779861] = typeof(Account_ResetPasswordFailedWait),
[0xE9EFFC7D] = typeof(Account_ResetPasswordRequestedWait),
[0xE926D63E] = typeof(Account_ResetPasswordOk),
[0xFC25B828] = typeof(SponsoredMessage),
[0xC9EE1D87] = typeof(Messages_SponsoredMessages),
[0x1839490F] = null,//Messages_SponsoredMessagesEmpty
[0xC9B0539F] = typeof(SearchResultsCalendarPeriod),
[0x147EE23C] = typeof(Messages_SearchResultsCalendar),
[0x7F648B67] = typeof(SearchResultPosition),
[0x53B22BAF] = typeof(Messages_SearchResultsPositions),
[0xF496B0C6] = typeof(Channels_SendAsPeers),
[0x3B6D152E] = typeof(Users_UserFull),
[0x6880B94D] = typeof(Messages_PeerSettings),
[0xC3A2835F] = typeof(Auth_LoggedOut),
[0xA3D1CB80] = typeof(ReactionCount),
[0x4F2B9479] = typeof(MessageReactions),
[0x31BD492D] = typeof(Messages_MessageReactionsList),
[0xC077EC01] = typeof(AvailableReaction),
[0x9F071957] = null,//Messages_AvailableReactionsNotModified
[0x768E3AAD] = typeof(Messages_AvailableReactions),
[0x8C79B63C] = typeof(MessagePeerReaction),
[0x80EB48AF] = typeof(GroupCallStreamChannel),
[0xD0E482B2] = typeof(Phone_GroupCallStreamChannels),
[0x2DBF3432] = typeof(Phone_GroupCallStreamRtmpUrl),
[0x4576F3F0] = typeof(AttachMenuBotIconColor),
[0xB2A7386B] = typeof(AttachMenuBotIcon),
[0xC8AA2CD2] = typeof(AttachMenuBot),
[0xF1D88A5C] = null,//AttachMenuBotsNotModified
[0x3C4301C0] = typeof(AttachMenuBots),
[0x93BF667F] = typeof(AttachMenuBotsBot),
[0x0C14557C] = typeof(WebViewResultUrl),
[0x882F76BB] = typeof(SimpleWebViewResultUrl),
[0x0C94511C] = typeof(WebViewMessageSent),
[0x7533A588] = null,//BotMenuButtonDefault
[0x4258C205] = typeof(BotMenuButtonCommands),
[0xC7B57CE6] = typeof(BotMenuButton),
[0xFBF6E8B1] = null,//Account_SavedRingtonesNotModified
[0xC1E92CC5] = typeof(Account_SavedRingtones),
[0x97E8BEBE] = null,//NotificationSoundDefault
[0x6F0C34DF] = typeof(NotificationSoundNone),
[0x830B9AE4] = typeof(NotificationSoundLocal),
[0xFF6C8049] = typeof(NotificationSoundRingtone),
[0xB7263F6D] = typeof(Account_SavedRingtone),
[0x1F307EB7] = typeof(Account_SavedRingtoneConverted),
[0xC5B56859] = typeof(InputInvoiceMessage),
[0xC326CAEF] = typeof(InputInvoiceSlug),
[0xAED0CBD9] = typeof(Payments_ExportedInvoice),
[0x93752C52] = typeof(Messages_TranscribedAudio),
[0x5334759C] = typeof(Help_PremiumPromo),
[0xA6751E66] = typeof(InputStorePaymentPremiumSubscription),
[0x616F7FE8] = typeof(InputStorePaymentGiftPremium),
[0x74C34319] = typeof(PremiumGiftOption),
[0x88F8F21B] = typeof(PaymentFormMethod),
[0x2DE11AAE] = null,//EmojiStatusEmpty
[0x929B619D] = typeof(EmojiStatus),
[0xFA30A8C7] = typeof(EmojiStatusUntil),
[0xD08CE645] = null,//Account_EmojiStatusesNotModified
[0x90C467D1] = typeof(Account_EmojiStatuses),
[0x79F5D419] = null,//ReactionEmpty
[0x1B2286B8] = typeof(ReactionEmoji),
[0x8935FC73] = typeof(ReactionCustomEmoji),
[0xEAFC32BC] = null,//ChatReactionsNone
[0x52928BCA] = typeof(ChatReactionsAll),
[0x661D4037] = typeof(ChatReactionsSome),
[0xB06FDBDF] = null,//Messages_ReactionsNotModified
[0xEAFDF716] = typeof(Messages_Reactions),
[0x4345BE73] = typeof(EmailVerifyPurposeLoginSetup),
[0x527D22EB] = typeof(EmailVerifyPurposeLoginChange),
[0xBBF51685] = typeof(EmailVerifyPurposePassport),
[0x922E55A9] = typeof(EmailVerificationCode),
[0xDB909EC2] = typeof(EmailVerificationGoogle),
[0x96D074FD] = typeof(EmailVerificationApple),
[0x2B96CD1B] = typeof(Account_EmailVerified),
[0xE1BB0D61] = typeof(Account_EmailVerifiedLogin),
[0x5F2D1DF2] = typeof(PremiumSubscriptionOption),
[0xB81C7034] = typeof(SendAsPeer),
[0xAD628CC8] = typeof(MessageExtendedMediaPreview),
[0xEE479C64] = typeof(MessageExtendedMedia),
[0xFCFEB29C] = typeof(StickerKeyword),
[0xB4073647] = typeof(Username),
[0x023F109B] = typeof(ForumTopicDeleted),
[0x71701DA9] = typeof(ForumTopic),
[0x367617D3] = typeof(Messages_ForumTopics),
[0x43B46B20] = typeof(DefaultHistoryTTL),
[0x41BF109B] = typeof(ExportedContactToken),
[0x5F3B8A00] = typeof(RequestPeerTypeUser),
[0xC9F06E1B] = typeof(RequestPeerTypeChat),
[0x339BEF6C] = typeof(RequestPeerTypeBroadcast),
[0x481EADFA] = null,//EmojiListNotModified
[0x7A1E11D1] = typeof(EmojiList),
[0x7A9ABDA9] = typeof(EmojiGroup),
[0x6FB4AD87] = null,//Messages_EmojiGroupsNotModified
[0x881FB94B] = typeof(Messages_EmojiGroups),
[0x751F3146] = typeof(TextWithEntities),
[0x33DB32F8] = typeof(Messages_TranslateResult),
[0xC84834CE] = typeof(AutoSaveSettings),
[0x81602D47] = typeof(AutoSaveException),
[0x4C3E069D] = typeof(Account_AutoSaveSettings),
[0x7CDE641D] = null,//Help_AppConfigNotModified
[0xDD18782E] = typeof(Help_AppConfig),
[0xA920BD7A] = typeof(InputBotAppID),
[0x908C0407] = typeof(InputBotAppShortName),
[0x5DA674B7] = null,//BotAppNotModified
[0x95FCD1D6] = typeof(BotApp),
[0xEB50ADF5] = typeof(Messages_BotApp),
[0x3C1B4F0D] = typeof(AppWebViewResultUrl),
[0xB57295D5] = typeof(InlineBotWebView),
[0x4A4FF172] = typeof(ReadParticipantDate),
// from TL.Secret:
[0x6ABD9782] = typeof(Layer143.DecryptedMessageMediaDocument),
[0x91CC4674] = typeof(Layer73.DecryptedMessage),
[0xBB718624] = typeof(Layer66.SendMessageUploadRoundAction),
[0xE50511D8] = typeof(Layer46.DecryptedMessageMediaWebPage),
[0x8A0DF56F] = typeof(Layer46.DecryptedMessageMediaVenue),
[0x352DCA58] = typeof(Layer46.MessageEntityMentionName),
[0x3A556302] = typeof(Layer46.DocumentAttributeSticker),
[0x7AFE8AE2] = typeof(Layer46.DecryptedMessageMediaDocument),
[0x970C8C0E] = typeof(Layer46.DecryptedMessageMediaVideo),
[0xF1FA8D78] = typeof(Layer46.DecryptedMessageMediaPhoto),
[0x36B091DE] = typeof(Layer46.DecryptedMessage),
[0xDED218E0] = typeof(Layer45.DocumentAttributeAudio),
[0xFA95B0DD] = typeof(Layer23.DecryptedMessageMediaExternalDocument),
[0x53D69076] = typeof(Layer23.FileLocation),
[0x7C596B46] = typeof(Layer23.FileLocationUnavailable),
[0xE9A734FA] = typeof(Layer23.PhotoCachedSize),
[0x77BFB61B] = typeof(Layer23.PhotoSize),
[0x051448E5] = typeof(Layer23.DocumentAttributeAudio),
[0x5910CCCB] = typeof(Layer23.DocumentAttributeVideo),
[0xFB0A5727] = typeof(Layer23.DocumentAttributeSticker),
[0xA82FDD63] = typeof(Layer23.DecryptedMessageActionNoop),
[0xEC2E0B9B] = typeof(Layer23.DecryptedMessageActionCommitKey),
[0xDD05EC6B] = typeof(Layer23.DecryptedMessageActionAbortKey),
[0x6FE1735B] = typeof(Layer23.DecryptedMessageActionAcceptKey),
[0xF3C9611B] = typeof(Layer23.DecryptedMessageActionRequestKey),
[0xCCB27641] = typeof(Layer23.DecryptedMessageActionTyping),
[0xF3048883] = typeof(Layer23.DecryptedMessageActionNotifyLayer),
[0x511110B0] = typeof(Layer23.DecryptedMessageActionResend),
[0x8FAEE98E] = typeof(Layer23.SendMessageUploadDocumentAction),
[0x990A3C1A] = typeof(Layer23.SendMessageUploadPhotoAction),
[0xE6AC8A6F] = typeof(Layer23.SendMessageUploadAudioAction),
[0x92042FF7] = typeof(Layer23.SendMessageUploadVideoAction),
[0x1BE31789] = typeof(Layer23.DecryptedMessageLayer),
[0x57E0A9CB] = typeof(Layer23.DecryptedMessageMediaAudio),
[0x524A415D] = typeof(Layer23.DecryptedMessageMediaVideo),
[0x73164160] = typeof(Layer23.DecryptedMessageService),
[0x204D3878] = typeof(Layer23.DecryptedMessage),
[0x6719E45C] = typeof(Layer8.DecryptedMessageActionFlushHistory),
[0x8AC1F475] = typeof(Layer8.DecryptedMessageActionScreenshotMessages),
[0x65614304] = typeof(Layer8.DecryptedMessageActionDeleteMessages),
[0x0C4F40BE] = typeof(Layer8.DecryptedMessageActionReadMessages),
[0x6080758F] = typeof(Layer8.DecryptedMessageMediaAudio),
[0xB095434B] = typeof(Layer8.DecryptedMessageMediaDocument),
[0xA1733AEC] = typeof(Layer8.DecryptedMessageActionSetMessageTTL),
[0x588A0A97] = typeof(Layer8.DecryptedMessageMediaContact),
[0x35480A59] = typeof(Layer8.DecryptedMessageMediaGeoPoint),
[0x4CEE6EF3] = typeof(Layer8.DecryptedMessageMediaVideo),
[0x32798A8C] = typeof(Layer8.DecryptedMessageMediaPhoto),
[0x089F5C4A] = null,//Layer8.DecryptedMessageMediaEmpty
[0xAA48327D] = typeof(Layer8.DecryptedMessageService),
[0x1F814F1F] = typeof(Layer8.DecryptedMessage),
};
internal readonly static Dictionary<Type, uint> Nullables = new()
{
// from TL.MTProto:
// from TL.Schema:
[typeof(Null)] = 0x56730BCC, //null
[typeof(InputPeer)] = 0x7F3B18EA, //inputPeerEmpty
[typeof(InputUserBase)] = 0xB98886CF, //inputUserEmpty
[typeof(InputMedia)] = 0x9664F57F, //inputMediaEmpty
[typeof(InputChatPhotoBase)] = 0x1CA48F57, //inputChatPhotoEmpty
[typeof(InputGeoPoint)] = 0xE4C123D6, //inputGeoPointEmpty
[typeof(InputPhoto)] = 0x1CD7BF0D, //inputPhotoEmpty
[typeof(UserProfilePhoto)] = 0x4F11BAE1, //userProfilePhotoEmpty
[typeof(UserStatus)] = 0x09D05049, //userStatusEmpty
[typeof(ChatPhoto)] = 0x37C1011C, //chatPhotoEmpty
[typeof(MessageMedia)] = 0x3DED6320, //messageMediaEmpty
[typeof(MessageAction)] = 0xB6AEF7B0, //messageActionEmpty
[typeof(GeoPoint)] = 0x1117DD5F, //geoPointEmpty
[typeof(Contacts_Contacts)] = 0xB74BA9D2, //contacts.contactsNotModified
[typeof(MessagesFilter)] = 0x57E2F66C, //inputMessagesFilterEmpty
[typeof(Help_AppUpdate)] = 0xC45A6536, //help.noAppUpdate
[typeof(EncryptedFile)] = 0xC21F497E, //encryptedFileEmpty
[typeof(InputEncryptedFileBase)] = 0x1837C364, //inputEncryptedFileEmpty
[typeof(InputDocument)] = 0x72F0EAAE, //inputDocumentEmpty
[typeof(Messages_Stickers)] = 0xF1749A22, //messages.stickersNotModified
[typeof(Messages_AllStickers)] = 0xE86602C3, //messages.allStickersNotModified
[typeof(InputStickerSet)] = 0xFFB62B95, //inputStickerSetEmpty
[typeof(Messages_StickerSet)] = 0xD3F924EB, //messages.stickerSetNotModified
[typeof(InputChannelBase)] = 0xEE8C1E86, //inputChannelEmpty
[typeof(ChannelMessagesFilter)] = 0x94D42EE7, //channelMessagesFilterEmpty
[typeof(Channels_ChannelParticipants)] = 0xF0173FE9, //channels.channelParticipantsNotModified
[typeof(Messages_SavedGifs)] = 0xE8025CA2, //messages.savedGifsNotModified
[typeof(Contacts_TopPeersBase)] = 0xDE266EF5, //contacts.topPeersNotModified
[typeof(Messages_RecentStickers)] = 0x0B17F890, //messages.recentStickersNotModified
[typeof(RichText)] = 0xDC3D824F, //textEmpty
[typeof(Messages_FavedStickers)] = 0x9E8FA6D3, //messages.favedStickersNotModified
[typeof(Messages_FoundStickerSets)] = 0x0D54B65D, //messages.foundStickerSetsNotModified
[typeof(SecureFile)] = 0x64199744, //secureFileEmpty
[typeof(Help_DeepLinkInfo)] = 0x66AFA166, //help.deepLinkInfoEmpty
[typeof(PasswordKdfAlgo)] = 0xD45AB096, //passwordKdfAlgoUnknown
[typeof(SecurePasswordKdfAlgo)] = 0x004A8537, //securePasswordKdfAlgoUnknown
[typeof(InputCheckPasswordSRP)] = 0x9880F658, //inputCheckPasswordEmpty
[typeof(Help_PassportConfig)] = 0xBFB9F457, //help.passportConfigNotModified
[typeof(Help_UserInfo)] = 0xF3AE2EED, //help.userInfoEmpty
[typeof(Account_WallPapers)] = 0x1C199183, //account.wallPapersNotModified
[typeof(UrlAuthResult)] = 0xA9D6DB1F, //urlAuthResultDefault
[typeof(ChannelLocation)] = 0xBFB5AD8B, //channelLocationEmpty
[typeof(Account_Themes)] = 0xF41EB622, //account.themesNotModified
[typeof(DialogFilter)] = 0x363293AE, //dialogFilterDefault
[typeof(Help_CountriesList)] = 0x93CC1F32, //help.countriesListNotModified
[typeof(BotCommandScope)] = 0x2F6CB2AB, //botCommandScopeDefault
[typeof(Messages_SponsoredMessages)] = 0x1839490F, //messages.sponsoredMessagesEmpty
[typeof(Messages_AvailableReactions)] = 0x9F071957, //messages.availableReactionsNotModified
[typeof(AttachMenuBots)] = 0xF1D88A5C, //attachMenuBotsNotModified
[typeof(BotMenuButtonBase)] = 0x7533A588, //botMenuButtonDefault
[typeof(Account_SavedRingtones)] = 0xFBF6E8B1, //account.savedRingtonesNotModified
[typeof(NotificationSound)] = 0x97E8BEBE, //notificationSoundDefault
[typeof(EmojiStatus)] = 0x2DE11AAE, //emojiStatusEmpty
[typeof(Account_EmojiStatuses)] = 0xD08CE645, //account.emojiStatusesNotModified
[typeof(Reaction)] = 0x79F5D419, //reactionEmpty
[typeof(ChatReactions)] = 0xEAFC32BC, //chatReactionsNone
[typeof(Messages_Reactions)] = 0xB06FDBDF, //messages.reactionsNotModified
// from TL.Secret:
[typeof(EmojiList)] = 0x481EADFA, //emojiListNotModified
[typeof(Messages_EmojiGroups)] = 0x6FB4AD87, //messages.emojiGroupsNotModified
[typeof(Help_AppConfig)] = 0x7CDE641D, //help.appConfigNotModified
[typeof(BotApp)] = 0x5DA674B7, //botAppNotModified
[typeof(DecryptedMessageMedia)] = 0x089F5C4A, //decryptedMessageMediaEmpty
};
}
}