summaryrefslogtreecommitdiff
path: root/protocols/Telegram/tdlib/tdlib.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-09-29 19:03:55 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-09-29 19:04:03 +0300
commitcebfc5c8facbf6ae335499f7f4b3dc57a60af999 (patch)
tree4c39e613c87f6164df1fe80601e611987aaaec84 /protocols/Telegram/tdlib/tdlib.vcxproj
parent189164bebda4bca9bb3d672500d844bfe7f26517 (diff)
TDLIB update up to the current state
Diffstat (limited to 'protocols/Telegram/tdlib/tdlib.vcxproj')
-rw-r--r--protocols/Telegram/tdlib/tdlib.vcxproj191
1 files changed, 183 insertions, 8 deletions
diff --git a/protocols/Telegram/tdlib/tdlib.vcxproj b/protocols/Telegram/tdlib/tdlib.vcxproj
index 1319bc3bc7..eef80ad20b 100644
--- a/protocols/Telegram/tdlib/tdlib.vcxproj
+++ b/protocols/Telegram/tdlib/tdlib.vcxproj
@@ -62,7 +62,8 @@
<ClCompile Include="td\td\mtproto\TlsReaderByteFlow.cpp" />
<ClCompile Include="td\td\mtproto\Transport.cpp" />
<ClCompile Include="td\td\mtproto\utils.cpp" />
- <ClCompile Include="td\td\telegram\Account.cpp" />
+ <ClCompile Include="td\td\telegram\AccountManager.cpp" />
+ <ClCompile Include="td\td\telegram\AlarmManager.cpp" />
<ClCompile Include="td\td\telegram\AnimationsManager.cpp" />
<ClCompile Include="td\td\telegram\Application.cpp" />
<ClCompile Include="td\td\telegram\AttachMenuManager.cpp" />
@@ -73,24 +74,43 @@
<ClCompile Include="td\td\telegram\BackgroundInfo.cpp" />
<ClCompile Include="td\td\telegram\BackgroundManager.cpp" />
<ClCompile Include="td\td\telegram\BackgroundType.cpp" />
+ <ClCompile Include="td\td\telegram\BaseTheme.cpp" />
+ <ClCompile Include="td\td\telegram\Birthdate.cpp" />
+ <ClCompile Include="td\td\telegram\BoostManager.cpp" />
<ClCompile Include="td\td\telegram\BotCommand.cpp" />
<ClCompile Include="td\td\telegram\BotCommandScope.cpp" />
<ClCompile Include="td\td\telegram\BotInfoManager.cpp" />
<ClCompile Include="td\td\telegram\BotMenuButton.cpp" />
+ <ClCompile Include="td\td\telegram\BotQueries.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessAwayMessage.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessAwayMessageSchedule.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessBotManageBar.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessChatLink.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessConnectedBot.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessConnectionManager.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessGreetingMessage.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessInfo.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessIntro.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessManager.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessRecipients.cpp" />
+ <ClCompile Include="td\td\telegram\BusinessWorkHours.cpp" />
<ClCompile Include="td\td\telegram\CallActor.cpp" />
<ClCompile Include="td\td\telegram\CallDiscardReason.cpp" />
<ClCompile Include="td\td\telegram\CallManager.cpp" />
<ClCompile Include="td\td\telegram\CallbackQueriesManager.cpp" />
<ClCompile Include="td\td\telegram\ChannelParticipantFilter.cpp" />
+ <ClCompile Include="td\td\telegram\ChannelRecommendationManager.cpp" />
+ <ClCompile Include="td\td\telegram\ChatManager.cpp" />
<ClCompile Include="td\td\telegram\ChatReactions.cpp" />
<ClCompile Include="td\td\telegram\cli.cpp" />
<ClCompile Include="td\td\telegram\Client.cpp" />
<ClCompile Include="td\td\telegram\ClientActor.cpp" />
<ClCompile Include="td\td\telegram\ClientJson.cpp" />
+ <ClCompile Include="td\td\telegram\CommonDialogManager.cpp" />
<ClCompile Include="td\td\telegram\ConfigManager.cpp" />
<ClCompile Include="td\td\telegram\ConnectionState.cpp" />
+ <ClCompile Include="td\td\telegram\ConnectionStateManager.cpp" />
<ClCompile Include="td\td\telegram\Contact.cpp" />
- <ClCompile Include="td\td\telegram\ContactsManager.cpp" />
<ClCompile Include="td\td\telegram\CountryInfoManager.cpp" />
<ClCompile Include="td\td\telegram\DelayDispatcher.cpp" />
<ClCompile Include="td\td\telegram\Dependencies.cpp" />
@@ -98,6 +118,7 @@
<ClCompile Include="td\td\telegram\DhCache.cpp" />
<ClCompile Include="td\td\telegram\DialogAction.cpp" />
<ClCompile Include="td\td\telegram\DialogActionBar.cpp" />
+ <ClCompile Include="td\td\telegram\DialogActionManager.cpp" />
<ClCompile Include="td\td\telegram\DialogAdministrator.cpp" />
<ClCompile Include="td\td\telegram\DialogDb.cpp" />
<ClCompile Include="td\td\telegram\DialogEventLog.cpp" />
@@ -106,10 +127,13 @@
<ClCompile Include="td\td\telegram\DialogFilterManager.cpp" />
<ClCompile Include="td\td\telegram\DialogId.cpp" />
<ClCompile Include="td\td\telegram\DialogInviteLink.cpp" />
+ <ClCompile Include="td\td\telegram\DialogInviteLinkManager.cpp" />
<ClCompile Include="td\td\telegram\DialogLocation.cpp" />
+ <ClCompile Include="td\td\telegram\DialogManager.cpp" />
<ClCompile Include="td\td\telegram\DialogNotificationSettings.cpp" />
<ClCompile Include="td\td\telegram\DialogParticipant.cpp" />
<ClCompile Include="td\td\telegram\DialogParticipantFilter.cpp" />
+ <ClCompile Include="td\td\telegram\DialogParticipantManager.cpp" />
<ClCompile Include="td\td\telegram\DialogSource.cpp" />
<ClCompile Include="td\td\telegram\Dimensions.cpp" />
<ClCompile Include="td\td\telegram\Document.cpp" />
@@ -121,17 +145,18 @@
<ClCompile Include="td\td\telegram\EmojiGroup.cpp" />
<ClCompile Include="td\td\telegram\EmojiGroupType.cpp" />
<ClCompile Include="td\td\telegram\EmojiStatus.cpp" />
+ <ClCompile Include="td\td\telegram\FactCheck.cpp" />
<ClCompile Include="td\td\telegram\FileReferenceManager.cpp" />
<ClCompile Include="td\td\telegram\files\FileBitmask.cpp" />
<ClCompile Include="td\td\telegram\files\FileDb.cpp" />
<ClCompile Include="td\td\telegram\files\FileDownloader.cpp" />
+ <ClCompile Include="td\td\telegram\files\FileDownloadManager.cpp" />
<ClCompile Include="td\td\telegram\files\FileEncryptionKey.cpp" />
<ClCompile Include="td\td\telegram\files\FileFromBytes.cpp" />
<ClCompile Include="td\td\telegram\files\FileGcParameters.cpp" />
<ClCompile Include="td\td\telegram\files\FileGcWorker.cpp" />
<ClCompile Include="td\td\telegram\files\FileGenerateManager.cpp" />
<ClCompile Include="td\td\telegram\files\FileHashUploader.cpp" />
- <ClCompile Include="td\td\telegram\files\FileLoader.cpp" />
<ClCompile Include="td\td\telegram\files\FileLoaderUtils.cpp" />
<ClCompile Include="td\td\telegram\files\FileLoadManager.cpp" />
<ClCompile Include="td\td\telegram\files\FileManager.cpp" />
@@ -139,6 +164,7 @@
<ClCompile Include="td\td\telegram\files\FileStatsWorker.cpp" />
<ClCompile Include="td\td\telegram\files\FileType.cpp" />
<ClCompile Include="td\td\telegram\files\FileUploader.cpp" />
+ <ClCompile Include="td\td\telegram\files\FileUploadManager.cpp" />
<ClCompile Include="td\td\telegram\files\PartsManager.cpp" />
<ClCompile Include="td\td\telegram\files\ResourceManager.cpp" />
<ClCompile Include="td\td\telegram\ForumTopic.cpp" />
@@ -149,13 +175,17 @@
<ClCompile Include="td\td\telegram\Game.cpp" />
<ClCompile Include="td\td\telegram\GameManager.cpp" />
<ClCompile Include="td\td\telegram\GitCommitHash.cpp" />
+ <ClCompile Include="td\td\telegram\GiveawayParameters.cpp" />
<ClCompile Include="td\td\telegram\Global.cpp" />
+ <ClCompile Include="td\td\telegram\GlobalPrivacySettings.cpp" />
<ClCompile Include="td\td\telegram\GroupCallManager.cpp" />
<ClCompile Include="td\td\telegram\GroupCallParticipant.cpp" />
<ClCompile Include="td\td\telegram\GroupCallParticipantOrder.cpp" />
<ClCompile Include="td\td\telegram\GroupCallVideoPayload.cpp" />
<ClCompile Include="td\td\telegram\HashtagHints.cpp" />
+ <ClCompile Include="td\td\telegram\InlineMessageManager.cpp" />
<ClCompile Include="td\td\telegram\InlineQueriesManager.cpp" />
+ <ClCompile Include="td\td\telegram\InputBusinessChatLink.cpp" />
<ClCompile Include="td\td\telegram\InputDialogId.cpp" />
<ClCompile Include="td\td\telegram\InputGroupCallId.cpp" />
<ClCompile Include="td\td\telegram\InputInvoice.cpp" />
@@ -167,16 +197,26 @@
<ClCompile Include="td\td\telegram\Log.cpp" />
<ClCompile Include="td\td\telegram\logevent\LogEventHelper.cpp" />
<ClCompile Include="td\td\telegram\Logging.cpp" />
+ <ClCompile Include="td\td\telegram\MediaArea.cpp" />
+ <ClCompile Include="td\td\telegram\MediaAreaCoordinates.cpp" />
<ClCompile Include="td\td\telegram\MessageContent.cpp" />
<ClCompile Include="td\td\telegram\MessageContentType.cpp" />
<ClCompile Include="td\td\telegram\MessageDb.cpp" />
<ClCompile Include="td\td\telegram\MessageEntity.cpp" />
<ClCompile Include="td\td\telegram\MessageExtendedMedia.cpp" />
+ <ClCompile Include="td\td\telegram\MessageForwardInfo.cpp" />
<ClCompile Include="td\td\telegram\MessageId.cpp" />
+ <ClCompile Include="td\td\telegram\MessageImportManager.cpp" />
+ <ClCompile Include="td\td\telegram\MessageInputReplyTo.cpp" />
+ <ClCompile Include="td\td\telegram\MessageOrigin.cpp" />
+ <ClCompile Include="td\td\telegram\MessageQuote.cpp" />
<ClCompile Include="td\td\telegram\MessageReaction.cpp" />
+ <ClCompile Include="td\td\telegram\MessageReactor.cpp" />
<ClCompile Include="td\td\telegram\MessageReplyHeader.cpp" />
<ClCompile Include="td\td\telegram\MessageReplyInfo.cpp" />
<ClCompile Include="td\td\telegram\MessageSearchFilter.cpp" />
+ <ClCompile Include="td\td\telegram\MessageSearchOffset.cpp" />
+ <ClCompile Include="td\td\telegram\MessageSelfDestructType.cpp" />
<ClCompile Include="td\td\telegram\MessageSender.cpp" />
<ClCompile Include="td\td\telegram\MessagesInfo.cpp" />
<ClCompile Include="td\td\telegram\MessagesManager.cpp" />
@@ -185,6 +225,7 @@
<ClCompile Include="td\td\telegram\MessageTtl.cpp" />
<ClCompile Include="td\td\telegram\MessageViewer.cpp" />
<ClCompile Include="td\td\telegram\misc.cpp" />
+ <ClCompile Include="td\td\telegram\MissingInvitee.cpp" />
<ClCompile Include="td\td\telegram\net\AuthDataShared.cpp" />
<ClCompile Include="td\td\telegram\net\ConnectionCreator.cpp" />
<ClCompile Include="td\td\telegram\net\DcAuthManager.cpp" />
@@ -196,24 +237,31 @@
<ClCompile Include="td\td\telegram\net\NetQueryDelayer.cpp" />
<ClCompile Include="td\td\telegram\net\NetQueryDispatcher.cpp" />
<ClCompile Include="td\td\telegram\net\NetQueryStats.cpp" />
+ <ClCompile Include="td\td\telegram\net\NetQueryVerifier.cpp" />
<ClCompile Include="td\td\telegram\net\NetStatsManager.cpp" />
<ClCompile Include="td\td\telegram\net\Proxy.cpp" />
- <ClCompile Include="td\td\telegram\net\PublicRsaKeyShared.cpp" />
+ <ClCompile Include="td\td\telegram\net\PublicRsaKeySharedCdn.cpp" />
+ <ClCompile Include="td\td\telegram\net\PublicRsaKeySharedMain.cpp" />
<ClCompile Include="td\td\telegram\net\PublicRsaKeyWatchdog.cpp" />
<ClCompile Include="td\td\telegram\net\Session.cpp" />
<ClCompile Include="td\td\telegram\net\SessionProxy.cpp" />
<ClCompile Include="td\td\telegram\net\SessionMultiProxy.cpp" />
<ClCompile Include="td\td\telegram\NewPasswordState.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationGroupInfo.cpp" />
+ <ClCompile Include="td\td\telegram\NotificationGroupType.cpp" />
<ClCompile Include="td\td\telegram\NotificationManager.cpp" />
<ClCompile Include="td\td\telegram\NotificationSettingsManager.cpp" />
<ClCompile Include="td\td\telegram\NotificationSettingsScope.cpp" />
<ClCompile Include="td\td\telegram\NotificationSound.cpp" />
<ClCompile Include="td\td\telegram\NotificationType.cpp" />
+ <ClCompile Include="td\td\telegram\OnlineManager.cpp" />
<ClCompile Include="td\td\telegram\OptionManager.cpp" />
<ClCompile Include="td\td\telegram\OrderedMessage.cpp" />
<ClCompile Include="td\td\telegram\OrderInfo.cpp" />
<ClCompile Include="td\td\telegram\Payments.cpp" />
<ClCompile Include="td\td\telegram\PasswordManager.cpp" />
+ <ClCompile Include="td\td\telegram\PeerColor.cpp" />
+ <ClCompile Include="td\td\telegram\PeopleNearbyManager.cpp" />
<ClCompile Include="td\td\telegram\PhoneNumberManager.cpp" />
<ClCompile Include="td\td\telegram\PhotoSize.cpp" />
<ClCompile Include="td\td\telegram\PhotoSizeSource.cpp" />
@@ -222,13 +270,24 @@
<ClCompile Include="td\td\telegram\PremiumGiftOption.cpp" />
<ClCompile Include="td\td\telegram\PrivacyManager.cpp" />
<ClCompile Include="td\td\telegram\Photo.cpp" />
+ <ClCompile Include="td\td\telegram\PromoDataManager.cpp" />
<ClCompile Include="td\td\telegram\QueryCombiner.cpp" />
<ClCompile Include="td\td\telegram\QueryMerger.cpp" />
+ <ClCompile Include="td\td\telegram\QuickReplyManager.cpp" />
+ <ClCompile Include="td\td\telegram\ReactionListType.cpp" />
+ <ClCompile Include="td\td\telegram\ReactionManager.cpp" />
+ <ClCompile Include="td\td\telegram\ReactionNotificationSettings.cpp" />
+ <ClCompile Include="td\td\telegram\ReactionNotificationsFrom.cpp" />
+ <ClCompile Include="td\td\telegram\ReactionType.cpp" />
<ClCompile Include="td\td\telegram\RecentDialogList.cpp" />
+ <ClCompile Include="td\td\telegram\RepliedMessageInfo.cpp" />
<ClCompile Include="td\td\telegram\ReplyMarkup.cpp" />
<ClCompile Include="td\td\telegram\ReportReason.cpp" />
<ClCompile Include="td\td\telegram\RequestedDialogType.cpp" />
+ <ClCompile Include="td\td\telegram\Requests.cpp" />
<ClCompile Include="td\td\telegram\RestrictionReason.cpp" />
+ <ClCompile Include="td\td\telegram\SavedMessagesManager.cpp" />
+ <ClCompile Include="td\td\telegram\SavedMessagesTopicId.cpp" />
<ClCompile Include="td\td\telegram\ScopeNotificationSettings.cpp" />
<ClCompile Include="td\td\telegram\SecretChatActor.cpp" />
<ClCompile Include="td\td\telegram\SecretChatDb.cpp" />
@@ -240,28 +299,50 @@
<ClCompile Include="td\td\telegram\SendCodeHelper.cpp" />
<ClCompile Include="td\td\telegram\SentEmailCode.cpp" />
<ClCompile Include="td\td\telegram\SequenceDispatcher.cpp" />
+ <ClCompile Include="td\td\telegram\SharedDialog.cpp" />
<ClCompile Include="td\td\telegram\SpecialStickerSetType.cpp" />
<ClCompile Include="td\td\telegram\SponsoredMessageManager.cpp" />
+ <ClCompile Include="td\td\telegram\StarManager.cpp" />
+ <ClCompile Include="td\td\telegram\StarSubscription.cpp" />
+ <ClCompile Include="td\td\telegram\StarSubscriptionPricing.cpp" />
<ClCompile Include="td\td\telegram\StateManager.cpp" />
+ <ClCompile Include="td\td\telegram\StatisticsManager.cpp" />
<ClCompile Include="td\td\telegram\StickerFormat.cpp" />
+ <ClCompile Include="td\td\telegram\StickerListType.cpp" />
<ClCompile Include="td\td\telegram\StickerMaskPosition.cpp" />
<ClCompile Include="td\td\telegram\StickerPhotoSize.cpp" />
<ClCompile Include="td\td\telegram\StickerSetId.cpp" />
<ClCompile Include="td\td\telegram\StickersManager.cpp" />
<ClCompile Include="td\td\telegram\StickerType.cpp" />
<ClCompile Include="td\td\telegram\StorageManager.cpp" />
+ <ClCompile Include="td\td\telegram\StoryContent.cpp" />
+ <ClCompile Include="td\td\telegram\StoryContentType.cpp" />
+ <ClCompile Include="td\td\telegram\StoryDb.cpp" />
+ <ClCompile Include="td\td\telegram\StoryForwardInfo.cpp" />
+ <ClCompile Include="td\td\telegram\StoryInteractionInfo.cpp" />
+ <ClCompile Include="td\td\telegram\StoryManager.cpp" />
+ <ClCompile Include="td\td\telegram\StoryStealthMode.cpp" />
+ <ClCompile Include="td\td\telegram\StoryViewer.cpp" />
<ClCompile Include="td\td\telegram\SuggestedAction.cpp" />
<ClCompile Include="td\td\telegram\Support.cpp" />
+ <ClCompile Include="td\td\telegram\SynchronousRequests.cpp" />
<ClCompile Include="td\td\telegram\Td.cpp" />
<ClCompile Include="td\td\telegram\TdDb.cpp" />
<ClCompile Include="td\td\telegram\TermsOfService.cpp" />
+ <ClCompile Include="td\td\telegram\TermsOfServiceManager.cpp" />
<ClCompile Include="td\td\telegram\ThemeManager.cpp" />
+ <ClCompile Include="td\td\telegram\ThemeSettings.cpp" />
+ <ClCompile Include="td\td\telegram\TimeZoneManager.cpp" />
<ClCompile Include="td\td\telegram\TopDialogCategory.cpp" />
<ClCompile Include="td\td\telegram\TopDialogManager.cpp" />
<ClCompile Include="td\td\telegram\TranscriptionInfo.cpp" />
+ <ClCompile Include="td\td\telegram\TranscriptionManager.cpp" />
<ClCompile Include="td\td\telegram\TranslationManager.cpp" />
<ClCompile Include="td\td\telegram\UpdatesManager.cpp" />
+ <ClCompile Include="td\td\telegram\UserManager.cpp" />
<ClCompile Include="td\td\telegram\Usernames.cpp" />
+ <ClCompile Include="td\td\telegram\UserPrivacySetting.cpp" />
+ <ClCompile Include="td\td\telegram\UserPrivacySettingRule.cpp" />
<ClCompile Include="td\td\telegram\Venue.cpp" />
<ClCompile Include="td\td\telegram\VideoNotesManager.cpp" />
<ClCompile Include="td\td\telegram\VideosManager.cpp" />
@@ -297,9 +378,12 @@
<ClInclude Include="td\td\mtproto\Transport.h" />
<ClInclude Include="td\td\mtproto\TransportType.h" />
<ClInclude Include="td\td\mtproto\utils.h" />
+ <ClInclude Include="td\td\telegram\AccentColorId.h" />
<ClInclude Include="td\td\telegram\AccessRights.h" />
<ClInclude Include="td\td\telegram\Account.h" />
+ <ClInclude Include="td\td\telegram\AccountManager.h" />
<ClInclude Include="td\td\telegram\AffectedHistory.h" />
+ <ClInclude Include="td\td\telegram\AlarmManager.h" />
<ClInclude Include="td\td\telegram\AnimationsManager.h" />
<ClInclude Include="td\td\telegram\Application.h" />
<ClInclude Include="td\td\telegram\AttachMenuManager.h" />
@@ -313,10 +397,28 @@
<ClInclude Include="td\td\telegram\BackgroundManager.h" />
<ClInclude Include="td\td\telegram\BackgroundType.h" />
<ClInclude Include="td\td\telegram\BackgroundType.hpp" />
+ <ClInclude Include="td\td\telegram\BaseTheme.h" />
+ <ClInclude Include="td\td\telegram\Birthdate.h" />
+ <ClInclude Include="td\td\telegram\BlockListId.h" />
+ <ClInclude Include="td\td\telegram\BoostManager.h" />
<ClInclude Include="td\td\telegram\BotCommand.h" />
<ClInclude Include="td\td\telegram\BotCommandScope.h" />
<ClInclude Include="td\td\telegram\BotInfoManager.h" />
<ClInclude Include="td\td\telegram\BotMenuButton.h" />
+ <ClInclude Include="td\td\telegram\BotQueries.h" />
+ <ClInclude Include="td\td\telegram\BusinessAwayMessage.h" />
+ <ClInclude Include="td\td\telegram\BusinessAwayMessageSchedule.h" />
+ <ClInclude Include="td\td\telegram\BusinessBotManageBar.h" />
+ <ClInclude Include="td\td\telegram\BusinessChatLink.h" />
+ <ClInclude Include="td\td\telegram\BusinessConnectedBot.h" />
+ <ClInclude Include="td\td\telegram\BusinessConnectionId.h" />
+ <ClInclude Include="td\td\telegram\BusinessConnectionManager.h" />
+ <ClInclude Include="td\td\telegram\BusinessGreetingMessage.h" />
+ <ClInclude Include="td\td\telegram\BusinessInfo.h" />
+ <ClInclude Include="td\td\telegram\BusinessIntro.h" />
+ <ClInclude Include="td\td\telegram\BusinessManager.h" />
+ <ClInclude Include="td\td\telegram\BusinessRecipients.h" />
+ <ClInclude Include="td\td\telegram\BusinessWorkHours.h" />
<ClInclude Include="td\td\telegram\CallActor.h" />
<ClInclude Include="td\td\telegram\CallDiscardReason.h" />
<ClInclude Include="td\td\telegram\CallId.h" />
@@ -325,16 +427,19 @@
<ClInclude Include="td\td\telegram\ChainId.h" />
<ClInclude Include="td\td\telegram\ChannelId.h" />
<ClInclude Include="td\td\telegram\ChannelParticipantFilter.h" />
+ <ClInclude Include="td\td\telegram\ChannelRecommendationManager.h" />
<ClInclude Include="td\td\telegram\ChannelType.h" />
<ClInclude Include="td\td\telegram\ChatId.h" />
+ <ClInclude Include="td\td\telegram\ChatManager.h" />
<ClInclude Include="td\td\telegram\ChatReactions.h" />
<ClInclude Include="td\td\telegram\Client.h" />
<ClInclude Include="td\td\telegram\ClientActor.h" />
<ClInclude Include="td\td\telegram\ClientJson.h" />
+ <ClInclude Include="td\td\telegram\CommonDialogManager.h" />
<ClInclude Include="td\td\telegram\ConfigManager.h" />
<ClInclude Include="td\td\telegram\ConnectionState.h" />
+ <ClInclude Include="td\td\telegram\ConnectionStateManager.h" />
<ClInclude Include="td\td\telegram\Contact.h" />
- <ClInclude Include="td\td\telegram\ContactsManager.h" />
<ClInclude Include="td\td\telegram\CountryInfoManager.h" />
<ClInclude Include="td\td\telegram\CustomEmojiId.h" />
<ClInclude Include="td\td\telegram\DelayDispatcher.h" />
@@ -344,7 +449,9 @@
<ClInclude Include="td\td\telegram\DhConfig.h" />
<ClInclude Include="td\td\telegram\DialogAction.h" />
<ClInclude Include="td\td\telegram\DialogActionBar.h" />
+ <ClInclude Include="td\td\telegram\DialogActionManager.h" />
<ClInclude Include="td\td\telegram\DialogAdministrator.h" />
+ <ClInclude Include="td\td\telegram\DialogBoostLinkInfo.h" />
<ClInclude Include="td\td\telegram\DialogDate.h" />
<ClInclude Include="td\td\telegram\DialogDb.h" />
<ClInclude Include="td\td\telegram\DialogEventLog.h" />
@@ -356,12 +463,15 @@
<ClInclude Include="td\td\telegram\DialogFilterManager.h" />
<ClInclude Include="td\td\telegram\DialogId.h" />
<ClInclude Include="td\td\telegram\DialogInviteLink.h" />
+ <ClInclude Include="td\td\telegram\DialogInviteLinkManager.h" />
<ClInclude Include="td\td\telegram\DialogListId.h" />
<ClInclude Include="td\td\telegram\DialogLocation.h" />
+ <ClInclude Include="td\td\telegram\DialogManager.h" />
<ClInclude Include="td\td\telegram\DialogNotificationSettings.h" />
<ClInclude Include="td\td\telegram\DialogNotificationSettings.hpp" />
<ClInclude Include="td\td\telegram\DialogParticipant.h" />
<ClInclude Include="td\td\telegram\DialogParticipantFilter.h" />
+ <ClInclude Include="td\td\telegram\DialogParticipantManager.h" />
<ClInclude Include="td\td\telegram\DialogSource.h" />
<ClInclude Include="td\td\telegram\Dimensions.h" />
<ClInclude Include="td\td\telegram\Dimensions.hpp" />
@@ -378,6 +488,7 @@
<ClInclude Include="td\td\telegram\EmojiGroupType.h" />
<ClInclude Include="td\td\telegram\EmojiStatus.h" />
<ClInclude Include="td\td\telegram\EncryptedFile.h" />
+ <ClInclude Include="td\td\telegram\FactCheck.h" />
<ClInclude Include="td\td\telegram\FileReferenceManager.h" />
<ClInclude Include="td\td\telegram\FileReferenceManager.hpp" />
<ClInclude Include="td\td\telegram\files\FileBitmask.h" />
@@ -394,7 +505,6 @@
<ClInclude Include="td\td\telegram\files\FileHashUploader.h" />
<ClInclude Include="td\td\telegram\files\FileId.h" />
<ClInclude Include="td\td\telegram\files\FileLoaderActor.h" />
- <ClInclude Include="td\td\telegram\files\FileLoader.h" />
<ClInclude Include="td\td\telegram\files\FileLoaderUtils.h" />
<ClInclude Include="td\td\telegram\files\FileLoadManager.h" />
<ClInclude Include="td\td\telegram\files\FileLocation.h" />
@@ -419,18 +529,21 @@
<ClInclude Include="td\td\telegram\ForumTopicInfo.h" />
<ClInclude Include="td\td\telegram\ForumTopicInfo.hpp" />
<ClInclude Include="td\td\telegram\ForumTopicManager.h" />
- <ClInclude Include="td\td\telegram\FullMessageId.h" />
<ClInclude Include="td\td\telegram\Game.h" />
<ClInclude Include="td\td\telegram\GameManager.h" />
<ClInclude Include="td\td\telegram\GitCommitHash.h" />
+ <ClInclude Include="td\td\telegram\GiveawayParameters.h" />
<ClInclude Include="td\td\telegram\Global.h" />
+ <ClInclude Include="td\td\telegram\GlobalPrivacySettings.h" />
<ClInclude Include="td\td\telegram\GroupCallId.h" />
<ClInclude Include="td\td\telegram\GroupCallManager.h" />
<ClInclude Include="td\td\telegram\GroupCallParticipant.h" />
<ClInclude Include="td\td\telegram\GroupCallParticipantOrder.h" />
<ClInclude Include="td\td\telegram\GroupCallVideoPayload.h" />
<ClInclude Include="td\td\telegram\HashtagHints.h" />
+ <ClInclude Include="td\td\telegram\InlineMessageManager.h" />
<ClInclude Include="td\td\telegram\InlineQueriesManager.h" />
+ <ClInclude Include="td\td\telegram\InputBusinessChatLink.h" />
<ClInclude Include="td\td\telegram\InputDialogId.h" />
<ClInclude Include="td\td\telegram\InputGroupCallId.h" />
<ClInclude Include="td\td\telegram\InputInvoice.h" />
@@ -447,22 +560,34 @@
<ClInclude Include="td\td\telegram\logevent\LogEventHelper.h" />
<ClInclude Include="td\td\telegram\logevent\SecretChatEvent.h" />
<ClInclude Include="td\td\telegram\Logging.h" />
+ <ClInclude Include="td\td\telegram\MediaArea.h" />
+ <ClInclude Include="td\td\telegram\MediaAreaCoordinates.h" />
<ClInclude Include="td\td\telegram\MessageContent.h" />
<ClInclude Include="td\td\telegram\MessageContentType.h" />
<ClInclude Include="td\td\telegram\MessageCopyOptions.h" />
<ClInclude Include="td\td\telegram\MessageDb.h" />
+ <ClInclude Include="td\td\telegram\MessageEffectId.h" />
<ClInclude Include="td\td\telegram\MessageEntity.h" />
<ClInclude Include="td\td\telegram\MessageEntity.hpp" />
<ClInclude Include="td\td\telegram\MessageExtendedMedia.h" />
<ClInclude Include="td\td\telegram\MessageExtendedMedia.hpp" />
+ <ClInclude Include="td\td\telegram\MessageForwardInfo.h" />
+ <ClInclude Include="td\td\telegram\MessageFullId.h" />
<ClInclude Include="td\td\telegram\MessageId.h" />
+ <ClInclude Include="td\td\telegram\MessageImportManager.h" />
+ <ClInclude Include="td\td\telegram\MessageInputReplyTo.h" />
<ClInclude Include="td\td\telegram\MessageLinkInfo.h" />
+ <ClInclude Include="td\td\telegram\MessageOrigin.h" />
+ <ClInclude Include="td\td\telegram\MessageQuote.h" />
<ClInclude Include="td\td\telegram\MessageReaction.h" />
<ClInclude Include="td\td\telegram\MessageReaction.hpp" />
+ <ClInclude Include="td\td\telegram\MessageReactor.h" />
<ClInclude Include="td\td\telegram\MessageReplyHeader.h" />
<ClInclude Include="td\td\telegram\MessageReplyInfo.h" />
<ClInclude Include="td\td\telegram\MessageReplyInfo.hpp" />
<ClInclude Include="td\td\telegram\MessageSearchFilter.h" />
+ <ClInclude Include="td\td\telegram\MessageSearchOffset.h" />
+ <ClInclude Include="td\td\telegram\MessageSelfDestructType.h" />
<ClInclude Include="td\td\telegram\MessageSender.h" />
<ClInclude Include="td\td\telegram\MessagesInfo.h" />
<ClInclude Include="td\td\telegram\MessagesManager.h" />
@@ -474,6 +599,7 @@
<ClInclude Include="td\td\telegram\MinChannel.h" />
<ClInclude Include="td\td\telegram\MinChannel.hpp" />
<ClInclude Include="td\td\telegram\misc.h" />
+ <ClInclude Include="td\td\telegram\MissingInvitee.h" />
<ClInclude Include="td\td\telegram\net\AuthDataShared.h" />
<ClInclude Include="td\td\telegram\net\AuthKeyState.h" />
<ClInclude Include="td\td\telegram\net\ConnectionCreator.h" />
@@ -489,10 +615,12 @@
<ClInclude Include="td\td\telegram\net\NetQueryDelayer.h" />
<ClInclude Include="td\td\telegram\net\NetQueryDispatcher.h" />
<ClInclude Include="td\td\telegram\net\NetQueryStats.h" />
+ <ClInclude Include="td\td\telegram\net\NetQueryVerifier.h" />
<ClInclude Include="td\td\telegram\net\NetStatsManager.h" />
<ClInclude Include="td\td\telegram\net\NetType.h" />
<ClInclude Include="td\td\telegram\net\Proxy.h" />
- <ClInclude Include="td\td\telegram\net\PublicRsaKeyShared.h" />
+ <ClInclude Include="td\td\telegram\net\PublicRsaKeySharedCdn.h" />
+ <ClInclude Include="td\td\telegram\net\PublicRsaKeySharedMain.h" />
<ClInclude Include="td\td\telegram\net\PublicRsaKeyWatchdog.h" />
<ClInclude Include="td\td\telegram\net\Session.h" />
<ClInclude Include="td\td\telegram\net\SessionProxy.h" />
@@ -500,22 +628,29 @@
<ClInclude Include="td\td\telegram\net\TempAuthKeyWatchdog.h" />
<ClInclude Include="td\td\telegram\NewPasswordState.h" />
<ClInclude Include="td\td\telegram\Notification.h" />
+ <ClInclude Include="td\td\telegram\NotificationGroupFromDatabase.h" />
<ClInclude Include="td\td\telegram\NotificationGroupId.h" />
+ <ClInclude Include="td\td\telegram\NotificationGroupInfo.h" />
<ClInclude Include="td\td\telegram\NotificationGroupKey.h" />
<ClInclude Include="td\td\telegram\NotificationGroupType.h" />
<ClInclude Include="td\td\telegram\NotificationId.h" />
<ClInclude Include="td\td\telegram\NotificationManager.h" />
+ <ClInclude Include="td\td\telegram\NotificationObjectFullId.h" />
+ <ClInclude Include="td\td\telegram\NotificationObjectId.h" />
<ClInclude Include="td\td\telegram\NotificationSettingsManager.h" />
<ClInclude Include="td\td\telegram\NotificationSettingsScope.h" />
<ClInclude Include="td\td\telegram\NotificationSound.h" />
<ClInclude Include="td\td\telegram\NotificationSoundType.h" />
<ClInclude Include="td\td\telegram\NotificationType.h" />
+ <ClInclude Include="td\td\telegram\OnlineManager.h" />
<ClInclude Include="td\td\telegram\OptionManager.h" />
<ClInclude Include="td\td\telegram\OrderedMessage.h" />
<ClInclude Include="td\td\telegram\OrderInfo.h" />
<ClInclude Include="td\td\telegram\OrderInfo.hpp" />
<ClInclude Include="td\td\telegram\PasswordManager.h" />
<ClInclude Include="td\td\telegram\Payments.h" />
+ <ClInclude Include="td\td\telegram\PeerColor.h" />
+ <ClInclude Include="td\td\telegram\PeopleNearbyManager.h" />
<ClInclude Include="td\td\telegram\PhoneNumberManager.h" />
<ClInclude Include="td\td\telegram\Photo.h" />
<ClInclude Include="td\td\telegram\PhotoFormat.h" />
@@ -531,17 +666,31 @@
<ClInclude Include="td\td\telegram\PremiumGiftOption.h" />
<ClInclude Include="td\td\telegram\PremiumGiftOption.hpp" />
<ClInclude Include="td\td\telegram\PrivacyManager.h" />
+ <ClInclude Include="td\td\telegram\PromoDataManager.h" />
<ClInclude Include="td\td\telegram\PtsManager.h" />
<ClInclude Include="td\td\telegram\PublicDialogType.h" />
<ClInclude Include="td\td\telegram\QueryCombiner.h" />
<ClInclude Include="td\td\telegram\QueryMerger.h" />
+ <ClInclude Include="td\td\telegram\QuickReplyManager.h" />
+ <ClInclude Include="td\td\telegram\QuickReplyMessageFullId.h" />
+ <ClInclude Include="td\td\telegram\QuickReplyShortcutId.h" />
+ <ClInclude Include="td\td\telegram\ReactionListType.h" />
+ <ClInclude Include="td\td\telegram\ReactionManager.h" />
+ <ClInclude Include="td\td\telegram\ReactionNotificationSettings.h" />
+ <ClInclude Include="td\td\telegram\ReactionNotificationsFrom.h" />
+ <ClInclude Include="td\td\telegram\ReactionType.h" />
+ <ClInclude Include="td\td\telegram\ReactionUnavailabilityReason.h" />
<ClInclude Include="td\td\telegram\RecentDialogList.h" />
+ <ClInclude Include="td\td\telegram\RepliedMessageInfo.h" />
<ClInclude Include="td\td\telegram\ReplyMarkup.h" />
<ClInclude Include="td\td\telegram\ReportReason.h" />
<ClInclude Include="td\td\telegram\RequestActor.h" />
<ClInclude Include="td\td\telegram\RequestedDialogType.h" />
<ClInclude Include="td\td\telegram\RequestedDialogType.hpp" />
+ <ClInclude Include="td\td\telegram\Requests.h" />
<ClInclude Include="td\td\telegram\RestrictionReason.h" />
+ <ClInclude Include="td\td\telegram\SavedMessagesManager.h" />
+ <ClInclude Include="td\td\telegram\SavedMessagesTopicId.h" />
<ClInclude Include="td\td\telegram\ScheduledServerMessageId.h" />
<ClInclude Include="td\td\telegram\ScopeNotificationSettings.h" />
<ClInclude Include="td\td\telegram\ScopeNotificationSettings.hpp" />
@@ -561,10 +710,16 @@
<ClInclude Include="td\td\telegram\SequenceDispatcher.h" />
<ClInclude Include="td\td\telegram\ServerMessageId.h" />
<ClInclude Include="td\td\telegram\SetWithPosition.h" />
+ <ClInclude Include="td\td\telegram\SharedDialog.h" />
<ClInclude Include="td\td\telegram\SpecialStickerSetType.h" />
<ClInclude Include="td\td\telegram\SponsoredMessageManager.h" />
+ <ClInclude Include="td\td\telegram\StarManager.h" />
+ <ClInclude Include="td\td\telegram\StarSubscription.h" />
+ <ClInclude Include="td\td\telegram\StarSubscriptionPricing.h" />
<ClInclude Include="td\td\telegram\StateManager.h" />
+ <ClInclude Include="td\td\telegram\StatisticsManager.h" />
<ClInclude Include="td\td\telegram\StickerFormat.h" />
+ <ClInclude Include="td\td\telegram\StickerListType.h" />
<ClInclude Include="td\td\telegram\StickerMaskPosition.h" />
<ClInclude Include="td\td\telegram\StickerMaskPosition.hpp" />
<ClInclude Include="td\td\telegram\StickerPhotoSize.h" />
@@ -574,8 +729,21 @@
<ClInclude Include="td\td\telegram\StickersManager.h" />
<ClInclude Include="td\td\telegram\StickerType.h" />
<ClInclude Include="td\td\telegram\StorageManager.h" />
+ <ClInclude Include="td\td\telegram\StoryContent.h" />
+ <ClInclude Include="td\td\telegram\StoryContentType.h" />
+ <ClInclude Include="td\td\telegram\StoryDb.h" />
+ <ClInclude Include="td\td\telegram\StoryForwardInfo.h" />
+ <ClInclude Include="td\td\telegram\StoryFullId.h" />
+ <ClInclude Include="td\td\telegram\StoryId.h" />
+ <ClInclude Include="td\td\telegram\StoryInteractionInfo.h" />
+ <ClInclude Include="td\td\telegram\StoryListId.h" />
+ <ClInclude Include="td\td\telegram\StoryManager.h" />
+ <ClInclude Include="td\td\telegram\StoryNotificationSettings.h" />
+ <ClInclude Include="td\td\telegram\StoryStealthMode.h" />
+ <ClInclude Include="td\td\telegram\StoryViewer.h" />
<ClInclude Include="td\td\telegram\SuggestedAction.h" />
<ClInclude Include="td\td\telegram\Support.h" />
+ <ClInclude Include="td\td\telegram\SynchronousRequests.h" />
<ClInclude Include="td\td\telegram\Td.h" />
<ClInclude Include="td\td\telegram\TdCallback.h" />
<ClInclude Include="td\td\telegram\TdDb.h" />
@@ -584,16 +752,23 @@
<ClInclude Include="td\td\telegram\td_json_client.h" />
<ClInclude Include="td\td\telegram\td_log.h" />
<ClInclude Include="td\td\telegram\TermsOfService.h" />
+ <ClInclude Include="td\td\telegram\TermsOfServiceManager.h" />
<ClInclude Include="td\td\telegram\ThemeManager.h" />
+ <ClInclude Include="td\td\telegram\ThemeSettings.h" />
+ <ClInclude Include="td\td\telegram\TimeZoneManager.h" />
<ClInclude Include="td\td\telegram\TopDialogCategory.h" />
<ClInclude Include="td\td\telegram\TopDialogManager.h" />
<ClInclude Include="td\td\telegram\TranscriptionInfo.h" />
<ClInclude Include="td\td\telegram\TranscriptionInfo.hpp" />
+ <ClInclude Include="td\td\telegram\TranscriptionManager.h" />
<ClInclude Include="td\td\telegram\TranslationManager.h" />
<ClInclude Include="td\td\telegram\UniqueId.h" />
<ClInclude Include="td\td\telegram\UpdatesManager.h" />
<ClInclude Include="td\td\telegram\UserId.h" />
+ <ClInclude Include="td\td\telegram\UserManager.h" />
<ClInclude Include="td\td\telegram\Usernames.h" />
+ <ClInclude Include="td\td\telegram\UserPrivacySetting.h" />
+ <ClInclude Include="td\td\telegram\UserPrivacySettingRule.h" />
<ClInclude Include="td\td\telegram\Venue.h" />
<ClInclude Include="td\td\telegram\Version.h" />
<ClInclude Include="td\td\telegram\VideoNotesManager.h" />