aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/AttachMenuManager.cpp
AgeCommit message (Expand)Author
2026-03-04Support live photo in on_get_document.levlam
2026-01-01Update copyright year.levlam
2025-09-17Replace have_user with have_accessible_user.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-04-18Use bool parameters in messages.* functions.levlam
2025-01-01Update copyright year.levlam
2024-11-25Add separate file types for self-destructing files.levlam
2024-11-13Move Web App methods to WebAppManager.levlam
2024-11-13Add td_api::checkWebAppFileDownload.levlam
2024-11-04Return mode in mainWebApp.levlam
2024-11-04Add td_api::WebAppOpenMode and allow to open apps in full-screen mode.levlam
2024-11-04Add webAppOpenParameters.is_compact.levlam
2024-11-04Add td_api::webAppOpenParameters.levlam
2024-11-04Update layer to 193.levlam
2024-10-04Add source to add_file_source.levlam
2024-07-28Minor improvements.levlam
2024-07-21Improve td_api::getMainWebApp.levlam
2024-07-19Add td_api::getMainWebAppUrl.levlam
2024-07-16Add td_api::getPopularWebAppBots.levlam
2024-07-16Add td_api::topChatCategoryWebAppBots.levlam
2024-06-29Add logging if receive no expected/receive unexpected query_id.levlam
2024-06-19Update layer to 183.levlam
2024-06-19Remove old implementation of get_theme_parameters_json_string.levlam
2024-04-15Use DialogManager::check_dialog_access when appropriate.levlam
2024-04-14Add explicit allow_secret_chats to have_input_peer.levlam
2024-04-02Rename rest of ContactsManager to ChatManager.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-03-11Improve function name.levlam
2024-01-04Use DialogManager::have_dialog_force.levlam
2024-01-03Move ContactsManager proxy methods to DialogManager.levlam
2024-01-01Update copyright year.levlam
2023-10-27Disallow MessageInputReplyTo copying.levlam
2023-10-27Make MessageInputReplyTo fields private.levlam
2023-10-06Add separate td_api::InputMessageReplyTo.levlam
2023-10-04Remove legacy supports_settings fields.levlam
2023-09-16Fix show_in_attach_menu_ flag.levlam
2023-09-08Support side menu icons for bots.levlam
2023-09-07Support non-added bots in the list of attachment menu bots.levlam
2023-09-07Support showing attachment menu bots in side menu.levlam
2023-09-07Add foundWebApp.supports_settings.levlam
2023-08-25Add td_api::sendWebAppCustomRequest.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-06-08Allow to reply stories.levlam
2023-05-01Update layer to 160.levlam
2023-05-25Save top_thread_message_id in RequestWebViewQuery.levlam
2023-03-22Add some secret chat checks.levlam
2023-03-13Remove unneeded TdParameters.h includes.levlam
2023-03-13Make TdParameters private in Global.levlam
2023-03-06Minor improvements.levlam
2023-02-28Support file reference repair for Web App files.levlam