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