From a3b3d13e290b3fa8435d01263b0b7b7097317766 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 10 Jun 2019 17:31:53 +0800 Subject: [PATCH] test --- bot.go | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bot.go b/bot.go index 1f2d68d..ca8e933 100644 --- a/bot.go +++ b/bot.go @@ -115,8 +115,14 @@ func botTestHTML(m *tb.Message) { return } c := TGCommand{ - Type: commandReplyMsg, - Text: "Defend", + Type: commandReplyMsg, + Text: `bold,
+bold,
+italic,
+italic,
+inline URL,
+inline fixed-width code,
+
pre-formatted fixed-width code block
`, FromMsgID64: int64(m.ID), FromChatID64: m.Chat.ID, ParseMode: cmdParseModeHTML,