From e8dbd820f8b899eebc51295dfb336c700bf58f0f Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 22 Jul 2021 06:56:26 +0300 Subject: [PATCH] Update textEntityTypeBotCommand 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 b16af8d25..764e1a536 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -1810,7 +1810,7 @@ textEntityTypeHashtag = TextEntityType; //@description A cashtag text, beginning with "$" and consisting of capital english letters (i.e. "$USD") textEntityTypeCashtag = TextEntityType; -//@description A bot command, beginning with "/". This shouldn't be highlighted if there are no bots in the chat +//@description A bot command, beginning with "/" textEntityTypeBotCommand = TextEntityType; //@description An HTTP URL