Update function

This commit is contained in:
c0re100 2022-01-28 07:45:31 +08:00
parent be6cbfe44d
commit b2327b9644
No known key found for this signature in database
GPG key ID: 7C3B3004FE745AAF

View file

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