PHP Class Longman\TelegramBot\Commands\SystemCommand

Inheritance: extends Command
Datei anzeigen Open project: akalongman/php-telegram-bot Class Usage Examples

Public Methods

Method Description
execute ( ) : ServerResponse A system command just executes

Method Details

execute() public method

Although system commands should just work and return a successful ServerResponse, each system command can override this method to add custom functionality.
public execute ( ) : ServerResponse
return Longman\TelegramBot\Entities\ServerResponse