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
/
tl
/
TlObject.h
Age
Commit message (
Expand
)
Author
2026-01-01
Update copyright year.
levlam
2025-10-10
Pass MessageTopic to sendMessage methods.
levlam
2025-01-01
Update copyright year.
levlam
2024-04-08
Improve documentation.
levlam
2024-01-01
Update copyright year.
levlam
2023-10-16
Add td_api::linkPreviewOptions.
levlam
2023-06-12
Update sendMessage usages in tests and examples.
levlam
2023-05-05
Use empty name for unused move constructor/assignment parameter.
levlam
2023-01-12
Remove some getAuthorizationState usages.
levlam
2023-01-01
Update copyright year.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-10
Update clang-format to 13.0.1.
levlam
2021-01-01
Update copyright year.
levlam
2020-11-15
Use array instead of std::vector in the generated C++ classes.
levlam
2020-11-15
Improve documentation.
levlam
2020-10-13
Fix td_api C++11 compatibility.
levlam
2020-09-23
Allow to specify message_thread_id in sendMessage/sendMessageAlbum/sendInline...
levlam
2020-09-14
Add checks that delete is not called for incomplete type.
levlam
2020-08-01
Fix some includes.
levlam
2020-01-01
Update copyright year.
levlam
2019-12-06
Update calls to sendMessage in examples.
levlam
2019-11-27
Fix misprint in documentation.
levlam
2019-01-01
Update copyright year.
levlam
2018-09-27
Const-correct unique_ptr.
levlam
2018-09-25
Return parent type from tl_object::fetch to reduce number of unique_ptr types...
levlam
2018-09-22
Add typedefs to tl::object_ptr.
levlam
2018-09-21
Const-correct tl::unique_ptr.
levlam
2018-09-21
Fix tl::unique_ptr.
levlam
2018-09-21
Use custom unique_ptr as tl::object_ptr implementation
Arseny Smirnov
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