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
/
Game.cpp
Age
Commit message (
Expand
)
Author
2026-03-04
Support live photo in on_get_document.
levlam
2026-01-01
Update copyright year.
levlam
2025-01-01
Update copyright year.
levlam
2024-11-25
Add separate file types for self-destructing files.
levlam
2024-09-02
Allow unknown users in text entities for non-server messages.
levlam
2024-07-21
Pass UserManager to get_text_entity_object.
levlam
2024-04-02
Move relevant functions to UserManager.
levlam
2024-01-01
Update copyright year.
levlam
2023-07-01
Explicitly include telegram_api.h in cpp files.
levlam
2023-03-22
Add and use ContactsManager::get_input_user_force.
levlam
2023-02-21
Add td_api::webApp.
levlam
2023-01-20
Support sticker chat photos.
levlam
2023-01-01
Update copyright year.
levlam
2022-03-28
Use get_input_user instead of have_input_user.
levlam
2022-01-01
Update copyright year.
levlam
2021-12-16
Return Result<...> from get_input_user.
levlam
2021-11-10
Fix some uses after move.
levlam
2021-10-27
Unify td/telegram/include order.
levlam
2021-09-02
Improve Game constructor.
levlam
2021-09-02
Improve Game::is_empty method name.
levlam
2021-08-28
Make get_document_object methods const.
levlam
2021-08-04
Hide too big media timestamps.
levlam
2021-07-22
Skip bot command entities if needed.
levlam
2021-03-15
Improve some spelling.
levlam
2021-01-01
Update copyright year.
levlam
2020-07-06
Simplify get_photo_object.
levlam
2020-06-23
Add Photo.is_empty().
levlam
2020-06-23
Init photo ID to invalid by default.
levlam
2020-01-16
Add Game::has_input_media.
levlam
2020-01-01
Update copyright year.
levlam
2019-08-23
Use Document::append_file_ids.
levlam
2019-06-17
Use get_photo(telegram_api::Photo) whenever possible.
levlam
2019-04-09
Add Document class.
levlam
2019-02-28
Fix adding thumbnails to file_ids list.
levlam
2019-01-06
Support for MessageGame in get_message_content_file_ids.
levlam
2019-01-01
Update copyright year.
levlam
2018-09-28
Move MessageContent and InputMessageText implementations to corresponding files.
levlam
2018-09-28
Make more functions static.
levlam
2018-09-27
Const-correct unique_ptr.
levlam
2018-04-02
Fix add_message_dependencies.
levlam
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