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
/
example
/
python
Age
Commit message (
Expand
)
Author
2026-05-18
fix(python example): keep tdlib log callback alive to prevent ctypes GC crash
giorka
2026-01-01
Update copyright year.
levlam
2025-04-23
Improve Python example.
AYMENJD
2025-04-21
Handle authorizationStateWaitPremiumPurchase in examples.
levlam
2025-04-12
Minor improvements.
levlam
2025-04-12
Update tdjson_example.py to a new clean structure. (#3276)
Mr. Mahdi
2025-01-01
Update copyright year.
levlam
2024-05-31
Add .gitignore to Python example.
levlam
2024-01-11
Remove setTdlibParameters.enable_storage_optimizer/ignore_file_names paramete...
levlam
2024-01-01
Update copyright year.
levlam
2023-12-10
Use tdjson.dll only on Windows.
levlam
2023-12-10
Use full path for tdjson.dll in Python example.
levlam
2023-02-04
Fix checkAuthenticationEmailCode in Python example.
AYMENJD
2023-01-12
Remove some getAuthorizationState usages.
levlam
2023-01-02
Improve punctuation.
levlam
2023-01-01
Update copyright year.
levlam
2022-09-08
Update Python example.
levlam
2022-09-07
Inline tdlibParameters in setTdlibParameters.
levlam
2022-09-07
Remove separate authorizationStateWaitEncryptionKey.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-28
Use only basic ASCII in Python example.
levlam
2021-12-28
Use a decorator in the Python example instead of explicit cast.
levlam
2021-12-27
Set log message callback only for fatal messages in Python example.
levlam
2021-11-18
Update python example: Use sys.exit for quitting
Sebastian
2021-08-07
Remove mentions of deprecated public interfaces from README.
levlam
2021-05-18
Python example: use td_set_log_message_callback instead of td_set_fatal_error...
levlam
2021-01-01
Update copyright year.
levlam
2020-11-15
Rename create_client to create_client_id.
levlam
2020-11-15
Fix fatal error handler in Python example.
levlam
2020-11-13
Python example: encode strings to UTF-8 before printing to mitigate possible ...
levlam
2020-11-13
Use new JSON interface in Python example.
levlam
2020-06-19
Automatically detect operating system version.
levlam
2020-03-25
Fix checkDatabaseEncryptionKey usage in examples.
levlam
2020-01-01
Update copyright year.
levlam
2019-07-16
Add separate authorizationStateWaitRegistration.
levlam
2019-05-14
Minor fixes.
levlam
2019-05-23
Fix spelling in the Python example.
levlam
2019-04-30
Remove deprecated functions for log managing from Python example.
levlam
2019-04-30
Fix Python example.
levlam
2019-04-30
Add events for signin process
tallero
2018-10-31
Static execute in JSON interface.
levlam
2018-09-07
"==" instead of "is"
tallero
2018-04-28
Fix python example license.
levlam
2018-03-11
Add license to examples.
levlam
2018-03-09
Improve README.md.
levlam
2018-03-02
Add Python example README.md and add more documentation.
levlam
2018-01-28
Return whether Log::set_file_path succeded or not.
levlam
2018-01-24
Add example of td_set_log_fatal_error_callback usage to Python example.
levlam
2018-01-09
Use td_set_log_max_file_size in python example.
levlam
2017-12-31
Project import generated by Copybara.
Arseny Smirnov