PHP Class Longman\TelegramBot\Commands\SystemCommand

Inheritance: extends Command
Afficher le fichier Open project: akalongman/php-telegram-bot Class Usage Examples

Méthodes publiques

Méthode Description
execute ( ) : ServerResponse A system command just executes

Method Details

execute() public méthode

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
Résultat Longman\TelegramBot\Entities\ServerResponse