aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/BotInfoManager.cpp
AgeCommit message (Expand)Author
2026-06-05Remove empty second parameter of static_assert.levlam
2026-05-28Return UserId from on_get_user.levlam
2026-05-27Add and use UserManager::get_input_users_force.levlam
2026-04-17Add td_api::setManagedBotAccessSettings.levlam
2026-04-17Add td_api::getManagedBotAccessSettings.levlam
2026-03-13Add td_api::getBotToken.levlam
2026-03-13Add td_api::createBot.levlam
2026-03-02Update layer to 224.levlam
2026-01-22Allow to remove verification of unknown chats.levlam
2026-01-01Update copyright year.levlam
2025-10-24Check type of botMediaPreview.content.levlam
2025-10-24Pass owner_dialog_id to get_story_content_object.levlam
2025-06-14Allow to pass error code and message directly to Promise::set_error.levlam
2025-03-28Use bool fields in auth, bots, premium, stickers, upload and updates queries.levlam
2025-03-19Use true fields in InputMedia and InputFileLocation.levlam
2025-02-04Fix check in set_custom_bot_verification.levlam
2025-01-09Update layer to 198.levlam
2025-01-03Use UserManager::get_user_ids.levlam
2025-01-01Update copyright year.levlam
2024-12-30Minor improvements.levlam
2024-12-19Add td_api::setMessageSenderBotVerification.levlam
2024-11-25Add td_api::getOwnedBots.levlam
2024-10-04Add source to add_file_source.levlam
2024-10-04Fix cancel_upload in BotInfoManager.levlam
2024-10-01Improve log messages.levlam
2024-09-30Don't dup bot info when uploading it.levlam
2024-09-30Use UploadFileId in upload methods.levlam
2024-09-30Mark Encrypted/Secure upload callbacks as unreachable by default.levlam
2024-09-30Add class FileUploadId and use it in UploadCallback.levlam
2024-09-27Support multiple internal uploads for the same file.levlam
2024-08-24Return pointer from FileView::get_main_remote_location.levlam
2024-08-22Return location pointer from FileView::get_full_remote_location().levlam
2024-08-03Remove unused parameter of get_story_content_any_file_id.levlam
2024-07-28Minor improvements.levlam
2024-07-23Add BotInfoManager::validate_bot_media_preview_language_code.levlam
2024-07-23Add td_api::botMediaPreview.levlam
2024-07-22Support file reference repair for bot media preview info.levlam
2024-07-22Add td_api::getBotMediaPreviewInfo.levlam
2024-07-19Update has_media_previews after changing media previews.levlam
2024-07-19Check that bot has main Web App in preview methods.levlam
2024-07-19Add td_api::reorderBotMediaPreviews.levlam
2024-07-19Add td_api::deleteBotMediaPreviews.levlam
2024-07-19Add td_api::editBotMediaPreview.levlam
2024-07-18Add BotInfoManager::get_fake_input_media.levlam
2024-07-18Add td_api::addBotMediaPreview.levlam
2024-07-18Support file reference repair for bot media previews.levlam
2024-07-18Add BotInfoManager::reload_bot_media_previews.levlam
2024-07-18Add td_api::getBotMediaPreviews.levlam
2024-04-02Move relevant functions to UserManager.levlam
2024-01-01Update copyright year.levlam