![]() |
PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
Represents the result of an inline query that was chosen by the user. More...
Public Member Functions | |
| $query | getQuery () |
| Get result's query. More... | |
| $chat_id | getChatID () |
| Get the chat ID where the result comes from. More... | |
Represents the result of an inline query that was chosen by the user.
| $chat_id PhpBotFramework\Entities\ChosenInlineResult::getChatID | ( | ) |
Get the chat ID where the result comes from.
| $query PhpBotFramework\Entities\ChosenInlineResult::getQuery | ( | ) |
Get result's query.
1.8.13