From a05ec52f5bf571b38cb1f9c840c73282b3863c85 Mon Sep 17 00:00:00 2001 From: Clevero Date: Tue, 24 Oct 2017 17:49:59 +0200 Subject: [PATCH] Update FAQ.md --- TelegramBots.wiki/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBots.wiki/FAQ.md b/TelegramBots.wiki/FAQ.md index e1c1d13f..7e040e46 100644 --- a/TelegramBots.wiki/FAQ.md +++ b/TelegramBots.wiki/FAQ.md @@ -186,7 +186,7 @@ Custom keyboards can be appended to messages using the `setReplyMarkup`. In this try { // Send the message - sendMessage(message); + execute(message); } catch (TelegramApiException e) { e.printStackTrace(); }