From 3df2a35a468f0c1a471b496cbb099f7b99aca533 Mon Sep 17 00:00:00 2001 From: Clevero Date: Tue, 31 Oct 2017 20:31:29 +0100 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 d4038214..982a641a 100644 --- a/TelegramBots.wiki/FAQ.md +++ b/TelegramBots.wiki/FAQ.md @@ -216,7 +216,7 @@ SendMessage sn = new SendMessage(); execute(sn); ``` -If you extend ```TelegramLongPollingCommandBot```, then use ```AbsSender.execute()``` instead. Example: +If you extend ```TelegramLongPollingCommandBot```, then use ```AbsSender.execute()``` instead. ## Is there any example for WebHook? ##