Skip to content

Commit

Permalink
Merge pull request elizaOS#1229 from simpletrontdip/enhance-tele-client
Browse files Browse the repository at this point in the history
feat: add parse mode=Markdown, enhance telegram bot output
  • Loading branch information
shakkernerd authored Dec 19, 2024
2 parents d990859 + f500c8d commit 86005ad
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 @@ -606,6 +606,7 @@ export class MessageManager {
i === 0 && replyToMessageId
? { message_id: replyToMessageId }
: undefined,
parse_mode:'Markdown'
}
)) as Message.TextMessage;

Expand Down

0 comments on commit 86005ad

Please sign in to comment.