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(); }