PhpBotFramework  2.0.2
A framework for Telegram Bots' APIs.
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PhpBotFramework\Core\Inline Class Reference

All inline API Methods. More...

Inheritance diagram for PhpBotFramework\Core\Inline:
PhpBotFramework\Core\CoreBot PhpBotFramework\BasicBot PhpBotFramework\Bot PhpBotFramework\Test\TestBot

Public Member Functions

bool answerCallbackQuery ($text='', $show_alert=false, string $url='')
 Answer a callback query. More...
 
bool answerInlineQuery (string $results='', string $switch_pm_text='', $switch_pm_parameter='', bool $is_personal=true, int $cache_time=300)
 Answer a inline query (when the user write "Query") with a button, that will make user switch to the private chat with the bot, on the top of the results. Api reference More...
 

Protected Member Functions

 execRequest (string $url)
 

Protected Attributes

 $_callback_query_id
 
 $_inline_query_id
 

Detailed Description

All inline API Methods.


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