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

All API Methods that edit a message. More...

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

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
 

Detailed Description

All API Methods that edit a message.


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