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) }