PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
Handle and store results before sending them to an answerInlineQuery
API call.
More...
Public Member Functions | |
__construct () | |
int | addResult (array $result) |
Add a result passing an array containing data. More... | |
int | newArticle (string $title, string $message_text, string $description='', array $reply_markup=null, $parse_mode='HTML', $disable_web_preview=false) |
Add a result of type Article. More... | |
string | get () |
Get all results created. More... | |
Handle and store results before sending them to an answerInlineQuery
API call.