hamidreza ghahremani
hamidreza ghahremani
using '?' :  using '+ : 
Thank you and your wonderful library, do you just have a solution for the following command? `? [*] سلام [*]` It does not work when it is in Persian, but...
Yes, fortunately, or perhaps unfortunately, it works. But what should I do if I want it not to work for other sentences?
Thank you for your detailed explanation, the exact problem you described in javascript also exists in Go, it would be great if you could add this. And another issue, how...
Thank you, I will fix it soon
Thank you, yes this is absolutely true. But unfortunately it's as if they've abandoned the project.
> > Check out wiki > > https://github.com/go-telegram-bot-api/telegram-bot-api/wiki/Simple-Inline-Keyboard > > I believe hamidreza01 is talking about the inline mode for the bot and the [inline queries](https://core.telegram.org/bots/api#inlinequery) in particular Yes exactly,...
> ```go > updates := bot.ListenForWebhook("/" + bot.Token) > for update := range updates { > > if update.InlineQuery == nil { > continue > } > > result :=...