![]() |
PhpBotFramework
1.0.0
A framework for Telegram Bots' APIs.
|
Handle and store results before sending them to an answerInlineQuery api call. More...
Public Member Functions | |
| __construct () | |
| newArticle ($title, $message_text, $description='', array $reply_markup=null, $parse_mode='HTML', $disable_web_preview=false) | |
| Add a result of type article article. More... | |
| newArticleKeyboard (&$title, &$message_text, &$description, array &$reply_markup, $parse_mode='HTML', $disable_web_preview=false) | |
| Optimized version of newArticle that take reference for the first 4 parameters. More... | |
| & | getResults () |
| Get all results created. More... | |
Handle and store results before sending them to an answerInlineQuery api call.
1.8.12