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
/
generate
/
DoxygenTlDocumentationGenerator.php
Age
Commit message (
Expand
)
Author
2025-10-10
Pass MessageTopic to sendMessage methods.
levlam
2024-09-05
Compare TdApi.java and tdjni versions.
levlam
2024-04-08
Improve documentation.
levlam
2023-10-16
Add td_api::linkPreviewOptions.
levlam
2023-08-07
Fix Java interface with SplitSource.
levlam
2023-06-12
Update sendMessage usages in tests and examples.
levlam
2023-06-05
Explicitly pass encoding to htmlspecialchars.
levlam
2023-06-04
Explicitly pass flags to htmlspecialchars to have consistent behavior.
levlam
2023-04-26
Use lazy initialization for Java class identifiers to avoid global reference ...
levlam
2023-01-12
Remove some getAuthorizationState usages.
levlam
2022-03-14
Support function generic result type (#1809)
Andrea Cavalli
2020-12-21
Add to_string method for vector of TL objects.
levlam
2020-11-15
Use array instead of std::vector in the generated C++ classes.
levlam
2020-09-23
Allow to specify message_thread_id in sendMessage/sendMessageAlbum/sendInline...
levlam
2020-03-24
Add typedefs for other integer and string types in generated C++ code.
levlam
2020-03-24
Use separate type int53 in generated C++ code.
levlam
2020-03-24
Use separate type bytes in generated C++ code.
levlam
2019-12-25
Fix quoted links in Doxygen documentation.
levlam
2019-12-06
Update calls to sendMessage in examples.
levlam
2019-11-27
Fix misprint in documentation.
levlam
2019-03-25
Better documentation for type constructors.
levlam
2019-03-25
Documentation: add getFunctionReturnTypeDescription virtual method.
levlam
2018-06-25
Java documentation generator improvements.
levlam
2018-04-06
Fix td_api scheme.
levlam
2018-03-17
Autogenerate TDLib .NET documentation.
levlam
2018-01-30
Update layer to 75. Support entities in captions.
levlam
2018-01-21
Generate Docygen-comments for td_api when JNI is enabled.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov