Longman\TelegramBot\Commands\SystemCommands\LeftchatmemberCommand::execute PHP Méthode

execute() public méthode

Command execute method
public execute ( ) : mixed
Résultat mixed
    public function execute()
    {
        //$message = $this->getMessage();
        //$member = $message->getLeftChatMember();
        return parent::execute();
    }
LeftchatmemberCommand