telegram-support-bot icon indicating copy to clipboard operation
telegram-support-bot copied to clipboard

Upgraded framework

Open bostrot opened this issue 2 years ago • 0 comments

  • [x] Switch from telegraf framework to grammy
  • [x] Better error handling/reply improvements
  • [x] Make ID command easier to understand
  • [x] Improve character escaping
  • [x] Auto reply msgs to config.yaml
  • [x] Smaller container size
  • [x] Parse Mode markdown
  • [x] Replying to non-tickets or non-bot messages handling

Steps for future separation from telegram:

  • [x] Telegram as addon

This adds following confi.yaml options:

parse_mode: "MarkdownV2" # Markdown, HTML or MarkdownV2

show_auto_replied: false # Send auto replied msgs to staff chat

autoreply:
  - question: "install"
    answer: "If you want to install the bot, you can use the following link:\n\
      [Getting Started](https://github.com/bostrot/telegram-support-bot/wiki/Getting-started)\n\n\
      Alternatively you can also use our one-click setup & hosting service:\n\
      [Botspace](https://botspace.bostrot.com/)"
  - question: "are you sure?"
    answer: "Yes."

bostrot avatar Jun 25 '22 17:06 bostrot