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
/
BotCommand.cpp
Age
Commit message (
Expand
)
Author
2026-06-29
Add botCommand.is_ephemeral.
levlam
2026-06-15
Update layer to 228.
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-01-01
Update copyright year.
levlam
2024-04-02
Move relevant functions to UserManager.
levlam
2024-01-08
Minor improvements.
levlam
2024-01-08
Add and use BotCommands::update_all_bot_commands.
levlam
2024-01-01
Update copyright year.
levlam
2023-07-01
Explicitly include telegram_api.h in cpp files.
levlam
2023-02-27
Simplify language code check.
levlam
2023-01-01
Update copyright year.
levlam
2022-01-01
Update copyright year.
levlam
2021-11-08
Improve ResultHandler/NetActor td_ private field name.
levlam
2021-11-08
Remove NetQuery id from ResultHandler and NetActor.
levlam
2021-07-24
Allow short bot command descriptions.
levlam
2021-07-04
Make inherited classes final if possible.
levlam
2021-07-03
Use final instead of override.
levlam
2021-06-23
Minor improvements.
levlam
2021-06-22
Improve bot commands methods implementation.
levlam
2021-06-22
Move bot command handling functions to BotCommand.cpp.
levlam
2021-06-21
Replace botInfo with commands in userFullInfo.
levlam
2021-06-21
Add classes BotCommand and BotCommands.
levlam