BetterForward
BetterForward copied to clipboard
Designed for better message forwarding in Telegram.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 增加用户发起咨询时的分类标签按钮,比如说,功能需求,bug反馈 当用户/start时,bot回复请选择咨询的分类标签及按钮 当用户已选择分类标签时,在话题名称上修改为用户名+标签 管理员可以手动为该用户选择分类标签...
Bumps [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) from 4.22.0 to 4.22.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
没有检查/创建 ./data目录导致运行失败。 ``` with sqlite3.connect(db_path) as conn: ^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: unable to open database file ```
描述里说管理员可以使用命令,但是非管理员进入用户的 Topics 之后,/ban 和 /terminate 也能成功使用。 理论上来说没管理员权限是不允许使用命令的。
不同话题希望可以添加对方看不到的备注信息,用于记录一些信息或文件等。 例如: `/note 这是一条备注` 或者: `/note` 进入备注菜单,可以上传文件、图片或文字备注等。 是否有好的实现方式?谢谢。