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

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

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: