aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/DocumentsManager.h
AgeCommit message (Expand)Author
2026-03-04Support live photo in on_get_document.levlam
2026-01-01Update copyright year.levlam
2025-06-30Add video storyboards.levlam
2025-06-30Keep dimensions for documents.levlam
2025-03-22Use bool fields in document attributes instead of flags.levlam
2025-01-01Update copyright year.levlam
2024-11-25Add separate file types for self-destructing files.levlam
2024-10-03Remove unused DocumentsManager::has_input_media and photo_has_input_media.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-30Add alternativeVideo.hls_file.levlam
2024-08-09Support background type for links to backgrounds with files.levlam
2024-01-01Update copyright year.levlam
2023-06-19Delete outdated comments.levlam
2023-05-25Add FileType::VideoStory.levlam
2023-05-25Add class DocumentsManager::Subtype.levlam
2023-01-01Update copyright year.levlam
2022-08-04Use WaitFreeHashMap for document storages.levlam
2022-08-03Remove unused can_delete_old parameter.levlam
2022-07-20Asynchronously destroy some big data storages.levlam
2022-05-11Add layer 143 to secret chats.levlam
2022-04-12Add fileTypeNotificationSound.levlam
2022-04-10Add PhotoSize.h.levlam
2022-04-09Add PhotoFormat.h.levlam
2022-02-08Fix includes and formatting.levlam
2022-02-07td: replace most of std::unordered_map usages to td::FlatHashMapArseny Smirnov
2022-01-01Update copyright year.levlam
2021-10-27Unify td/telegram/include order.levlam
2021-08-28Make get_document_object methods const.levlam
2021-08-26Remove unneeded document.is_changed.levlam
2021-08-01Add class EncryptedFile.levlam
2021-01-01Update copyright year.levlam
2020-05-31Add td_api::thumbnail.levlam
2020-01-01Update copyright year.levlam
2019-05-07Initial background support.levlam
2019-03-01Update layer to 92: minithumbnails support.levlam
2019-04-09Add Document class.levlam
2019-02-21Unify names of ParserT/StorerT classes.levlam
2019-01-01Update copyright year.levlam
2018-09-29Fix includes.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-04-19Explicitly specify enum underlying type.levlam
2018-03-04Update layer #76.levlam
2018-01-31Fix has_input_media.levlam
2018-01-30Update layer to 75. Support entities in captions.levlam
2018-01-02Update copyright year.levlam
2017-12-31Project import generated by Copybara.Arseny Smirnov