parseMarkdownCode static method

String parseMarkdownCode(
  1. String text
)

TelegramClientUncompleDocumentation

Implementation

static String parseMarkdownCode(String text) {
  return "```${text}```";
}