Skip to content

Commit

Permalink
feat: add parse mode, support telebot output in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
simpletrontdip committed Dec 19, 2024
1 parent 81d0273 commit 92ddabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client-telegram/src/messageManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ export class MessageManager {
i === 0 && replyToMessageId
? { message_id: replyToMessageId }
: undefined,
parse_mode:'Markdown'
}
)) as Message.TextMessage;

Expand Down

0 comments on commit 92ddabb

Please sign in to comment.