Nikita
Nikita
Solution here - https://github.com/Hormold/pubg-token
Solution here - https://github.com/Hormold/pubg-token
Have a same problem. I think we should choose between editing and waiting for a full message. If you use language is not an English, chatgpt returns an answer in...
> Do you know why it's not authorized? > > (base) chatgpt-telegram-Darwin-arm64 % ./chatgpt-telegram 2022/12/06 16:26:58 Started ChatGPT 2022/12/06 16:27:28 Couldn't start Telegram bot: Post Couldn't start Telegram bot: Post...
It basically supports conversation in a group. You need to configure bot inside BotFather (in Telegram) to allow join groups. I made a little tweak to react only for mention...
`update.Message.Chat.IsGroup()` is not true if it is from supergroup. Instead of this, I suppose better way to use: `(update.Message.Chat.Type == 'group' || update.Message.Chat.Type == 'supergroup')`
Check path to directory, if it has spaces, move folder to more short path location.
I also have the same problem. Even in the example, empty app. Should I try downgrading the Expo version?
- added url templating with :param placeholders, auto-validating that every path param is declared and stripping those fields from the body. if the param is part of the URL template...
@longcw one thing: not sure if we need to enable some of these things by default