Update FAQ.md

This commit is contained in:
Clevero 2017-10-31 20:31:29 +01:00 committed by GitHub
parent 64390bc6e7
commit 3df2a35a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.
## <a id="example_webhook"></a>Is there any example for WebHook? ##