We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ecb11 commit 41e8597Copy full SHA for 41e8597
bot.go
@@ -1072,7 +1072,7 @@ func (bot *BotAPI) SetMyCommands(commands []BotCommand) error {
1072
//
1073
// parseMode is the text formatting mode (ModeMarkdown, ModeMarkdownV2 or ModeHTML)
1074
// text is the input string that will be escaped
1075
-func (*BotAPI) EscapeText(parseMode string, text string) string {
+func EscapeText(parseMode string, text string) string {
1076
var replacer *strings.Replacer
1077
1078
if parseMode == ModeHTML {
0 commit comments