gramjs icon indicating copy to clipboard operation
gramjs copied to clipboard

Code send error

Open kevinJ045 opened this issue 2 years ago • 0 comments

await client.sendMessage(chatid, {
    message: '[hello](https://google.com)\n```javascript\n'+codes[0].code+'\n```',
    parseMode: 'markdownv2'
});

i tried markdown parser too, with markdownv2 it parses when two ` are found, with markdown only it just returns the pure text

kevinJ045 avatar Oct 29 '23 18:10 kevinJ045