From 80b321fd9a32dd6d821b60b095d56b2b76274eb9 Mon Sep 17 00:00:00 2001 From: levlam Date: Sat, 20 Jul 2024 18:18:34 +0300 Subject: [PATCH] Fix misprint. --- td/generate/scheme/td_api.tl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 67c987b1d..18139e5e5 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -2608,14 +2608,14 @@ linkPreviewTypeDocument document:document author:string = LinkPreviewType; //@description The link is a link to an audio player //@url URL of the external audio player -//@thumbnail Thumbanil of the audio; may be null if unknown +//@thumbnail Thumbnail of the audio; may be null if unknown //@duration Duration of the audio, in seconds //@author Author of the audio linkPreviewTypeEmbeddedAudioPlayer url:string thumbnail:photo duration:int32 author:string = LinkPreviewType; //@description The link is a link to a video player //@url URL of the external video player -//@thumbnail Thumbanil of the video; may be null if unknown +//@thumbnail Thumbnail of the video; may be null if unknown //@duration Duration of the video, in seconds //@author Author of the video //@width Expected width of the preview