From 96fef663bbf532330af2dc06d59b9bd7165d6c30 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 12 Jun 2023 16:25:31 +0300 Subject: [PATCH] Improve inputStoryContentVideo documentation. --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index db41e28fd..c2e328503 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -4882,7 +4882,7 @@ storyContentUnsupported = StoryContent; inputStoryContentPhoto photo:InputFile added_sticker_file_ids:vector = InputStoryContent; //@description A video story -//@video Video to be sent. The video size must be 720x1280. The video must be stored in MPEG4 format, encoded by x265 codec and must be streamable +//@video Video to be sent. The video size must be 720x1280. The video must be streamable and stored in MPEG4 format, after encoding with x265 codec and key frames added each second //@added_sticker_file_ids File identifiers of the stickers added to the video, if applicable //@duration Precise duration of the video, in seconds; 0-60 inputStoryContentVideo video:InputFile added_sticker_file_ids:vector duration:double = InputStoryContent;