From 32df5ab45992060197c61b4c522bda55d2ea7124 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 28 Sep 2023 00:44:35 +0300 Subject: [PATCH] Fix documentation misprints. --- 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 f1f92439a..0e0ab57f6 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -635,8 +635,8 @@ inputChatPhotoSticker sticker:chatPhotoSticker = InputChatPhoto; //@can_send_basic_messages True, if the user can send text messages, contacts, invoices, locations, and venues //@can_send_audios True, if the user can send music files //@can_send_documents True, if the user can send documents -//@can_send_photos True, if the user can send audio photos -//@can_send_videos True, if the user can send audio videos +//@can_send_photos True, if the user can send photos +//@can_send_videos True, if the user can send videos //@can_send_video_notes True, if the user can send video notes //@can_send_voice_notes True, if the user can send voice notes //@can_send_polls True, if the user can send polls