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
/
AnimationsManager.cpp
Age
Commit message (
Expand
)
Author
2026-06-09
Fix includes.
levlam
2026-05-22
Add get_thumbnail_object overload for animated thumbnails.
levlam
2026-03-04
Support live photo in on_get_document.
levlam
2026-01-16
Add and use AnimationsManager::get_animations_object.
levlam
2026-01-01
Update copyright year.
levlam
2025-06-14
Allow to pass error code and message directly to Promise::set_error.
levlam
2025-05-12
Improve 'list of' usage.
levlam
2025-03-22
Use bool fields in document attributes instead of flags.
levlam
2025-03-19
Use true fields in InputMedia and InputFileLocation.
levlam
2025-01-09
Update layer to 198.
levlam
2025-01-01
Update copyright year.
levlam
2024-11-25
Add separate file types for self-destructing files.
levlam
2024-10-12
Simplify updating of Animation/Audio/Document.
levlam
2024-10-05
Support same file identifiers in dup_*.
levlam
2024-10-04
Add source to remove_file_source.
levlam
2024-10-03
Explicitly cancel upload to clear upload_pause.
levlam
2024-10-03
Don't dup thumbnail file identifiers.
levlam
2024-09-30
Use telegram_api::object_ptr with InputFile.
levlam
2024-09-10
Update layer to 189.
levlam
2024-08-24
Simplify check.
levlam
2024-08-24
Return pointer from FileView::get_main_remote_location.
levlam
2024-08-22
Return location pointer from FileView::get_full_remote_location().
levlam
2024-08-22
Return pointer from FileView::get_url.
levlam
2024-07-08
Update layer to 185.
levlam
2024-01-24
Avoid some initialization for bots.
levlam
2024-01-01
Update copyright year.
levlam
2023-10-01
Use add_to_top.
levlam
2023-05-01
Update layer to 160.
levlam
2023-03-14
Add Global::use_sqlite_pmc.
levlam
2023-03-13
Remove unneeded TdParameters.h includes.
levlam
2023-03-13
Make TdParameters private in Global.
levlam
2023-02-09
Use error code returned by get_input_file_id.
levlam
2023-01-01
Update copyright year.
levlam
2022-12-26
Support spoilers for messageAnimation.
levlam
2022-12-08
Update layer to 151.
levlam
2022-11-21
Add source to dup_file_id.
levlam
2022-10-20
Use std::move to update document fields.
levlam
2022-09-28
Improve secret chat schema constructor naming.
levlam
2022-08-18
Minor improvements.
levlam
2022-08-18
Use OptionManager directly if possible.
levlam
2022-08-17
Load animation search options on start and remove redundant fields.
levlam
2022-08-17
Remove saved_animations_limit binlog option.
levlam
2022-08-17
Remove redundant parameters.
levlam
2022-08-17
Proxy all option-related requests through G.
levlam
2022-08-04
Use WaitFreeHashMap for document storages.
levlam
2022-08-03
Use get_document if possible.
levlam
2022-08-03
Simplify implementation of merge_* for documents.
levlam
2022-08-03
Remove unused can_delete_old parameter.
levlam
2022-07-20
Asynchronously destroy some big data storages.
levlam
2022-07-03
Compare stickers and animation by their remote ID when remove them from recen...
levlam
[next]