Closed IvanovPavel closed 1 month ago
Could you add an extra parameter for the class TelegramMessage for parse_mode? At this moment, in the documentation, you can use MarkdownV2, but your code may not support it.
TelegramMessage
parse_mode
MarkdownV2
Thanks in advance.
You can use escapedLine() method maybe this will help
parseMode() is already supported. You may use the ParseMode enum to switch to one of the 3 supported ones. Refer docs.
parseMode()
Could you add an extra parameter for the class
TelegramMessage
forparse_mode
? At this moment, in the documentation, you can useMarkdownV2
, but your code may not support it.Thanks in advance.