From af2ebac685ce7a2fcf6bbe6d32ea8bdeb3ba6670 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sun, 23 Oct 2022 07:51:43 +0000 Subject: [PATCH] feat(schema): update TDLib to the latest layer --- _schema/tdapi.tl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_schema/tdapi.tl b/_schema/tdapi.tl index 7cc804a296..07bc0f0e0e 100644 --- a/_schema/tdapi.tl +++ b/_schema/tdapi.tl @@ -1,7 +1,7 @@ // Code generated by ./cmd/dltl, DO NOT EDIT. // // Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl -// SHA256: b1d92d8c0c9a68b1673fbc9bc4f1344692d5da65749f863c3d348fed466ee99b +// SHA256: 522d55a0766abeb6232abe2daefab9b00da49a91d6c9fe4957eac11fa63e2ed3 double#2210c154 ? = Double; @@ -6493,11 +6493,11 @@ getMessageAddedReactions#7dc6ae52 chat_id:int53 message_id:int53 reaction_type:R //@reaction_type New type of the default reaction setDefaultReactionType#65038a3d reaction_type:ReactionType = Ok; -//@description Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously +//@description Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously //@text The text in which to look for entites getTextEntities#eba543fb text:string = TextEntities; -//@description Parses Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text. Can be called synchronously +//@description Parses Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, Code, Pre, PreCode, TextUrl and MentionName entities from a marked-up text. Can be called synchronously //@text The text to parse //@parse_mode Text parse mode parseTextEntities#9a1fc29f text:string parse_mode:TextParseMode = FormattedText;