gramjs
gramjs copied to clipboard
Code send error
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