aboutsummaryrefslogtreecommitdiffhomepage
path: root/td/telegram/StoryContent.cpp
AgeCommit message (Expand)Author
2026-05-20Improve Document::is_empty() name.levlam
2026-03-27Add paidMediaPhoto.video.levlam
2026-03-04Support live photo in on_get_document.levlam
2026-03-02Update layer to 224.levlam
2026-01-01Update copyright year.levlam
2025-11-08Unify "live story" naming.levlam
2025-10-24Check type of botMediaPreview.content.levlam
2025-10-24Pass owner_dialog_id to get_story_content_object.levlam
2025-10-24Add GroupCall.is_live_story.levlam
2025-10-23Add td_api::storyContentLiveStream.levlam
2025-10-17Update layer to 217.levlam
2025-04-26Use ttl_seconds_ field directly.levlam
2025-03-20Improve usage of some API classes.levlam
2025-01-21Send video cover to the server.levlam
2025-01-20Add inputMessageVideo.start_timestamp.levlam
2025-01-01Update copyright year.levlam
2024-11-25Add separate file types for self-destructing files.levlam
2024-10-01Don't dup story content before uploading.levlam
2024-09-11Store alternative videos.levlam
2024-09-11Store video codec.levlam
2024-09-10Update layer to 189.levlam
2024-08-03Remove unused parameter of get_story_content_any_file_id.levlam
2024-07-27Add td_api::editStoryCover.levlam
2024-07-27Rename main_frame_timestamp to cover_frame_timestamp.levlam
2024-07-16Add inputStoryContentVideo.main_frame_timestamp.levlam
2024-07-16Add storyVideo.main_frame_timestamp.levlam
2024-06-25Use dup_photo in dup_story_content.levlam
2024-01-01Update copyright year.levlam
2023-12-12Don't save get_id() to a used-once variable before switch.levlam
2023-07-13Minor improvements.levlam
2023-07-05Fix dup_story_content.levlam
2023-07-03Add add_story_dependencies.levlam
2023-07-03Ignore parsed MessageContent of unknown type.levlam
2023-07-03Add storer/parser for StoryContent.levlam
2023-07-01Minor fixes.levlam
2023-07-01Explicitly include telegram_api.h in cpp files.levlam
2023-06-23Add storyVideo.is_animation.levlam
2023-06-13Never merge story content files.levlam
2023-06-05Add separate class td_api::storyVideo.levlam
2023-06-05Support precise video duration.levlam
2023-06-02Add compare_story_contents function.levlam
2023-05-29Add dup_story_content.levlam
2023-05-29Add copy_story_content function.levlam
2023-05-25Check that input content is non-empty inside corresponding functions.levlam
2023-05-25Add FileType::VideoStory.levlam
2023-05-25Add FileType::PhotoStory.levlam
2023-05-24Add get_story_content_input_media.levlam
2023-05-24Add get_story_content_any_file_id.levlam
2023-05-24Add and use get_story_content_duration.levlam
2023-05-24Fix error logging.levlam