We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54551b2 commit 66ff302Copy full SHA for 66ff302
src/test/java/com/pengrad/telegrambot/TelegramBotTest.java
@@ -66,7 +66,7 @@ public void testForwardMessage() throws Exception {
66
67
@Test
68
public void testSendMessage() throws Exception {
69
- SendResponse sendResponse = bot.sendMessage(chatId, "short message sending");
+ SendResponse sendResponse = bot.sendMessage(chatId, "short message sending with emoji \uD83D\uDE4C");
70
MessageTest.checkTextdMessage(sendResponse.message());
71
sendResponse = bot.sendMessage(chatId, "sendMessage _italic_ *markdown*", ParseMode.Markdown, null, forwardMessageId, new ReplyKeyboardMarkup(new String[]{"ok", "test"}).oneTimeKeyboard(true));
72
0 commit comments