PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
All API Methods that edit a message. More...
Public Member Functions | |
Message false | editMessageText (int $message_id, string $text, string $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=true) |
Edit text of a message sent by the bot. More... | |
bool | editInlineMessageText (string $inline_message_id, string $text, string $reply_markup=null, string $parse_mode='HTML', bool $disable_web_preview=false) |
Edit text of a message sent via the bot. More... | |
Message false | editMessageReplyMarkup (int $message_id, string $inline_keyboard) |
Edit only the inline keyboard of a message. More... | |
Protected Member Functions | |
execRequest (string $url) | |
Protected Attributes | |
$parameters | |
All API Methods that edit a message.