Zhuoran

Results 4 comments of Zhuoran

@imWildCat This issue is about populating the default config file and templates. I don't think it needs glob. We are already using glob to match TypeScript source file paths.

The first looks good to me. I have doubt about `@export`, `@public` though. It may be confused with TypeScript keywords.

It's not implemented yet since it's a bit tricky to properly process ChatGPT output into valid Telegram markdown V2 syntax. Some special symbols need to be escaped, otherwise the request...

Group chat has not been officially supported. I suppose some functionalities work because `python-telegram-bot` uses the same API for group chat and private chat. Feel free to raise a PR...