From 9a614590c2a05f307bd803bda046172cbebee0a4 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 7 Nov 2023 17:01:53 +0300 Subject: [PATCH] Improve has_large_media 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 02e6058a7..fdf893f51 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -2126,7 +2126,7 @@ webPageInstantView page_blocks:vector view_count:int32 version:int32 //@embed_height Height of the embedded preview //@duration Duration of the content, in seconds //@author Author of the content -//@has_large_media True, if the preview has large media and its appearance can be changed +//@has_large_media True, if size of media in the preview can be changed //@show_large_media True, if large media preview must be shown //@skip_confirmation True, if there is no need to show an ordinary open URL confirmation, when opening the URL from the preview, because the URL is shown in the message text in clear //@show_above_text True, if the link preview must be shown above message text; otherwise, the link preview must be shown below the message text