aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/Photo.cpp
AgeCommit message (Expand)Author
2026-07-10Fix includes.levlam
2026-06-14Add and use photo_append_file_ids.levlam
2026-03-27Add paidMediaPhoto.video.levlam
2026-03-27Make some methods const.levlam
2026-03-10Support live photo video upload.levlam
2026-03-02Update layer to 224.levlam
2026-01-01Update copyright year.levlam
2025-08-27Add DialogPhoro.h.levlam
2025-03-19Remove some unneeded MASK usages.levlam
2025-03-19Minor convert_photo_to_profile_photo improvements.levlam
2025-03-19Use true fields in InputMedia and InputFileLocation.levlam
2025-02-19Remove redundant as_array usages.levlam
2025-01-29Allow external photo cover for upload.levlam
2025-01-29Improve photo_get_cover_input_media.levlam
2025-01-23Add and use photo_get_cover_input_media.levlam
2025-01-01Update copyright year.levlam
2024-10-07CHECK that PhotoSize is valid instead of returning nullptr.levlam
2024-10-03Remove unused DocumentsManager::has_input_media and photo_has_input_media.levlam
2024-10-02Remove get_message_content_upload_file_id and relevant functions.levlam
2024-10-02Don't use get_photo_upload_file_id in merge_photos.levlam
2024-09-30Use telegram_api::object_ptr with InputFile.levlam
2024-09-25Don't skip being downloaded photo sizes, for example, secret chat thumbnails.levlam
2024-09-25Minor improvements.levlam
2024-09-24Add class PhotoSizeType.levlam
2024-08-25Rename has_remote_location to has_full_remote_location.levlam
2024-08-24Simplify check.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-22Return pointer from FileView::get_url.levlam
2024-06-25Use dup_photo in dup_story_content.levlam
2024-06-25Add and use dup_photo.levlam
2024-01-01Update copyright year.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-05-25Add FileType::PhotoStory.levlam
2023-05-22Fix compilation error with old compilers.levlam
2023-05-22Add create_photo function.levlam
2023-05-18Move Photo merging to merge_photos function.levlam
2023-03-15Add call_source to register_photo_size.levlam
2023-02-18Log photo date.levlam
2023-01-23Move get_chat_photo_sticker_object to StickerPhotoSize class.levlam
2023-01-23Improve video size processing.levlam
2023-01-23Store StickerPhotoSize in unique_ptr to optimize Photo size.levlam
2023-01-20Support sticker chat photos.levlam
2023-01-18Support CustomEmojiSize.levlam
2023-01-01Update copyright year.levlam
2022-12-28Improve message-TTL-related log messages.levlam
2022-12-23Support sending of media with spoiler.levlam
2022-12-22Check userProfilePhoto.photo_id.levlam
2022-12-22Explicitly call drop_user_full_photos.levlam
2022-12-20Add has_spoiler flag to messagePhoto and messageVideo.levlam