From ed9df60e1e9be1f040559c591db7ffa494604d83 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 9 Feb 2023 13:29:39 +0300 Subject: [PATCH] Update needs_repainting documentation. --- td/generate/scheme/td_api.tl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 6de0b0ae2..e2d45703d 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -321,8 +321,7 @@ stickerFullTypeMask mask_position:maskPosition = StickerFullType; //@description The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji //@custom_emoji_id Identifier of the custom emoji -//@needs_repainting True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, or another appropriate color in other places. -//-The sticker must not be repainted on chat photos +//@needs_repainting True, if the sticker must be repainted to a text color in messages, the color of the Telegram Premium badge in emoji status, white color on chat photos, or another appropriate color in other places stickerFullTypeCustomEmoji custom_emoji_id:int64 needs_repainting:Bool = StickerFullType;