From b2327b96445d46ff4164ce8abe5007453b7e942a Mon Sep 17 00:00:00 2001 From: c0re100 Date: Fri, 28 Jan 2022 07:45:31 +0800 Subject: [PATCH] Update function --- client/function.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/function.go b/client/function.go index 0d284cb..2703c9e 100755 --- a/client/function.go +++ b/client/function.go @@ -1,4 +1,4 @@ -// AUTOGENERATED +// AUTOGENERATED package client @@ -3485,7 +3485,7 @@ func ParseTextEntities(req *ParseTextEntitiesRequest) (*FormattedText, error) { } // deprecated -// Parses Bold, Italic, Underline, Strikethrough, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text. Can be called synchronously +// Parses Bold, Italic, Underline, Strikethrough, Spoiler, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text. Can be called synchronously func (client *Client) ParseTextEntities(req *ParseTextEntitiesRequest) (*FormattedText, error) { return ParseTextEntities(req) }