PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
This object represents a message. More...
Public Member Functions | |
string | getText () |
Get text parameter if it is set. More... | |
$chat_id | getChatID () |
Get the chat ID where the result comes from. More... | |
getMessageId () | |
This object represents a message.
$chat_id PhpBotFramework\Entities\Message::getChatID | ( | ) |
Get the chat ID where the result comes from.
string PhpBotFramework\Entities\Message::getText | ( | ) |
Get text parameter if it is set.
null
otherwise.