supermemory icon indicating copy to clipboard operation
supermemory copied to clipboard

chore: Update Telegram bot with Markdown Support

Open MaheshtheDev opened this issue 6 months ago • 1 comments

Update Telegram Bot with Markdown Support

Overview

This pull request enhances the Telegram bot by enabling Markdown support for improved message formatting.

Changes

  • Key Changes:
    • Added parse_mode: "MarkdownV2" to ctx.reply and ctx.api.editMessageText calls to enable Markdown formatting.
  • New Features:
    • Markdown support for bot messages.
  • Refactoring:
    • None.

✨ Generated with love by Kaizen ❤️

Original Description None

MaheshtheDev avatar Aug 11 '24 00:08 MaheshtheDev