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