Update function
This commit is contained in:
parent
be6cbfe44d
commit
b2327b9644
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue