Longman\TelegramBot\Commands\SystemCommands\EditedmessageCommand::execute PHP Метод

execute() публичный Метод

Command execute method
public execute ( ) : mixed
Результат mixed
    public function execute()
    {
        //$update = $this->getUpdate();
        //$edited_message = $update->getEditedMessage();
        return parent::execute();
    }
EditedmessageCommand