CruiseMan
CruiseMan
In my case it was needed to escape: ```js function toEscapeMSg(str: string): string { return str .replace(/_/gi, "\\_") .replace(/-/gi, "\\-") .replace("~", "\\~") .replace(/`/gi, "\\`") .replace(/\./g, "\\."); } ```
You need to add ```js .replace(/\/g, "\\>"); ```
1. What is full function looks like ? 2. What is your string you trying to escape looks like ?
You still need to add https://github.com/irazasyed/telegram-bot-sdk/issues/493#issuecomment-818308379 to you escape function, I don't see it here in your code. Don't do stupid copy paste, think a bit.
@marcosrdz @Overtorment any chance you have time to take a look at this ?
CC @MelvinTo @jasonlyc
Do you even care what your customers want ? @MelvinTo @jasonlyc
> @CruiseMan Chill. These guys care more about their customers than most startups. Do you have any idea what their days are like? @MelvinTo @jasonlyc Their days like writing js,...
Can you take a look at this issue once again ? CC: @grsoares21 @gre @juan-cortes
CC: @grsoares21 @thomasrogerlux @gre