Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TDLib schema to the latest layer #907

Merged
merged 1 commit into from Oct 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions _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;

Expand Down Expand Up @@ -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;
Expand Down