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

Public Member Functions

string getQuery ()
 Get result's query. More...
 
$chat_id getChatID ()
 Get the chat ID where the result comes from. More...
 
 getBotParameter ()
 

Member Function Documentation

◆ getChatID()

$chat_id PhpBotFramework\Entities\InlineQuery::getChatID ( )

Get the chat ID where the result comes from.

Returns
$chat_id Chat ID.

◆ getQuery()

string PhpBotFramework\Entities\InlineQuery::getQuery ( )

Get result's query.

Returns
string $query If set or null if empty.

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