PhpBotFramework  2.0.2
A framework for Telegram Bots' APIs.
Public Member Functions | List of all members
PhpBotFramework\Entities\InlineQueryResults Class Reference

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...
 

Detailed Description

Handle and store results before sending them to an answerInlineQuery API call.


The documentation for this class was generated from the following file: